forked from .cyb/cyberman
Update 'views/records/add.tt'
This commit is contained in:
parent
8666dd06df
commit
e2ceceed02
|
@ -51,7 +51,7 @@
|
||||||
<td>
|
<td>
|
||||||
<select name="type" id="type">
|
<select name="type" id="type">
|
||||||
<%# TODO: machine generate this %>
|
<%# TODO: machine generate this %>
|
||||||
<option value="">- Select -</option>
|
<option value="" selected>- Select -</option>
|
||||||
<option value="A">A</option>
|
<option value="A">A</option>
|
||||||
<option value="AAAA">AAAA</option>
|
<option value="AAAA">AAAA</option>
|
||||||
<option value="CNAME">CNAME</option>
|
<option value="CNAME">CNAME</option>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
</strong>
|
</strong>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="value" id="value" value="<% params.value | html_entity %>" />
|
<input type="text" name="value" id="value" value="<% params.value | html_entity %>" required/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue