[ticket/11975] Change shortened ACP/MCP label to Administer/Moderate

Also utilizing the new data-responsive-text attribute

PHPBB3-11975
This commit is contained in:
David King 2013-10-30 21:15:38 -07:00
parent 54e82392f0
commit 47f7992bf1
5 changed files with 8 additions and 8 deletions

View file

@ -62,7 +62,7 @@ $lang = array_merge($lang, array(
'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.', 'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.',
'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.', 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.',
'ACP' => 'Administration Control Panel', 'ACP' => 'Administration Control Panel',
'ACP_SHORT' => 'ACP', 'ACP_SHORT' => 'Administer',
'ACTIVE' => 'active', 'ACTIVE' => 'active',
'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.', 'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.',
'ADMINISTRATOR' => 'Administrator', 'ADMINISTRATOR' => 'Administrator',
@ -382,7 +382,7 @@ $lang = array_merge($lang, array(
'MB' => 'MB', 'MB' => 'MB',
'MIB' => 'MiB', 'MIB' => 'MiB',
'MCP' => 'Moderator Control Panel', 'MCP' => 'Moderator Control Panel',
'MCP_SHORT' => 'MCP', 'MCP_SHORT' => 'Moderate',
'MEMBERLIST' => 'Members', 'MEMBERLIST' => 'Members',
'MEMBERLIST_EXPLAIN' => 'View complete list of members', 'MEMBERLIST_EXPLAIN' => 'View complete list of members',
'MERGE' => 'Merge', 'MERGE' => 'Merge',

View file

@ -1,7 +1,7 @@
<!-- INCLUDE overall_header.html --> <!-- INCLUDE overall_header.html -->
<p class="{S_CONTENT_FLOW_END} responsive-center<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p> <p class="{S_CONTENT_FLOW_END} responsive-center<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>
<!-- IF U_MCP or U_ACP --><p class="responsive-center">{CURRENT_TIME} <br />[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}"><span class="responsive-hide">{L_ACP}</span><span class="responsive-show-inline" style="display: none;">{L_ACP_SHORT}</span></a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}"><span class="responsive-hide">{L_MCP}</span><span class="responsive-show-inline" style="display: none;">{L_MCP_SHORT}</span></a><!-- ENDIF -->&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p class="responsive-center">{CURRENT_TIME}</p><!-- ENDIF --> <!-- IF S_USER_LOGGED_IN --><p class="responsive-center">{CURRENT_TIME}<!-- IF U_MCP or U_ACP --> <br />[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}" data-responsive-text="{L_ACP_SHORT}">{L_ACP}</a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}" data-responsive-text="{L_MCP_SHORT}">{L_MCP}</a><!-- ENDIF -->&nbsp;]<!-- ENDIF --></p><!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) --> <!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist bulletin"> <ul class="linklist bulletin">

View file

@ -1,10 +1,10 @@
<!-- INCLUDE overall_header.html --> <!-- INCLUDE overall_header.html -->
<h2>{L_MCP_SHORT}</h2> <h2>{L_MCP}</h2>
<!-- IF U_MCP --> <!-- IF U_MCP -->
<p class="linkmcp"> <p class="linkmcp responsive-center">
[<!-- IF U_ACP -->&nbsp;<a href="{U_ACP}" title="{L_ACP}"><span class="responsive-hide">{L_ACP}</span><span class="responsive-show-inline" style="display: none;">{L_ACP_SHORT}</span></a>&nbsp;|<!-- ENDIF -->&nbsp;<a href="{U_MCP}" title="{L_MCP}"><span class="responsive-hide">{L_MCP}</span><span class="responsive-show-inline" style="display: none;">{L_MCP_SHORT}</span></a><!-- IF U_MCP_FORUM -->&nbsp;|&nbsp;<a href="{U_MCP_FORUM}">{L_MODERATE_FORUM}</a><!-- ENDIF --><!-- IF U_MCP_TOPIC -->&nbsp;|&nbsp;<a href="{U_MCP_TOPIC}">{L_MODERATE_TOPIC}</a><!-- ENDIF --><!-- IF U_MCP_POST -->&nbsp;|&nbsp;<a href="{U_MCP_POST}">{L_MODERATE_POST}</a><!-- ENDIF -->&nbsp;] [<!-- IF U_ACP -->&nbsp;<a href="{U_ACP}" title="{L_ACP}" data-responsive-text="{L_ACP_SHORT}">{L_ACP}</a>&nbsp;|<!-- ENDIF -->&nbsp;<a href="{U_MCP}" title="{L_MCP}" data-responsive-text="{L_MCP_SHORT}">{L_MCP}</a><!-- IF U_MCP_FORUM -->&nbsp;|&nbsp;<a href="{U_MCP_FORUM}">{L_MODERATE_FORUM}</a><!-- ENDIF --><!-- IF U_MCP_TOPIC -->&nbsp;|&nbsp;<a href="{U_MCP_TOPIC}">{L_MODERATE_TOPIC}</a><!-- ENDIF --><!-- IF U_MCP_POST -->&nbsp;|&nbsp;<a href="{U_MCP_POST}">{L_MODERATE_POST}</a><!-- ENDIF -->&nbsp;]
</p> </p>
<!-- ENDIF --> <!-- ENDIF -->

View file

@ -1,5 +1,5 @@
<!-- INCLUDE overall_header.html --> <!-- INCLUDE overall_header.html -->
<!-- IF U_ACP or U_MCP --><p>[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}"><span class="responsive-hide">{L_ACP}</span><span class="responsive-show-inline" style="display: none;">{L_ACP_SHORT}</span></a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}"><span class="responsive-hide">{L_MCP}</span><span class="responsive-show-inline" style="display: none;">{L_MCP_SHORT}</span></a><!-- ENDIF -->&nbsp;]</p><!-- ENDIF --> <!-- IF U_MCP or U_ACP --><p class="responsive-center">[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}" data-responsive-text="{L_ACP_SHORT}">{L_ACP}</a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}" data-responsive-text="{L_MCP_SHORT}">{L_MCP}</a><!-- ENDIF -->&nbsp;]</p><!-- ENDIF -->
<h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2> <h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
<!-- IF FORUM_DESC or MODERATORS or U_MCP --> <!-- IF FORUM_DESC or MODERATORS or U_MCP -->

View file

@ -1,5 +1,5 @@
<!-- INCLUDE overall_header.html --> <!-- INCLUDE overall_header.html -->
<!-- IF U_ACP or U_MCP --><p>[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}"><span class="responsive-hide">{L_ACP}</span><span class="responsive-show-inline" style="display: none;">{L_ACP_SHORT}</span></a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}"><span class="responsive-hide">{L_MCP}</span><span class="responsive-show-inline" style="display: none;">{L_MCP_SHORT}</span></a><!-- ENDIF -->&nbsp;]</p><!-- ENDIF --> <!-- IF U_MCP or U_ACP --><p class="responsive-center">[&nbsp;<!-- IF U_ACP --><a href="{U_ACP}" title="{L_ACP}" data-responsive-text="{L_ACP_SHORT}">{L_ACP}</a><!-- IF U_MCP -->&nbsp;|&nbsp;<!-- ENDIF --><!-- ENDIF --><!-- IF U_MCP --><a href="{U_MCP}" title="{L_MCP}" data-responsive-text="{L_MCP_SHORT}">{L_MCP}</a><!-- ENDIF -->&nbsp;]</p><!-- ENDIF -->
<h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2> <h2><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
<h2><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2> <h2><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body --> <!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->