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 4f6eb2c commit b78a8ebCopy full SHA for b78a8eb
interface/web/sites/templates/cron_edit.htm
@@ -2,7 +2,7 @@
2
<tmpl_if name="edit_disabled">
3
4
<label for="parent_domain_id" class="col-sm-3 control-label">{tmpl_var name='parent_domain_id_txt'}</label>
5
- <div class="col-sm-9"><i class="fa-solid fa-circle-info"></i><select name="parent_domain_id" id="parent_domain_id" class="form-control" disabled="disabled">
+ <div class="col-sm-9"><select name="parent_domain_id" id="parent_domain_id" class="form-control" disabled="disabled">
6
{tmpl_var name='parent_domain_id'}
7
</select></div>
8
<input type="hidden" name="parent_domain_id" value="{tmpl_var name='parent_domain_id_value'}" />
0 commit comments