aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_styles.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-04-02 00:23:26 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-04-02 00:23:26 +0200
commitb6128dee3f2628ef8cf197d0928febc2e3c8cd6b (patch)
treed1433fcf89893eb530d17dd219dbb3f3a8aa08ad /phpBB/adm/style/acp_styles.html
parentbdc08a3fcd9f89168b1d65895714354437b7c1ee (diff)
downloadforums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar.gz
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar.bz2
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.tar.xz
forums-b6128dee3f2628ef8cf197d0928febc2e3c8cd6b.zip
[ticket/8700] Use L_COLON instead of adding ":" manually
PHPBB3-8700
Diffstat (limited to 'phpBB/adm/style/acp_styles.html')
-rw-r--r--phpBB/adm/style/acp_styles.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index e0149c2a0f..86e666c4ed 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -24,7 +24,7 @@
</div>
</fieldset>
-
+
</form>
<!-- ELSE -->
@@ -44,7 +44,7 @@
<dd><input type="text" id="name" name="style_name" value="{STYLE_NAME}" /></dd>
</dl>
<dl>
- <dt><label>{L_STYLE_PATH}</label></dt>
+ <dt><label>{L_STYLE_PATH}{L_COLON}</label></dt>
<dd><strong>{STYLE_PATH}</strong></dd>
</dl>
<dl>
@@ -117,7 +117,7 @@
<span class="error"><br />{styles_list.COMMENT}</span>
<!-- ENDIF -->
<!-- IF not styles_list.STYLE_ID and styles_list.COMMENT == '' -->
- <span class="style-path"><br />{L_STYLE_PATH} {styles_list.STYLE_PATH_FULL}</span>
+ <span class="style-path"><br />{L_STYLE_PATH}{L_COLON} {styles_list.STYLE_PATH_FULL}</span>
<!-- ENDIF -->
</td>
<!-- IF not STYLES_LIST_HIDE_COUNT -->