work on old IE compat
This commit is contained in:
+10
-4
@@ -6,20 +6,26 @@
|
|||||||
<option value="{{this}}">{{this}}</option>
|
<option value="{{this}}">{{this}}</option>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</select>
|
</select>
|
||||||
<br>
|
<br><br>
|
||||||
|
|
||||||
<label for="dns_record_name">Name</label>
|
<label for="dns_record_name">Name</label>
|
||||||
<br>
|
<br>
|
||||||
<input type="text" name="dns_record_name" id="dns_record_name">
|
<input type="text" name="dns_record_name" id="dns_record_name">
|
||||||
<br>
|
<br><br>
|
||||||
|
|
||||||
<label for="dns_record_host">Host</label>
|
<label for="dns_record_host">Host</label>
|
||||||
<br>
|
<br>
|
||||||
<input type="text" name="dns_record_host" id="dns_record_host">
|
<input type="text" name="dns_record_host" id="dns_record_host">
|
||||||
<br>
|
<br><br>
|
||||||
|
|
||||||
<label for="dns_record_ttl">TTL</label>
|
<label for="dns_record_ttl">TTL</label>
|
||||||
<br>
|
<br>
|
||||||
|
<!--[if lte IE 9]>
|
||||||
<input type="text" name="dns_record_ttl" id="dns_record_ttl">
|
<input type="text" name="dns_record_ttl" id="dns_record_ttl">
|
||||||
<br>
|
<![endif]-->
|
||||||
|
|
||||||
|
<!--[if !IE]>-->
|
||||||
|
<input type="number" name="dns_record_ttl" id="dns_record_ttl">
|
||||||
|
<!--<![endif]-->
|
||||||
|
<br><br>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user