mirror of
https://github.com/e107inc/e107.git
synced 2025-06-04 01:45:15 +02:00
Minor button styling fix.
This commit is contained in:
parent
5e008b5df4
commit
45f54ef16d
@ -782,7 +782,7 @@ class lancheck
|
||||
$text .= "<a href='".e_REQUEST_URI."&sub=verify&lan=".$language."' class='btn btn-primary' >".LAN_CHECK_2."</a>";
|
||||
|
||||
$text .= "
|
||||
<input type='submit' name='ziplang[{$language}]' value=\"".LANG_LAN_23."\" class='button' onclick=\"this.value = '".$lan_pleasewait."'\" /></td>
|
||||
<input type='submit' name='ziplang[{$language}]' value=\"".LANG_LAN_23."\" class='btn btn-default' onclick=\"this.value = '".$lan_pleasewait."'\" /></td>
|
||||
</tr>";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user