mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 00:30:09 +02:00
Issue #2970 btn-default > btn-default btn-secondary
This commit is contained in:
@@ -78,7 +78,7 @@ if(deftrue('BOOTSTRAP'))
|
||||
|
||||
$text .= '
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="submit" name="s">'.$tp->toGlyph('search').'</button>
|
||||
<button class="btn btn-default btn-secondary" type="submit" name="s">'.$tp->toGlyph('search').'</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>';
|
||||
|
Reference in New Issue
Block a user