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
db377c64
Commit
db377c64
authored
Sep 16, 2010
by
tbrehm
Browse files
Added a button to start the dns wizard to the dns list.
parent
e3ba932c
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/lib/lang/en_dns_soa_list.lng
View file @
db377c64
...
...
@@ -5,5 +5,6 @@ $wb["server_id_txt"] = 'Server';
$wb
[
"origin_txt"
]
=
'Zone'
;
$wb
[
"ns_txt"
]
=
'NS'
;
$wb
[
"mbox_txt"
]
=
'Email'
;
$wb
[
"add_new_record_txt"
]
=
'Add new DNS Zone (SOA)'
;
$wb
[
"add_new_record_wizard_txt"
]
=
'Add new DNS Zone with Wizard'
;
$wb
[
"add_new_record_txt"
]
=
'Add new DNS Zone manually'
;
?>
\ No newline at end of file
interface/web/dns/templates/dns_soa_list.htm
View file @
db377c64
...
...
@@ -6,6 +6,9 @@
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
{tmpl_var name="toolsarea_head_txt"}
</legend>
<div
class=
"buttons"
>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('dns/dns_wizard.php');"
>
<span>
{tmpl_var name="add_new_record_wizard_txt"}
</span>
</button>
<button
class=
"iconstxt icoAdd"
type=
"button"
onClick=
"loadContent('dns/dns_soa_edit.php');"
>
<span>
{tmpl_var name="add_new_record_txt"}
</span>
</button>
...
...
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