diff options
| author | ivan <ivan> | 2006-12-22 06:18:21 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-12-22 06:18:21 +0000 |
| commit | f27a5a08ba712678bf826a47f82f96568208bab3 (patch) | |
| tree | 78cbf90e85dc5a0386329b61d27ccc07a26d7173 /httemplate/search/queue.html | |
| parent | 709fb1259715b7bd353a6a6e37274f253fcb0c11 (diff) | |
patch fixing "retry selected" and "remove select" in queue view
Diffstat (limited to 'httemplate/search/queue.html')
| -rw-r--r-- | httemplate/search/queue.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/search/queue.html b/httemplate/search/queue.html index fa6c1a1ca..63a5d6c96 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!<FORM ACTION="$p/misc/queue.cgi" METHOD="POST">!, 'query' => { 'table' => 'queue', 'hashref' => $hashref, 'extra_sql' => 'ORDER BY jobnum', |
