mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/14204] Add new classes
PHPBB3-14204
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
</div>
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||
<input type="submit" name="submit" value="{L_SAVE}" class="button1" />
|
||||
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button1 button button-form-bold" />
|
||||
<input type="submit" name="submit" value="{L_SAVE}" class="button1 button button-form" />
|
||||
{S_FORM_TOKEN}
|
||||
</fieldset>
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
<!-- IF .draftrow -->
|
||||
<fieldset class="display-actions">
|
||||
<input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" />
|
||||
<input class="button1 button button-form-bold" type="submit" name="delete" value="{L_DELETE_MARKED}" />
|
||||
<div><a href="#" onclick="marklist('postform', '', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('postform', '', false); return false;">{L_UNMARK_ALL}</a></div>
|
||||
{S_FORM_TOKEN}
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user