aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_bots.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-02 14:05:21 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-02 14:05:21 +0000
commit4aa578c73de276a7ed05f842825409009576bd92 (patch)
treeb78324d82193627fb58d1c6c1eec50b217cb4dc4 /phpBB/adm/style/acp_bots.html
parent1330f4ffdad6a250e612b0bcb4e598e0a80e6bbc (diff)
downloadforums-4aa578c73de276a7ed05f842825409009576bd92.tar
forums-4aa578c73de276a7ed05f842825409009576bd92.tar.gz
forums-4aa578c73de276a7ed05f842825409009576bd92.tar.bz2
forums-4aa578c73de276a7ed05f842825409009576bd92.tar.xz
forums-4aa578c73de276a7ed05f842825409009576bd92.zip
Adding the bot mark/unmark links already promised in the changelog.
Adds backlinks to the success screen after closing reports (#12905) Some style and language fixes (#12493, #12235, #11235, #11949) - the latter is still not perfect. Added code to the phpBB2 converter to deal with slashed quotes (#12607) Changes and adds language entries :) git-svn-id: file:///svn/phpbb/trunk@7822 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_bots.html')
-rw-r--r--phpBB/adm/style/acp_bots.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_bots.html b/phpBB/adm/style/acp_bots.html
index 6b531f545e..a80c6db331 100644
--- a/phpBB/adm/style/acp_bots.html
+++ b/phpBB/adm/style/acp_bots.html
@@ -92,6 +92,7 @@
<fieldset class="quick" style="float: right;">
<select name="action">{S_BOT_OPTIONS}</select>
<input class="button2" name="submit" type="submit" value="{L_SUBMIT}" />
+ <p class="small"><a href="#" onclick="marklist('acp_bots', 'mark', true);">{L_MARK_ALL}</a> &bull; <a href="#" onclick="marklist('acp_bots', 'mark', false);">{L_UNMARK_ALL}</a></p>
</fieldset>
</form>