Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
56b0b895
Commit
56b0b895
authored
Apr 02, 2009
by
Falko Timme
Browse files
- Added "serial" and "stamp" columns to the dns_rr table.
parent
830d119f
Changes
23
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/form/dns_rp.tform.php
View file @
56b0b895
...
...
@@ -132,6 +132,22 @@ $form["tabs"]['dns'] = array (
'default'
=>
'Y'
,
'value'
=>
array
(
0
=>
'N'
,
1
=>
'Y'
)
),
'stamp'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'30'
,
'maxlength'
=>
'255'
),
'serial'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'10'
,
'maxlength'
=>
'10'
),
##################################
# ENDE Datatable fields
##################################
...
...
interface/web/dns/form/dns_srv.tform.php
View file @
56b0b895
...
...
@@ -129,6 +129,22 @@ $form["tabs"]['dns'] = array (
'default'
=>
'Y'
,
'value'
=>
array
(
0
=>
'N'
,
1
=>
'Y'
)
),
'stamp'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'30'
,
'maxlength'
=>
'255'
),
'serial'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'10'
,
'maxlength'
=>
'10'
),
##################################
# ENDE Datatable fields
##################################
...
...
interface/web/dns/form/dns_txt.tform.php
View file @
56b0b895
...
...
@@ -129,6 +129,22 @@ $form["tabs"]['dns'] = array (
'default'
=>
'Y'
,
'value'
=>
array
(
0
=>
'N'
,
1
=>
'Y'
)
),
'stamp'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'30'
,
'maxlength'
=>
'255'
),
'serial'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'10'
,
'maxlength'
=>
'10'
),
##################################
# ENDE Datatable fields
##################################
...
...
Prev
1
2
Next
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