diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-04-29 16:22:31 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-04-29 16:22:31 +0200 |
| commit | bbadccbd8d13d1da4a123b33d228feed47ab518f (patch) | |
| tree | ed720ce6aee2afc32a24b9c6be16e2a19ab2d490 /htroot/Crawler_p.html | |
| parent | a9963d5c9514e117b420a89fcb3ec646097a193b (diff) | |
better buttons
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index a3ad10e33..8c0105977 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -81,7 +81,7 @@ #(terminate-button)#:: <form action="/Crawler_p.html" method="get" role="form"> <input type="hidden" name="queues_terminate_all" value="" /> - <button type="submit" class="btn btn-inverse navbar-btn label-danger" onclick="return confirm('Confirm Termination of All Crawls')"><span class="glyphicon glyphicon-remove-circle"></span> Terminate All</button> + <button type="submit" class="btn btn-danger" onclick="return confirm('Confirm Termination of All Crawls')"><span class="glyphicon glyphicon-remove-circle"></span> Terminate All</button> </form> #(/terminate-button)# </fieldset> @@ -231,7 +231,7 @@ document.getElementById("queues").style.height = maxh + "px"; <div style="text-decoration:blink;float:left;">Running</div> <form style="float:left;" action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"><div> <input type="hidden" name="handle" value="#[handle]#" /> - <input type="submit" name="terminate" value="Terminate" /> + <input type="submit" name="terminate" value="Terminate" class="btn btn-danger btn-xs"/> </div></form> #(/terminateButton)# </td> |
