2
templates/Sparkle/dns_editor/list.tpl
vendored
2
templates/Sparkle/dns_editor/list.tpl
vendored
@@ -14,7 +14,7 @@
|
||||
<tr>
|
||||
<td><input id="dns_record" type="text" name="record[record]" class="small" placeholder="Record" value="{$record}" /></td>
|
||||
<td><select id="dns_type" name="record[type]" class="small">{$type_select}</select></td>
|
||||
<td><input id="dns_mxp" type="text" name="record[prio]" class="small" placeholder="MX priority" value="{$prio}" /></td>
|
||||
<td><input id="dns_mxp" type="text" name="record[prio]" class="small" placeholder="MX or SRV priority" value="{$prio}" /></td>
|
||||
<td><input id="dns_content" type="text" name="record[content]" class="small" placeholder="Content" value="{$content}" /></td>
|
||||
<td><input id="dns_ttl" type="text" name="record[ttl]" class="small" placeholder="18000" value="{$ttl}" /></td>
|
||||
<td><input type="submit" class="submitsearch" value="add" name="add" /></td>
|
||||
|
||||
Reference in New Issue
Block a user