Printing data on numpad key press, first version. Settings page for mapping key to actions.
This commit is contained in:
@@ -12,17 +12,11 @@
|
||||
name="text">{{ $text }}</textarea>
|
||||
<input type="hidden" name="icon" id="icon" value="{{ $icon_selected }}"/>
|
||||
<div class="icons">
|
||||
|
||||
|
||||
|
||||
<span class="icon @if(!isset($icon_selected) ) selected @endif empty" title="empty"></span>
|
||||
@foreach ($icons as $icon)<span
|
||||
class="icon {{ str_before($icon, '.') }} @if(isset($icon_selected) && $icon == basename($icon_selected)) selected @endif " title="{{ $icon }}">
|
||||
class="icon {{ str_before($icon, '.') }} @if(isset($icon_selected) && $icon == basename($icon_selected)) selected @endif "
|
||||
title="{{ $icon }}">
|
||||
</span>@endforeach
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -38,8 +32,6 @@
|
||||
<button class="ui reset button js-reset" type="reset">Wyczyść</button>
|
||||
@if(isset($id))
|
||||
<button class="ui delete button js-delete red" type="submit" name="delete">Usuń</button>
|
||||
|
||||
|
||||
@endif
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user