1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +02:00

Issue #2970 btn-default > btn-default btn-secondary

This commit is contained in:
Cameron
2018-01-10 15:11:12 -08:00
parent b40b1916a3
commit 0671024c79
12 changed files with 18 additions and 18 deletions

View File

@@ -1032,7 +1032,7 @@ class download_shortcodes extends e_shortcode
$text .= '
<span class="input-group-btn">
<button class="btn btn-default" type="submit" name="s" value="1">';
<button class="btn btn-default btn-secondary" type="submit" name="s" value="1">';
$text .= $tp->toIcon('glyphicon-search.glyph');