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
isp
ISPConfig 3
Commits
1e530624
Commit
1e530624
authored
13 years ago
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
- Fixed active icon column in dns list.
parent
3c4ce8d9
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/list/dns_soa.list.php
+1
-1
1 addition, 1 deletion
interface/web/dns/list/dns_soa.list.php
interface/web/dns/templates/dns_soa_list.htm
+1
-1
1 addition, 1 deletion
interface/web/dns/templates/dns_soa_list.htm
with
2 additions
and
2 deletions
interface/web/dns/list/dns_soa.list.php
+
1
−
1
View file @
1e530624
...
...
@@ -55,7 +55,7 @@ $liste["item"][] = array( 'field' => "active",
'prefix'
=>
""
,
'suffix'
=>
""
,
'width'
=>
""
,
'value'
=>
array
(
'
y
'
=>
"<div id=
\"
ir-Yes
\"
class=
\"
swap
\"
><span>Yes</span></div>"
,
'
n
'
=>
"<div class=
\"
swap
\"
id=
\"
ir-No
\"
><span>No</span></div>"
));
'value'
=>
array
(
'
Y
'
=>
"<div id=
\"
ir-Yes
\"
class=
\"
swap
\"
><span>Yes</span></div>"
,
'
N
'
=>
"<div class=
\"
swap
\"
id=
\"
ir-No
\"
><span>No</span></div>"
));
$liste
[
"item"
][]
=
array
(
'field'
=>
"server_id"
,
...
...
This diff is collapsed.
Click to expand it.
interface/web/dns/templates/dns_soa_list.htm
+
1
−
1
View file @
1e530624
...
...
@@ -43,7 +43,7 @@
<tbody>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_active"
><a
href=
"#"
onClick=
"loadContent('dns/dns_soa_edit.php?id={tmpl_var name='id'}');"
>
<img
src=
"themes/{tmpl_var name='theme'}/icons/{tmpl_var name='_active_'}"
border=
"0"
/></a>
</td>
<td
class=
"tbl_col_active"
><a
href=
"#"
onClick=
"loadContent('dns/dns_soa_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</td>
<td
class=
"tbl_col_server_id"
><a
href=
"#"
onClick=
"loadContent('dns/dns_soa_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_id"}
</a></td>
<td
class=
"tbl_col_origin"
><a
href=
"#"
onClick=
"loadContent('dns/dns_soa_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="origin"}
</a></td>
<td
class=
"tbl_col_ns"
><a
href=
"#"
onClick=
"loadContent('dns/dns_soa_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="ns"}
</a></td>
...
...
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