Envoi initial

This commit is contained in:
JDR-Ninja
2024-05-06 18:14:21 -04:00
parent a93b7ea91a
commit e74cfe71bd
28 changed files with 5878 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<form class="{{cssClass}} flexcol" autocomplete="off">
<div class="form-group">
<label class="mgt2-checkbox"><input type="checkbox" name="show" data-dtype="Boolean" {{checked show}} />{{ localize 'MGT2.Actor.Show' }}</label>
</div>
<div class="form-group">
<label class="mgt2-checkbox"><input type="checkbox" name="showMax" data-dtype="Boolean" {{checked showMax}} />{{ localize 'MGT2.Actor.ShowMinMax' }}</label>
</div>
{{#if showAll}}
<fieldset>
<legend>{{ localize 'MGT2.Actor.HiddenCharacteristics' }}</legend>
<div class="form-group">
<label class="mgt2-checkbox"><input type="checkbox" name="showAll" data-dtype="Boolean" />{{ localize 'MGT2.Actor.ShowHiddenFields' }}</label>
</div>
</fieldset>
{{/if}}
</form>