Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Helmo
ISPConfig 3
Commits
db377c64
Commit
db377c64
authored
14 years ago
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
Added a button to start the dns wizard to the dns list.
parent
e3ba932c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/web/dns/lib/lang/en_dns_soa_list.lng
+2
-1
2 additions, 1 deletion
interface/web/dns/lib/lang/en_dns_soa_list.lng
interface/web/dns/templates/dns_soa_list.htm
+3
-0
3 additions, 0 deletions
interface/web/dns/templates/dns_soa_list.htm
with
5 additions
and
1 deletion
interface/web/dns/lib/lang/en_dns_soa_list.lng
+
2
−
1
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
This diff is collapsed.
Click to expand it.
interface/web/dns/templates/dns_soa_list.htm
+
3
−
0
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment