mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7405 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9d446dcf21
commit
d7ae819c2e
2 changed files with 4 additions and 2 deletions
|
@ -38,6 +38,8 @@ $lang = array_merge($lang, array(
|
||||||
'ADD_FRIEND' => 'Add friend',
|
'ADD_FRIEND' => 'Add friend',
|
||||||
'AFTER' => 'After',
|
'AFTER' => 'After',
|
||||||
|
|
||||||
|
'ALL' => 'All',
|
||||||
|
|
||||||
'BEFORE' => 'Before',
|
'BEFORE' => 'Before',
|
||||||
|
|
||||||
'CC_EMAIL' => 'Send a copy of this email to yourself',
|
'CC_EMAIL' => 'Send a copy of this email to yourself',
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
<!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_FORM_NAME --><a href="{U_HIDE_FIND_MEMBER}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF -->
|
<!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_FORM_NAME --><a href="{U_HIDE_FIND_MEMBER}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF -->
|
||||||
<strong style="font-size: 0.95em;"><a href="{S_MODE_ACTION}&first_char=">All</a>
|
<strong style="font-size: 0.95em;"><a href="{S_MODE_ACTION}&first_char=">{L_ALL}</a>
|
||||||
<a href="{S_MODE_ACTION}&first_char=a">A</a>
|
<a href="{S_MODE_ACTION}&first_char=a">A</a>
|
||||||
<a href="{S_MODE_ACTION}&first_char=b">B</a>
|
<a href="{S_MODE_ACTION}&first_char=b">B</a>
|
||||||
<a href="{S_MODE_ACTION}&first_char=c">C</a>
|
<a href="{S_MODE_ACTION}&first_char=c">C</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue