Skip to content

Commit 59119c0

Browse files
author
latham
committed
Mixed Line endings, remove Microsoft line endings
1 parent d78707d commit 59119c0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

interface/web/vm/templates/openvz_ip_list.htm

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@ <h2><tmpl_var name="list_head_txt"></h2>
1717
<table class="list">
1818
<thead>
1919
<tr>
20-
<th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th>
21-
<th class="tbl_col_vm_id" scope="col"><tmpl_var name="vm_id_txt"></th>
22-
<th class="tbl_col_ip_address" scope="col"><tmpl_var name="ip_address_txt"></th>
23-
<th class="tbl_col_reserved" scope="col"><tmpl_var name="reserved_txt"></th>
20+
<th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th>
21+
<th class="tbl_col_vm_id" scope="col"><tmpl_var name="vm_id_txt"></th>
22+
<th class="tbl_col_ip_address" scope="col"><tmpl_var name="ip_address_txt"></th>
23+
<th class="tbl_col_reserved" scope="col"><tmpl_var name="reserved_txt"></th>
2424
<th class="tbl_col_buttons" scope="col">&nbsp;</th>
2525
</tr>
2626
<tr>
27-
<td class="tbl_col_server_id"><select name="search_server_id" onChange="submitForm('pageForm','vm/openvz_ip_list.php');">{tmpl_var name='search_server_id'}</select></td>
28-
<td class="tbl_col_vm_id"><select name="search_vm_id" onChange="submitForm('pageForm','vm/openvz_ip_list.php');">{tmpl_var name='search_vm_id'}</select></td>
29-
<td class="tbl_col_ip_address"><input type="text" name="search_ip_address" value="{tmpl_var name='search_ip_address'}" /></td>
30-
<td class="tbl_col_reserved"><select name="search_reserved" onChange="submitForm('pageForm','vm/openvz_ip_list.php');">{tmpl_var name='search_reserved'}</select></td>
27+
<td class="tbl_col_server_id"><select name="search_server_id" onChange="submitForm('pageForm','vm/openvz_ip_list.php');">{tmpl_var name='search_server_id'}</select></td>
28+
<td class="tbl_col_vm_id"><select name="search_vm_id" onChange="submitForm('pageForm','vm/openvz_ip_list.php');">{tmpl_var name='search_vm_id'}</select></td>
29+
<td class="tbl_col_ip_address"><input type="text" name="search_ip_address" value="{tmpl_var name='search_ip_address'}" /></td>
30+
<td class="tbl_col_reserved"><select name="search_reserved" onChange="submitForm('pageForm','vm/openvz_ip_list.php');">{tmpl_var name='search_reserved'}</select></td>
3131
<td class="tbl_col_buttons"><div class="buttons"><button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','vm/openvz_ip_list.php');"><span>{tmpl_var name="filter_txt"}</span></button></div></td>
3232
</tr>
3333
</thead>
3434
<tbody>
3535
<tmpl_loop name="records">
3636
<tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
37-
<td class="tbl_col_server_id"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="server_id"}</a></td>
38-
<td class="tbl_col_vm_id"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="vm_id"}</a></td>
39-
<td class="tbl_col_ip_address"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="ip_address"}</a></td>
40-
<td class="tbl_col_reserved"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="reserved"}</a></td>
37+
<td class="tbl_col_server_id"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="server_id"}</a></td>
38+
<td class="tbl_col_vm_id"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="vm_id"}</a></td>
39+
<td class="tbl_col_ip_address"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="ip_address"}</a></td>
40+
<td class="tbl_col_reserved"><a href="#" onClick="loadContent('vm/openvz_ip_edit.php?id={tmpl_var name='id'}');">{tmpl_var name="reserved"}</a></td>
4141
<td class="tbl_col_buttons">
4242
<div class="buttons icons16">
4343
<a class="icons16 icoDelete" href="javascript: del_record('vm/openvz_ip_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>

0 commit comments

Comments
 (0)