mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 20:24:08 +02:00
[ticket/14204] Add new classes
PHPBB3-14204
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<p>{MESSAGE_TEXT}</p>
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
<input type="button" name="confirm" value="{L_YES}" class="button2" />
|
||||
<input type="button" name="cancel" value="{L_NO}" class="button2" />
|
||||
<input type="button" name="confirm" value="{L_YES}" class="button1 button button-form-bold" />
|
||||
<input type="button" name="cancel" value="{L_NO}" class="button1 button button-form-bold" />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
{S_HIDDEN_FIELDS}
|
||||
<input type="submit" name="confirm" value="{L_YES}" class="button2" />
|
||||
<input type="submit" name="cancel" value="{L_NO}" class="button2" />
|
||||
<input type="submit" name="confirm" value="{L_YES}" class="button1 button button-form-bold" />
|
||||
<input type="submit" name="cancel" value="{L_NO}" class="button1 button button-form-bold" />
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user