1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +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

@@ -4,7 +4,7 @@
<fieldset class="forum-selection">
<label for="fo">{L_FORUM}{L_COLON} <select name="f" id="fo">{S_FORUM_OPTIONS}</select></label>
<input type="submit" name="sort" value="{L_GO}" class="button2" />
<input type="submit" name="sort" value="{L_GO}" class="button1 button button-form-bold" />
{S_FORM_TOKEN}
</fieldset>
@@ -103,11 +103,11 @@
<!-- IF .postrow -->
<fieldset class="display-actions">
<!-- IF S_RESTORE -->
<input class="button2" type="submit" name="action[delete]" value="{L_DELETE}" />&nbsp;
<input class="button1" type="submit" name="action[restore]" value="{L_RESTORE}" />
<input class="button1 button button-form-bold" type="submit" name="action[delete]" value="{L_DELETE}" />&nbsp;
<input class="button1 button button-form" type="submit" name="action[restore]" value="{L_RESTORE}" />
<!-- ELSE -->
<input class="button2" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />&nbsp;
<input class="button1" type="submit" name="action[approve]" value="{L_APPROVE}" />
<input class="button1 button button-form-bold" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" />&nbsp;
<input class="button1 button button-form" type="submit" name="action[approve]" value="{L_APPROVE}" />
<!-- ENDIF -->
<div>
<!-- IF S_TOPICS -->