A collection of minor improvements. #36

Open
mia wants to merge 20 commits from mia/cyberman:master into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e2ceceed02 - Show all commits

View File

@ -51,7 +51,7 @@
<td>
<select name="type" id="type">
<%# TODO: machine generate this %>
<option value="">- Select -</option>
<option value="" selected>- Select -</option>
<option value="A">A</option>
<option value="AAAA">AAAA</option>
<option value="CNAME">CNAME</option>
@ -68,7 +68,7 @@
</strong>
</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>
</tr>
</table>