1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 15:31:42 +02:00

Some fixes...

@translators: please note the split of SEND_EMAIL ;)


git-svn-id: file:///svn/phpbb/trunk@7672 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-24 16:18:04 +00:00
parent 49d351be1d
commit 60000cec97
19 changed files with 28 additions and 21 deletions

View File

@@ -60,7 +60,7 @@
<!-- IF .draftrow -->
<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> &bull; <a href="#" onclick="marklist('post', '', false); return false;">{L_UNMARK_ALL}</a></div>
<div><a href="#" onclick="marklist('postform', '', true); return false;">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('postform', '', false); return false;">{L_UNMARK_ALL}</a></div>
</fieldset>
<!-- ENDIF -->