Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
c72c367d
Commit
c72c367d
authored
Nov 09, 2008
by
redray
Browse files
added icons to the list view
parent
e6bb4e82
Changes
2
Show whitespace changes
Inline
Side-by-side
interface/web/sites/templates/database_list.htm
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>
...
...
interface/web/themes/default/css/screen/content_ispc.css
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
;
}
...
...
@@ -131,6 +123,13 @@
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")
;
}
}
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