Skip to content

Commit e318f99

Browse files
author
Till Brehm
committed
Merge branch '6358-DNS-rr-sort-fix' into 'develop'
Should fix the dns rr sort bug #6358 Closes #6358 See merge request ispconfig/ispconfig3!1855
2 parents b6390d6 + 9d62b68 commit e318f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/templates/dns_a_list.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<td><input class="form-control" type="text" name="search_aux" value="{tmpl_var name='search_aux'}" /></td>
7474
<td><input class="form-control" type="text" name="search_ttl" value="{tmpl_var name='search_ttl'}" /></td>
7575
<td class="text-right">
76-
<button type="button" class="btn btn-default formbutton-default formbutton-narrow" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onclick="return ISPConfig.changeTab('dns_records','dns/dns_soa_edit.php',true);" data-form-action="dns/dns_a_list.php"><span class="icon icon-filter"></span></button>
76+
<button type="button" class="btn btn-default formbutton-default formbutton-narrow" name="Filter" id="Filter" value="{tmpl_var name='filter_txt'}" onclick="return ISPConfig.changeTab('dns_records','dns/dns_soa_edit.php',true);" data-form-action="dns/dns_soa_edit.php?id={tmpl_var name='parent_id'}&next_tab=dns_records"><span class="icon icon-filter"></span></button>
7777
</td>
7878
</tr>
7979
</thead>

0 commit comments

Comments
 (0)