Skip to content
Snippets Groups Projects
Commit 2a367aa9 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '6613-dns-filter-list' into 'develop'

Force tab change on filter update, fixes #6613

Closes #6613

See merge request !1833
parents b351dde7 f74fa40c
No related branches found
No related tags found
1 merge request!1833Force tab change on filter update, fixes #6613
Pipeline #14227 passed
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<td><input class="form-control" type="text" name="search_aux" value="{tmpl_var name='search_aux'}" /></td> <td><input class="form-control" type="text" name="search_aux" value="{tmpl_var name='search_aux'}" /></td>
<td><input class="form-control" type="text" name="search_ttl" value="{tmpl_var name='search_ttl'}" /></td> <td><input class="form-control" type="text" name="search_ttl" value="{tmpl_var name='search_ttl'}" /></td>
<td class="text-right"> <td class="text-right">
<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');" data-form-action="dns/dns_a_list.php"><span class="icon icon-filter"></span></button> <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>
</td> </td>
</tr> </tr>
</thead> </thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment