We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4366801 commit b0dec8dCopy full SHA for b0dec8d
1 file changed
interface/web/dns/dns_soa_edit.php
@@ -50,6 +50,16 @@
50
51
class page_action extends tform_actions {
52
53
+ function onShow() {
54
+ global $app;
55
+ //* Reset the page number of the list form for the dns
56
+ //* records to 0 if we are on the first tab of the soa form.
57
+ if($app->tform->getNextTab() == 'dns_soa') {
58
+ $_SESSION['search']['dns_a']['page'] = 0;
59
+ }
60
+ parent::onShow();
61
62
+
63
function onShowNew() {
64
global $app, $conf;
65
0 commit comments