X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fqueue.html;h=675fccd0b213e5d7ab7740605232edce9e6401b3;hb=dea2573bee84deb5e22196dda7580edaf0c27a42;hp=fa6c1a1cac1eb8842ae21ac2889dde8ef1ced27c;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git diff --git a/httemplate/search/queue.html b/httemplate/search/queue.html index fa6c1a1ca..675fccd0b 100644 --- a/httemplate/search/queue.html +++ b/httemplate/search/queue.html @@ -16,6 +16,7 @@ 'title' => 'Job Queue', 'menubar' => [ 'Main menu' => $p, ], 'name' => 'jobs', + 'html_form' => qq!
!, 'query' => { 'table' => 'queue', 'hashref' => $hashref, 'extra_sql' => 'ORDER BY jobnum', @@ -114,8 +115,18 @@ # ], 'html_foot' => sub { if ( $areboxes ) { + '
'. + ''. '
'. - '
'; + '
'. + ''; } else { ''; }