summaryrefslogtreecommitdiff
path: root/htroot/ConfigLanguage_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/ConfigLanguage_p.html
parent66c784c5525c298ff3913635eff383fae191ca18 (diff)
harmonize use of style for "delete" button
- apply the monstly used btn-danger class
Diffstat (limited to 'htroot/ConfigLanguage_p.html')
-rw-r--r--htroot/ConfigLanguage_p.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigLanguage_p.html b/htroot/ConfigLanguage_p.html
index 9a2b27f53..bd0a6a44f 100644
--- a/htroot/ConfigLanguage_p.html
+++ b/htroot/ConfigLanguage_p.html
@@ -32,7 +32,7 @@
<dt></dt>
<dd>
<input type="submit" name="use_button" value="Use" class="btn btn-primary"/>
- <input type="submit" name="delete" value="Delete" class="btn btn-primary"/>
+ <input type="submit" name="delete" value="Delete" class="btn btn-danger"/>
</dd>
</dl>
</fieldset>