some i18n cleanup
This commit is contained in:
parent
639f0450ac
commit
8e26a768b5
7 changed files with 18 additions and 22 deletions
|
@ -36,7 +36,7 @@
|
|||
<label class="inline" for="default"> ${i18n().default}</label>
|
||||
<br />
|
||||
<input type="radio" name="selectedTemplate" class="custom-template" value="custom" <#if selectedTemplateType = "custom">checked</#if> role="input" />
|
||||
<label class="inline" for="custom"> ${i18n().custom_template}</label>
|
||||
<label class="inline" for="custom"> ${i18n().custom_template_mixed_caps}</label>
|
||||
|
||||
<section id="custom-template" <#if selectedTemplateType != 'custom'>class="hidden" </#if>role="region">
|
||||
<input type="text" name="customTemplate" value="${customTemplate!}" size="40" role="input" /><span class="requiredHint"> *</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue