mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 23:21:33 +02:00
[ticket/11103] Mark/Unmark All buttons
PHPBB3-11103
This commit is contained in:
@@ -118,13 +118,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- IF .notifications -->
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="display-actions">
|
||||||
<input type="hidden" name="form_time" value="{FORM_TIME}" />
|
<input type="hidden" name="form_time" value="{FORM_TIME}" />
|
||||||
{S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
{S_HIDDEN_FIELDS}
|
||||||
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
|
<input type="submit" name="submit" value="{L_MARK_READ}" class="button1" />
|
||||||
|
<div><a href="#" onclick="$('#ucp input:checkbox').attr('checked', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="$('#ucp input:checkbox').attr('checked', false); return false;">{L_UNMARK_ALL}</a></div>
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@@ -111,8 +111,7 @@
|
|||||||
<td class="cat" colspan="3" align="center">
|
<td class="cat" colspan="3" align="center">
|
||||||
<input type="hidden" name="form_time" value="{FORM_TIME}" />
|
<input type="hidden" name="form_time" value="{FORM_TIME}" />
|
||||||
{S_HIDDEN_FIELDS}
|
{S_HIDDEN_FIELDS}
|
||||||
<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />
|
<input class="btnmain" type="submit" name="submit" value="{L_MARK_READ}" />
|
||||||
<input class="btnlite" type="reset" value="{L_RESET}" name="reset" />
|
|
||||||
{S_FORM_TOKEN}
|
{S_FORM_TOKEN}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -141,6 +140,10 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<!-- IF .notifications -->
|
||||||
|
<div class="gensmall" style="float: {S_CONTENT_FLOW_END}; padding-top: 2px;"><b><a href="#" onclick="$('#ucp input:checkbox').attr('checked', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="$('#ucp input:checkbox').attr('checked', false); return false;">{L_UNMARK_ALL}</a></b></div>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<!-- INCLUDE ucp_footer.html -->
|
<!-- INCLUDE ucp_footer.html -->
|
||||||
|
Reference in New Issue
Block a user