1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/14204] Add new classes

PHPBB3-14204
This commit is contained in:
hanakin
2017-02-17 14:23:14 -05:00
parent 277fcba26e
commit c0b22b380f
67 changed files with 174 additions and 174 deletions

View File

@@ -44,8 +44,8 @@
</div>
<fieldset class="submit-buttons">
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button1 button button-form-bold" />&nbsp;
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1 button button-form" />
{S_FORM_TOKEN}
</fieldset>
</form>