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
Zvonimir
ISPConfig 3
Commits
0736d913
Commit
0736d913
authored
Jul 13, 2012
by
cfoe
Browse files
corrected column sorting for vm_list to meet standard
parent
5ed2f06b
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default-v2/templates/vm/openvz_vm_list.htm
View file @
0736d913
...
...
@@ -17,8 +17,8 @@
<table
class=
"list"
>
<thead>
<tr
class=
"caption"
>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_veid"
scope=
"col"
><tmpl_var
name=
"veid_txt"
></th>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_ostemplate_id"
scope=
"col"
><tmpl_var
name=
"ostemplate_id_txt"
></th>
<th
class=
"tbl_col_template_id"
scope=
"col"
><tmpl_var
name=
"template_id_txt"
></th>
...
...
@@ -27,8 +27,8 @@
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr
class=
"filter"
>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_veid"
><input
type=
"text"
name=
"search_veid"
style=
"width:40px;"
value=
"{tmpl_var name='search_veid'}"
/></td>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_ostemplate_id"
><select
name=
"search_ostemplate_id"
>
{tmpl_var name='search_ostemplate_id'}
</select></td>
<td
class=
"tbl_col_template_id"
><select
name=
"search_template_id"
>
{tmpl_var name='search_template_id'}
</select></td>
...
...
@@ -42,8 +42,8 @@
<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('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</a></td>
<td
class=
"tbl_col_veid"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="veid"}
</a></td>
<td
class=
"tbl_col_active"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</a></td>
<td
class=
"tbl_col_server_id"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_id"}
</a></td>
<td
class=
"tbl_col_ostemplate_id"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="ostemplate_id"}
</a></td>
<td
class=
"tbl_col_template_id"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="template_id"}
</a></td>
...
...
interface/web/vm/templates/openvz_vm_list.htm
View file @
0736d913
...
...
@@ -17,8 +17,8 @@
<table
class=
"list"
>
<thead>
<tr>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_veid"
scope=
"col"
><tmpl_var
name=
"veid_txt"
></th>
<th
class=
"tbl_col_active"
scope=
"col"
><tmpl_var
name=
"active_txt"
></th>
<th
class=
"tbl_col_server_id"
scope=
"col"
><tmpl_var
name=
"server_id_txt"
></th>
<th
class=
"tbl_col_ostemplate_id"
scope=
"col"
><tmpl_var
name=
"ostemplate_id_txt"
></th>
<th
class=
"tbl_col_template_id"
scope=
"col"
><tmpl_var
name=
"template_id_txt"
></th>
...
...
@@ -27,8 +27,8 @@
<th
class=
"tbl_col_limit"
scope=
"col"
>
{tmpl_var name='search_limit'}
</th>
</tr>
<tr>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_veid"
><input
type=
"text"
name=
"search_veid"
style=
"width:40px;"
value=
"{tmpl_var name='search_veid'}"
/></td>
<td
class=
"tbl_col_active"
><select
name=
"search_active"
>
{tmpl_var name='search_active'}
</select></td>
<td
class=
"tbl_col_server_id"
><select
name=
"search_server_id"
>
{tmpl_var name='search_server_id'}
</select></td>
<td
class=
"tbl_col_ostemplate_id"
><select
name=
"search_ostemplate_id"
>
{tmpl_var name='search_ostemplate_id'}
</select></td>
<td
class=
"tbl_col_template_id"
><select
name=
"search_template_id"
>
{tmpl_var name='search_template_id'}
</select></td>
...
...
@@ -40,8 +40,8 @@
<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('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</a></td>
<td
class=
"tbl_col_veid"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="veid"}
</a></td>
<td
class=
"tbl_col_active"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="active"}
</a></td>
<td
class=
"tbl_col_server_id"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="server_id"}
</a></td>
<td
class=
"tbl_col_ostemplate_id"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="ostemplate_id"}
</a></td>
<td
class=
"tbl_col_template_id"
><a
href=
"#"
onClick=
"loadContent('vm/openvz_vm_edit.php?id={tmpl_var name='id'}');"
>
{tmpl_var name="template_id"}
</a></td>
...
...
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