mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Merge pull request #4148 from Jimmi08/patch-2
Fixes #2160 correct button class on core signup template
This commit is contained in:
@@ -198,7 +198,7 @@ if(!isset($SIGNUP_BODY))
|
||||
|
||||
<tr style='vertical-align:top'>
|
||||
<td class='forumheader' colspan='2' style='text-align:center'>
|
||||
<input class='button btn btn-success' type='submit' name='register' value=\"".LAN_SIGNUP_79."\" />
|
||||
<input class='button btn btn-primary' type='submit' name='register' value=\"".LAN_SIGNUP_79."\" />
|
||||
<br />
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user