1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 15:45:34 +02:00

[ticket/16237] cleanup leftovers

PHPBB3-16237
This commit is contained in:
hanakin 2020-05-08 11:20:52 -10:00
parent 63c7488f18
commit 50faa5affb
5 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@
<!-- EVENT forumlist_body_subforum_link_prepend --> <!-- EVENT forumlist_body_subforum_link_prepend -->
<a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->"> <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">
{{ Icon('iconify', { {{ Icon('iconify', {
'fa:external-link' : forumrow.subforum.IS_LINK , 'fa:external-link' : forumrow.subforum.IS_LINK,
'fa:file-o' : true, 'fa:file-o' : true,
}, forumrow.subforum.SUBFORUM_NAME, false, 'c-subforum-icon') }} }, forumrow.subforum.SUBFORUM_NAME, false, 'c-subforum-icon') }}
</a>{% if not forumrow.subforum.S_LAST_ROW %}{L_COMMA_SEPARATOR}{% endif %} </a>{% if not forumrow.subforum.S_LAST_ROW %}{L_COMMA_SEPARATOR}{% endif %}

View File

@ -84,6 +84,6 @@
<p> <p>
<a href="<!-- IF S_MCP_REPORT -->#report<!-- ELSE -->#postingbox<!-- ENDIF -->" class="top"> <a href="<!-- IF S_MCP_REPORT -->#report<!-- ELSE -->#postingbox<!-- ENDIF -->" class="top">
{{ Icon('iconify', 'fa:chevron-circle-up', lang('BACK_TO_TOP'), false, 'c-top-icon') }}<span> {{ Icon('iconify', 'fa:chevron-circle-up', lang('BACK_TO_TOP'), false, 'c-top-icon') }}
</a> </a>
</p> </p>

View File

@ -220,7 +220,7 @@
<ul class="searchresults"> <ul class="searchresults">
<li> <li>
<a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}"> <a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}">
{{ Icon('iconify', 'fa:angle'-S_CONTENT_FLOW_END, lang('JUMP_TO_POST'), false, 'c-return-arrow-icon') }} {{ Icon('iconify', 'fa:angle-' ~ S_CONTENT_FLOW_END, lang('JUMP_TO_POST'), false, 'c-return-arrow-icon') }}
</a> </a>
</li> </li>
</ul> </ul>

View File

@ -34,7 +34,7 @@
<!-- EVENT ucp_pm_history_post_buttons_list_after --> <!-- EVENT ucp_pm_history_post_buttons_list_after -->
<p class="author"> <p class="author">
<span title="{history_row.MINI_POST}">{{ Icon('iconify', 'fa:file', history_row.MINI_POST, true, 'c-topic-icon') }}</span> {L_SENT_AT}{L_COLON} <strong>{history_row.SENT_DATE}</strong> {{ Icon('iconify', 'fa:file', history_row.MINI_POST, true, 'c-topic-icon') }} {L_SENT_AT} {L_COLON} <strong>{history_row.SENT_DATE}</strong>
<br /> <br />
{L_MESSAGE_BY_AUTHOR} <!-- EVENT ucp_pm_history_row_message_author_username_prepend -->{history_row.MESSAGE_AUTHOR_FULL}<!-- EVENT ucp_pm_history_row_message_author_username_append --> {L_MESSAGE_BY_AUTHOR} <!-- EVENT ucp_pm_history_row_message_author_username_prepend -->{history_row.MESSAGE_AUTHOR_FULL}<!-- EVENT ucp_pm_history_row_message_author_username_append -->
</p> </p>

View File

@ -41,7 +41,7 @@
<!-- IF U_PRINT_PM --> <!-- IF U_PRINT_PM -->
<li> <li>
<a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p"> <a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p">
{{ Icon('iconify', 'fa:print', lang('PRINT_PM'), false) }}<span>{L_}</span> {{ Icon('iconify', 'fa:print', lang('PRINT_PM'), false) }}
</a> </a>
</li> </li>
<!-- ENDIF --> <!-- ENDIF -->