aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_forums.html
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-02-08 20:38:23 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:25 +0200
commit8a0d8c0a84e119121bc9bd69c757aa4776d42acb (patch)
treeeac54c4235a73d055451c0974ea45de78e8ef2a0 /phpBB/adm/style/acp_forums.html
parent7ed2cbef75e2e3e561dec00cad26870684968a3a (diff)
downloadforums-8a0d8c0a84e119121bc9bd69c757aa4776d42acb.tar
forums-8a0d8c0a84e119121bc9bd69c757aa4776d42acb.tar.gz
forums-8a0d8c0a84e119121bc9bd69c757aa4776d42acb.tar.bz2
forums-8a0d8c0a84e119121bc9bd69c757aa4776d42acb.tar.xz
forums-8a0d8c0a84e119121bc9bd69c757aa4776d42acb.zip
[feature/ajax] Do not hard-code sorting images of acp_forums ordering
PHPBB3-10270
Diffstat (limited to 'phpBB/adm/style/acp_forums.html')
-rw-r--r--phpBB/adm/style/acp_forums.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index b2b3ad6d40..048a24a328 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -500,6 +500,14 @@
</fieldset>
</form>
+ <div class="hidden">
+ <a class="template-up-img" href="#">{ICON_MOVE_UP}</a>
+ <span class="template-up-img-disabled">{ICON_MOVE_UP_DISABLED}</span>
+
+ <a class="template-down-img" href="#">{ICON_MOVE_DOWN}</a>
+ <span class="template-down-img-disabled">{ICON_MOVE_DOWN_DISABLED}</span>
+ </div>
+
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->