1
0
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:
Cameron
2018-01-10 15:11:12 -08:00
parent b40b1916a3
commit 0671024c79
12 changed files with 18 additions and 18 deletions

View File

@@ -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>';