diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-08-03 11:50:59 -0500 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 00:23:03 +0100 |
commit | d124cd2d593bf66abf173e1c5b97c7f371a09dc4 (patch) | |
tree | 981af20c62ee34b0af80b1453f5036e2c5b21c7a /phpBB/adm/style/acp_inactive.html | |
parent | 6e7e70a18abc4368bc0728db420d1f7f61ad8686 (diff) | |
download | forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.gz forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.bz2 forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.xz forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.zip |
[ticket/10780] Replace colon usage in adm template output with {L_COLON}
Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates
PHPBB3-10780
Diffstat (limited to 'phpBB/adm/style/acp_inactive.html')
-rw-r--r-- | phpBB/adm/style/acp_inactive.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html index 0b3b1b02d1..726c8c8b32 100644 --- a/phpBB/adm/style/acp_inactive.html +++ b/phpBB/adm/style/acp_inactive.html @@ -33,7 +33,7 @@ <td style="vertical-align: top;"> {inactive.USERNAME_FULL} - <!-- IF inactive.POSTS --><br />{L_POSTS}: <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF --> + <!-- IF inactive.POSTS --><br />{L_POSTS}{L_COLON} <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF --> </td> <td style="vertical-align: top;">{inactive.JOINED}</td> <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td> @@ -53,7 +53,7 @@ </table> <fieldset class="display-options"> - {L_DISPLAY_LOG}: {S_LIMIT_DAYS} {L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR}<!-- IF .pagination --> Users per page: <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF --> + {L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR}<!-- IF .pagination --> Users per page{L_COLON} <input class="inputbox autowidth" type="text" name="users_per_page" id="users_per_page" size="3" value="{USERS_PER_PAGE}" /><!-- ENDIF --> <input class="button2" type="submit" value="{L_GO}" name="sort" /> </fieldset> |