1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

Issue #1138 Added 'btn-default' where missing.

This commit is contained in:
Cameron
2015-07-13 19:09:30 -07:00
parent 9d6e3978e6
commit 6499ff72f7
33 changed files with 97 additions and 88 deletions

View File

@@ -1003,7 +1003,7 @@ class lancheck
<input type='hidden' name='language' value='".$lan."' />
<input type='hidden' name='errorsonly' value='".$_SESSION['lancheck-errors-only']."' />
<input class='btn btn-primary' type='submit' name='ziplang[".$lan."]' value=\"".$just_go_diz."\" onclick=\"this.value = '".$lan_pleasewait."'\" />
<a href='".e_REQUEST_URI."' class='btn button'>".$lang_sel_diz."</a>
<a href='".e_REQUEST_URI."' class=' btn btn-default button'>".$lang_sel_diz."</a>
</div>
</form>
";