Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
b0dec8db
Commit
b0dec8db
authored
Sep 16, 2010
by
tbrehm
Browse files
Fixed: FS#1279 - DNS zone with more than 1 page and DNS zone with only one page.
parent
43668010
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/dns/dns_soa_edit.php
View file @
b0dec8db
...
@@ -50,6 +50,16 @@ $app->load('tform_actions');
...
@@ -50,6 +50,16 @@ $app->load('tform_actions');
class
page_action
extends
tform_actions
{
class
page_action
extends
tform_actions
{
function
onShow
()
{
global
$app
;
//* Reset the page number of the list form for the dns
//* records to 0 if we are on the first tab of the soa form.
if
(
$app
->
tform
->
getNextTab
()
==
'dns_soa'
)
{
$_SESSION
[
'search'
][
'dns_a'
][
'page'
]
=
0
;
}
parent
::
onShow
();
}
function
onShowNew
()
{
function
onShowNew
()
{
global
$app
,
$conf
;
global
$app
,
$conf
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment