mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Bug #3746 - Duplicate 'Rating' label in user profile
This commit is contained in:
parent
322b1e5024
commit
aa6658c900
@ -9,9 +9,9 @@
|
||||
* Language file - user-related (many generic definitions)
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_user.php,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Date: 2008-12-28 22:37:43 $
|
||||
* $Author: e107steved $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2009-05-18 21:37:22 $
|
||||
* $Author: bugrain $
|
||||
*
|
||||
*/
|
||||
/*
|
||||
@ -81,7 +81,7 @@ define('LAN_USER_50', 'Member Profile'); // LAN_402
|
||||
define('LAN_USER_51', 'That is not a valid user.'); // LAN_400
|
||||
define('LAN_USER_52', 'Registered members'); // LAN_140
|
||||
define('LAN_USER_53', 'No registered members yet.'); // LAN_141
|
||||
define('LAN_USER_54', 'Peer Rating'); // USERLAN_1 (apparently not used)
|
||||
define('LAN_USER_54', 'Level'); // USERLAN_1
|
||||
define('LAN_USER_55', 'You do not have access to view this page.'); // USERLAN_2
|
||||
define('LAN_USER_56', 'Registered members: '); // LAN_138
|
||||
define('LAN_USER_57', 'Order: '); // LAN_139
|
||||
|
@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/user_template.php,v $
|
||||
| $Revision: 1.7 $
|
||||
| $Date: 2008-12-20 20:26:28 $
|
||||
| $Author: e107steved $
|
||||
| $Revision: 1.8 $
|
||||
| $Date: 2009-05-18 21:37:50 $
|
||||
| $Author: bugrain $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@ -144,7 +144,7 @@ $USER_FULL_TEMPLATE = "
|
||||
|
||||
<tr>
|
||||
<td {$main_colspan} class='forumheader3'>
|
||||
<div class='f-left'>".LAN_USER_61.":</div>
|
||||
<div class='f-left'>".LAN_USER_54.":</div>
|
||||
<div class='f-right right'>{USER_LEVEL}</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user