diff options
Diffstat (limited to 'template/default/at_timer_list.html')
-rw-r--r-- | template/default/at_timer_list.html | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/template/default/at_timer_list.html b/template/default/at_timer_list.html index 4d12316..7408472 100644 --- a/template/default/at_timer_list.html +++ b/template/default/at_timer_list.html @@ -31,7 +31,6 @@ <form action="<tmpl_var url>" method="get" name="FormName0"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="heading"> <tr> - <td class="col_left"> <td class="col_title"> <h1><%! AutoTimer !%></h1> </td> @@ -44,7 +43,6 @@ <a href="javascript:open_help('<tmpl_var help_url>');"><img src="bilder/help.png" border="0" alt="help" title="<%! Help !%>"/></a> </td> </tmpl_if> - <td class="col_right"></td> </tr> </table> </form> @@ -52,7 +50,6 @@ <form action="<tmpl_var url>" method="get" name="FormName"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="list"> <tr class="heading"> - <td class="col_left"></td> <td class="col_active <tmpl_if sortbyactive>selected</tmpl_if>"> <h2> <a href="<tmpl_var sortbyactiveurl>"><%! Active !%> @@ -111,22 +108,10 @@ <td class="col_edit"></td> <td class="col_delete"></td> <td class="col_checkbox"><input type="checkbox" name="SELALL" value="SELALL" onclick="AllMessages(this.form);" title="<%! Select all/none !%>"/></td> - <td class="col_right"></td> - </tr> - <tr class="row_spacer"> - <td class="col_left"></td> - <td class="col_active <tmpl_if sortbyactive>selected</tmpl_if>"></td> - <td class="col_channel <tmpl_if sortbychannel>selected</tmpl_if>"></td> - <td class="col_start <tmpl_if sortbystart>selected</tmpl_if>"></td> - <td class="col_stop <tmpl_if sortbystop>selected</tmpl_if>"></td> - <td class="col_name <tmpl_if sortbypattern>selected</tmpl_if>"></td> - <td colspan="3"></td> - <td class="col_right"></td> </tr> <tmpl_loop at_timer_loop> <tr class="<tmpl_if __ODD__>row_odd<tmpl_else>row_even</tmpl_if>"> - <td class="col_left"></td> <td class="col_active <tmpl_if sortbyactive>selected</tmpl_if>"> <div> <tmpl_if active> @@ -171,20 +156,8 @@ <input type="checkbox" name="xxxx_<tmpl_var id>"/> </div> </td> - <td class="col_right"></td> </tr> </tmpl_loop> - - <tr class="footer"> - <td class="col_left"></td> - <td class="col_active <tmpl_if sortbyactive>selected</tmpl_if>"></td> - <td class="col_channel <tmpl_if sortbychannel>selected</tmpl_if>"></td> - <td class="col_start <tmpl_if sortbystart>selected</tmpl_if>"></td> - <td class="col_stop <tmpl_if sortbystop>selected</tmpl_if>"></td> - <td class="col_name <tmpl_if sortbypattern>selected</tmpl_if>"></td> - <td colspan="3"></td> - <td class="col_right"></td> - </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="buttons"> @@ -198,6 +171,7 @@ </tr> </table> <input type="hidden" name="aktion" value="at_timer_aktion"/> + <input type="hidden" name="sortby" value="<tmpl_var sortby>"/> </form> </body> |