Skip to content

Commit

Permalink
Template Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed May 19, 2024
1 parent 714be25 commit 0f63afd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cleanup.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="form-content">

<p>{{ labels.name }}</p>
<button title="Reset" class="menu-button"><i class="fas fa-check"></i> {{ labels.list }}</button>
<button title="{{localize 'vtta-tokenizer.label.reset'}}" class="menu-button"><i class="fas fa-check"></i> {{ labels.list }}</button>

</div>
</form>
Expand Down
17 changes: 17 additions & 0 deletions templates/quick-settings.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div class="form-description">
<form id="ddb-importer-settings" autocomplete="off" onsubmit="event.preventDefault();">
<div class="form-content">

<p>{{ labels.description }}</p>
<hr>

<p>{{ labels.tokenring.description }}</p>
<button id="tokenring" title="{{ labels.tokenring.label }}" class="menu-button"><i class="fas fa-check"></i> {{ labels.tokenring.label }}</button>
<p>{{ labels.dynamicring.description }}</p>
<button id="dynamicring" title="{{ labels.dynamicring.label }}" class="menu-button"><i class="fas fa-check"></i> {{ labels.dynamicring.label }}</button>
<p>{{ labels.nothing.description }}</p>
<button id="nothing" title="{{ labels.nothing.label }}" class="menu-button"><i class="fas fa-check"></i> {{ labels.nothing.label }}</button>

</div>
</form>
</div>

0 comments on commit 0f63afd

Please sign in to comment.