Working on 0.8.x
- Finished the dialog for add new item on title and other advancements - some documentation update
This commit is contained in:
10
system/templates/dialogs/choose-item-type-dialog.html
Normal file
10
system/templates/dialogs/choose-item-type-dialog.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<form id="choose-item-type-dialog" class="l5r5e choose-item-type-dialog" autocomplete="off">
|
||||
<div class="form-group">
|
||||
<label>{{localize "Type"}}</label>
|
||||
<div class="form-fields">
|
||||
<select name="type">
|
||||
{{selectOptions types selected=type}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
14
system/templates/dialogs/gm-tools-dialog.html
Normal file
14
system/templates/dialogs/gm-tools-dialog.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<form class="l5r5e gm-tools-dialog" autocomplete="off">
|
||||
<ul class="gm-tools-container">
|
||||
<li class="difficulty_hidden" title="{{localize 'l5r5e.gm_toolbox.difficulty_hidden'}}">
|
||||
<i class="fa fa-eye{{#if data.difficultyHidden}}-slash{{/if}}"></i>
|
||||
<strong class="difficulty" title="{{localize 'l5r5e.gm_toolbox.difficulty'}}">{{data.difficulty}}</strong>
|
||||
</li>
|
||||
<li class="gm_actor_updates sleep" data-type="sleep" title="{{localize 'l5r5e.gm_toolbox.sleep'}}">
|
||||
<i class="fa fa-bed"></i>
|
||||
</li>
|
||||
<li class="gm_actor_updates scene_end" data-type="scene_end" title="{{localize 'l5r5e.gm_toolbox.scene_end'}}">
|
||||
<i class="fas fa-star-half-alt"></i>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
Reference in New Issue
Block a user