We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122be74 commit 04dccddCopy full SHA for 04dccdd
interface/web/dns/templates/dns_wizard.htm
@@ -8,7 +8,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
8
<div class="ctrlHolder">
9
<label for="template_id">{tmpl_var name='template_id_txt'}</label>
10
<select name="template_id" id="template_id" class="selectInput" onChange="submitForm('pageForm','dns/dns_wizard.php')">
11
- {tmpl_var name='template_id'}
+ {tmpl_var name='template_id_option'}
12
</select>
13
</div>
14
<tmpl_if name="is_admin">
0 commit comments