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:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user