mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 16:52:54 +02:00
git-svn-id: file:///svn/phpbb/trunk@7319 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<form id="post" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||
<form id="postform" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||
|
||||
<h2>{L_TITLE}</h2>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||
<input type="submit" name="submit" value="{L_SAVE}" class="button1" />
|
||||
</fieldset>
|
||||
|
||||
@@ -53,12 +53,12 @@
|
||||
<!-- ELSE -->
|
||||
<p><strong>{L_NO_SAVED_DRAFTS}</strong></p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
|
||||
<!-- IF .draftrow -->
|
||||
<fieldset class="display-actions">
|
||||
<fieldset class="display-actions">
|
||||
<input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" />
|
||||
<div><a href="#" onclick="marklist('post', '', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('post', '', false); return false;">{L_UNMARK_ALL}</a></div>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user