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
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
ISPConfig
ISPConfig 3
Commits
c72c367d
Commit
c72c367d
authored
16 years ago
by
redray
Browse files
Options
Downloads
Patches
Plain Diff
added icons to the list view
parent
e6bb4e82
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interface/web/sites/templates/database_list.htm
+4
-3
4 additions, 3 deletions
interface/web/sites/templates/database_list.htm
interface/web/themes/default/css/screen/content_ispc.css
+9
-9
9 additions, 9 deletions
interface/web/themes/default/css/screen/content_ispc.css
with
13 additions
and
12 deletions
interface/web/sites/templates/database_list.htm
+
4
−
3
View file @
c72c367d
...
...
@@ -34,12 +34,13 @@
<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('sites/database_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</
a></
td>
<td
class=
"tbl_col_remote_access"
>
<a
href=
"#"
onClick=
"loadContent('sites/database_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="remote_access"}
</
a></
td>
<td
class=
"tbl_col_server_id"
>
<a
href=
"#"
onClick=
"loadContent('sites/database_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_id"}
</
a></
td>
<td
class=
"tbl_col_active"
>
{tmpl_var name="active"}
</td>
<td
class=
"tbl_col_remote_access"
>
{tmpl_var name="remote_access"}
</td>
<td
class=
"tbl_col_server_id"
>
{tmpl_var name="server_id"}
</td>
<td
class=
"tbl_col_database_name"
><a
href=
"#"
onClick=
"loadContent('sites/database_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="database_name"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<div
class=
"buttons icons16"
>
<a
class=
"icons16 icoEdit"
href=
"javascript: loadContent('sites/database_edit.php?id={tmpl_var name='id'}');"
><span>
{tmpl_var name='edit_txt'}
</span></a>
<a
class=
"icons16 icoDelete"
href=
"javascript: del_record('sites/database_del.php?id={tmpl_var name='id'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
</div>
</td>
...
...
This diff is collapsed.
Click to expand it.
interface/web/themes/default/css/screen/content_ispc.css
+
9
−
9
View file @
c72c367d
...
...
@@ -18,14 +18,6 @@
@media
all
{
/* Image-Replacement */
h1
.swap
{
background-repeat
:
no-repeat
;
}
h1
.swap
span
{
display
:
none
;}
h1
#ir-HeaderLogo
{
height
:
32px
;
background-image
:
url("../../images/header_logo.png")
;
}
.pageForm_description
{
font-size
:
12px
;
}
...
...
@@ -130,7 +122,14 @@
color
:
#ffffff
;
padding
:
0px
5px
;
}
/* Image-Replacement */
.swap
{
background-repeat
:
no-repeat
;
}
.swap
span
{
display
:
none
;
height
:
16px
;
}
#ir-HeaderLogo
{
background-image
:
url("../../images/header_logo.png")
;
height
:
32px
;
}
#ir-Yes
{
background-image
:
url("../../icons/x16/tick_circle.png")
;
height
:
16px
;
}
#ir-No
{
background-image
:
url("../../icons/x16/cross_circle.png")
;
height
:
16px
;
}
/* BUTTONS */
.buttons
a
,
.buttons
button
{
display
:
block
;
...
...
@@ -230,5 +229,6 @@
.icons16.icoDelete
{
background-image
:
url("../../icons/x16/minus_circle_frame.png")
;
}
.icons16.icoFilter
{
background-image
:
url(../../icons/x16/funnel.png)
;
}
.icons16.icoEdit
{
background-image
:
url("../../icons/x16/wrench.png")
;
}
}
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