1
0
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:
Cameron
2020-05-02 10:51:38 -07:00
committed by GitHub

View File

@@ -198,7 +198,7 @@ if(!isset($SIGNUP_BODY))
<tr style='vertical-align:top'> <tr style='vertical-align:top'>
<td class='forumheader' colspan='2' style='text-align:center'> <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 /> <br />
</td> </td>
</tr> </tr>