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
lolo888
ISPConfig 3
Commits
a2fc1413
Commit
a2fc1413
authored
Jul 20, 2012
by
cfoe
Browse files
changed template file for better list theming
parent
6665c6cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default-v2/templates/admin/remote_user_list.htm
View file @
a2fc1413
...
...
@@ -17,12 +17,12 @@
<table
class=
"list"
>
<thead>
<tr
class=
"caption"
>
<th
class=
"tbl_col_remote_userid"
scope=
"col"
><tmpl_var
name=
"parent_remote_userid_txt"
></th>
<th
class=
"tbl_col_remote_user
_p
id"
scope=
"col"
><tmpl_var
name=
"parent_remote_userid_txt"
></th>
<th
class=
"tbl_col_remote_username"
scope=
"col"
><tmpl_var
name=
"username_txt"
></th>
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_remote_userid"
></td>
<td
class=
"tbl_col_remote_user
_p
id"
><
input
type=
"text"
name=
"search_remote_userid"
value=
"{tmpl_var name='search_remote_userid'}"
/><
/td>
<td
class=
"tbl_col_remote_username"
><input
type=
"text"
name=
"search_username"
value=
"{tmpl_var name='search_username'}"
/></td>
<td
class=
"tbl_col_buttons"
>
<button
type=
"button"
class=
"button icons16 icoFilter"
name=
"Filter"
id=
"Filter"
value=
"{tmpl_var name="
filter_txt
"}"
onClick=
"submitForm('pageForm','admin/remote_user_list.php');"
><span>
{tmpl_var name="filter_txt"}
</span></button>
...
...
@@ -32,7 +32,7 @@
<tbody>
<tmpl_loop
name=
"records"
>
<tr
class=
"tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>"
>
<td
class=
"tbl_col_remote_userid"
><a
href=
"#"
onClick=
"loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');"
>
{tmpl_var name="remote_userid"}
</a></td>
<td
class=
"tbl_col_remote_user
_p
id"
><a
href=
"#"
onClick=
"loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');"
>
{tmpl_var name="remote_userid"}
</a></td>
<td
class=
"tbl_col_remote_username"
><a
href=
"#"
onClick=
"loadContent('admin/remote_user_edit.php?id={tmpl_var name='remote_userid'}');"
>
{tmpl_var name="remote_username"}
</a></td>
<td
class=
"tbl_col_buttons"
>
<a
class=
"button icons16 icoDelete"
href=
"javascript: del_record('admin/remote_user_del.php?id={tmpl_var name='remote_userid'}&phpsessid={tmpl_var name='phpsessid'}','{tmpl_var name='delete_confirmation'}');"
><span>
{tmpl_var name='delete_txt'}
</span></a>
...
...
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