diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2012-02-08 20:38:23 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:25 +0200 |
| commit | 8a0d8c0a84e119121bc9bd69c757aa4776d42acb (patch) | |
| tree | eac54c4235a73d055451c0974ea45de78e8ef2a0 /phpBB/adm/style/acp_forums.html | |
| parent | 7ed2cbef75e2e3e561dec00cad26870684968a3a (diff) | |
| download | forums-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.html | 8 |
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 --> |
