aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/mcp_notes_user.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-10-15 23:31:43 +0200
committerMarc Alexander <admin@m-a-styles.de>2012-11-13 20:57:34 +0100
commit5f15c98c1d6cce71fb94e2a36ccabd5472a4de1f (patch)
treed6541c979062f62dd2c76ed8c2a9c5a0be892131 /phpBB/styles/prosilver/template/mcp_notes_user.html
parent607865d97a93cc86ff39953aa0c6303e5ead905d (diff)
downloadforums-5f15c98c1d6cce71fb94e2a36ccabd5472a4de1f.tar
forums-5f15c98c1d6cce71fb94e2a36ccabd5472a4de1f.tar.gz
forums-5f15c98c1d6cce71fb94e2a36ccabd5472a4de1f.tar.bz2
forums-5f15c98c1d6cce71fb94e2a36ccabd5472a4de1f.tar.xz
forums-5f15c98c1d6cce71fb94e2a36ccabd5472a4de1f.zip
[ticket/11197] Prefix the css classes for the small arrow with "arrow"
It does not make sense to have classes named "right" and "left" produce a small arrow next to text. It should be made clear that an arrow will appear. PHPBB3-11197
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_notes_user.html')
-rw-r--r--phpBB/styles/prosilver/template/mcp_notes_user.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html
index c7c568657c..3bbbd10f12 100644
--- a/phpBB/styles/prosilver/template/mcp_notes_user.html
+++ b/phpBB/styles/prosilver/template/mcp_notes_user.html
@@ -95,8 +95,8 @@
<hr />
<fieldset class="display-options">
- <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
- <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
+ <!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box arrow-{S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
+ <!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
<label>{L_DISPLAY_LOG}{L_COLON} {S_SELECT_SORT_DAYS}</label>
<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label>
<input type="submit" name="sort" value="{L_GO}" class="button2" />