summaryrefslogtreecommitdiff
path: root/htroot/IndexControlURLs_p.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2014-06-22 23:33:59 +0200
committerreger <reger18@arcor.de>2014-06-22 23:33:59 +0200
commita88ea14e095ef690e23622768d5d036452618745 (patch)
treecebf154a18d1306f5041356d1bc0f87cf4725549 /htroot/IndexControlURLs_p.html
parent66c784c5525c298ff3913635eff383fae191ca18 (diff)
harmonize use of style for "delete" button
- apply the monstly used btn-danger class
Diffstat (limited to 'htroot/IndexControlURLs_p.html')
-rw-r--r--htroot/IndexControlURLs_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html
index 241d08160..2441009f4 100644
--- a/htroot/IndexControlURLs_p.html
+++ b/htroot/IndexControlURLs_p.html
@@ -108,7 +108,7 @@ function updatepage(str) {
<input type="checkbox" name="deleteCrawlQueues" id="deleteCrawlQueues" disabled="disabled" /> Stop Crawler and delete Crawl Queues<br/>
<input type="checkbox" name="deleteRobots" id="deleteRobots" disabled="disabled" /> Delete robots.txt Cache<br/>
<input type="checkbox" name="deleteSearchFl" id="deleteSearchFl" disabled="disabled" /> Delete cached snippet-fetching failures during search<br/><br/>
- <input type="submit" name="deletecomplete" id="deletecomplete" value="Delete" disabled="disabled" class="btn btn-primary" style="width:240px;"/>
+ <input type="submit" name="deletecomplete" id="deletecomplete" value="Delete" disabled="disabled" class="btn btn-danger" style="width:240px;"/>
</dd>
</dl>
</fieldset>
@@ -143,7 +143,7 @@ function updatepage(str) {
<div>
<input type="hidden" name="domain" value="#[domain]#" />
<input type="hidden" name="lines" value="#[lines]#" />
- <input type="submit" name="deletedomain" value="delete all" class="btn btn-primary" style="width:240px;"/>
+ <input type="submit" name="deletedomain" value="delete all" class="btn btn-danger btn-xs" style="padding: 0px 12px;" />
</div>
</form>
</td>