mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/14204] Add new classes
PHPBB3-14204
This commit is contained in:
@@ -74,8 +74,8 @@
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
{S_HIDDEN_FIELDS}
|
||||
<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||
<input type="submit" name="update" value="{L_SUBMIT}" class="button1" />
|
||||
<input type="reset" value="{L_RESET}" name="reset" class="button1 button button-form-bold" />
|
||||
<input type="submit" name="update" value="{L_SUBMIT}" class="button1 button button-form" />
|
||||
{S_FORM_TOKEN}
|
||||
</fieldset>
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
|
||||
<fieldset class="display-actions">
|
||||
<select name="action"><option value="">{L_SELECT_OPTION}</option>{S_ACTION_OPTIONS}</select>
|
||||
<input class="button2" type="submit" name="update" value="{L_SUBMIT}" />
|
||||
<input class="button1 button button-form-bold" type="submit" name="update" value="{L_SUBMIT}" />
|
||||
<div><a href="#" onclick="marklist('ucp', 'mark', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 'mark', false); return false;">{L_UNMARK_ALL}</a></div>
|
||||
</fieldset>
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
</div>
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
<input class="button1" type="submit" name="addusers" value="{L_SUBMIT}" />
|
||||
<input class="button1 button button-form" type="submit" name="addusers" value="{L_SUBMIT}" />
|
||||
{S_FORM_TOKEN}
|
||||
</fieldset>
|
||||
|
||||
|
Reference in New Issue
Block a user