From 61f3f998fe85b1d099100fbe52bc238deebf80f0 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Jan 2007 23:21:14 +0000 Subject: [PATCH] add "select all" and "unselect" all buttons to bulk queue operations --- httemplate/search/queue.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 { ''; } -- 2.11.0