Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
853f650a
Commit
853f650a
authored
Nov 30, 2005
by
Falko Timme
Browse files
No commit message
No commit message
parent
f6ee7a10
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/form/rr.tform.php
View file @
853f650a
...
...
@@ -110,6 +110,9 @@ $form["tabs"]['rr'] = array (
'aux'
=>
array
(
'datatype'
=>
'INTEGER'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'ISINT'
,
'errmsg'
=>
'rr_aux_error_noint'
),
),
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'30'
,
...
...
interface/web/dns/lib/lang/en_rr.lng
View file @
853f650a
...
...
@@ -8,5 +8,6 @@ $wb["ttl_txt"] = 'TTL';
$wb
[
"btn_save_txt"
]
=
'Save'
;
$wb
[
"btn_cancel_txt"
]
=
'Cancel'
;
$wb
[
"rr_data_error_empty"
]
=
'The data field must not be empty!'
;
$wb
[
"rr_aux_error_noint"
]
=
'Preference/priority must be an integer!'
;
$wb
[
"rr_ttl_error_notpositive"
]
=
'The TTL must be positive!'
;
?>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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