mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12201] Rearrange pagination, sorting, and submit elements.
PHPBB3-12201
This commit is contained in:
parent
609c4efff6
commit
f78d4196ea
1 changed files with 16 additions and 15 deletions
|
@ -410,21 +410,10 @@
|
||||||
<td class="centered-text"><input type="checkbox" class="radio" name="delete[{attachments.ATTACH_ID}]" /></td>
|
<td class="centered-text"><input type="checkbox" class="radio" name="delete[{attachments.ATTACH_ID}]" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END attachments -->
|
<!-- END attachments -->
|
||||||
<tr class="row4">
|
|
||||||
<td colspan="3"> </td>
|
|
||||||
<td class="small"><a href="#" onclick="marklist('attachments', 'delete', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('attachments', 'delete', false); return false;">{L_UNMARK_ALL}</a></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- IF TOTAL_FILES -->
|
<!-- IF TOTAL_FILES -->
|
||||||
<fieldset class="display-options">
|
|
||||||
{L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}
|
|
||||||
<input class="button2" type="submit" value="{L_GO}" name="sort" />
|
|
||||||
</fieldset>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{L_NUMBER_FILES}{L_COLON} {TOTAL_FILES} • {L_TOTAL_SIZE}{L_COLON} {TOTAL_SIZE}
|
{L_NUMBER_FILES}{L_COLON} {TOTAL_FILES} • {L_TOTAL_SIZE}{L_COLON} {TOTAL_SIZE}
|
||||||
<!-- IF .pagination -->
|
<!-- IF .pagination -->
|
||||||
|
@ -433,12 +422,24 @@
|
||||||
• {PAGE_NUMBER}
|
• {PAGE_NUMBER}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<fieldset class="display-options">
|
||||||
|
{L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}
|
||||||
|
<input class="button2" type="submit" value="{L_GO}" name="sort" />
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<hr />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<p class="submit-buttons">
|
<!-- IF .attachments -->
|
||||||
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
|
<fieldset class="quick">
|
||||||
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
|
<input class="button2" type="submit" name="submit" value="{L_DELETE_MARKED}" /><br />
|
||||||
</p>
|
<p class="small">
|
||||||
|
<a href="#" onclick="marklist('attachments', 'delete', true); return false;">{L_MARK_ALL}</a> •
|
||||||
|
<a href="#" onclick="marklist('attachments', 'delete', false); return false;">{L_UNMARK_ALL}</a>
|
||||||
|
</p>
|
||||||
|
</fieldset>
|
||||||
|
<!-- ENDIF -->
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue