From: ivan Date: Wed, 10 Jan 2007 23:21:14 +0000 (+0000) Subject: add "select all" and "unselect" all buttons to bulk queue operations X-Git-Tag: TRIXBOX_2_6~764 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=61f3f998fe85b1d099100fbe52bc238deebf80f0 add "select all" and "unselect" all buttons to bulk queue operations --- diff --git a/httemplate/search/queue.html b/httemplate/search/queue.html index 63a5d6c96..675fccd0b 100644 --- a/httemplate/search/queue.html +++ b/httemplate/search/queue.html @@ -16,7 +16,7 @@ 'title' => 'Job Queue', 'menubar' => [ 'Main menu' => $p, ], 'name' => 'jobs', - 'html_form' => qq!
!, + 'html_form' => qq!!, 'query' => { 'table' => 'queue', 'hashref' => $hashref, 'extra_sql' => 'ORDER BY jobnum', @@ -115,8 +115,18 @@ # ], 'html_foot' => sub { if ( $areboxes ) { + '
'. + ''. '
'. - '
'; + '
'. + ''; } else { ''; }