1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

Issue #1174 - Orphaned LANs corrected. User Profile LANs cleaned up.

This commit is contained in:
Cameron
2015-08-29 15:56:18 -07:00
parent ed569c4947
commit 5e008b5df4
7 changed files with 35 additions and 28 deletions

View File

@@ -798,7 +798,7 @@ class user_shortcodes extends e_shortcode
function sc_user_form_submit($parm)
{
return "<input class='btn btn-default button' type='submit' name='submit' value='".LAN_USER_47."' />";
return "<input class='btn btn-default button' type='submit' name='submit' value='".LAN_GO."' />";
}

View File

@@ -93,7 +93,7 @@ $sc_style['USER_FORUM_LINK']['post'] = "</td></tr>";
$sc_style['USER_UPDATE_LINK']['pre'] = "<tr><td colspan='2' class='forumheader3 center'>";
$sc_style['USER_UPDATE_LINK']['post'] = "</td></tr>";
$sc_style['USER_RATING']['pre'] = "<tr><td colspan='2' class='forumheader3'><div class='f-left'>".LAN_USER_61."</div><div class='f-right'>";
$sc_style['USER_RATING']['pre'] = "<tr><td colspan='2' class='forumheader3'><div class='f-left'>".LAN_RATING."</div><div class='f-right'>";
$sc_style['USER_RATING']['post'] = "</div></td></tr>";
$sc_style['USER_LOGINNAME']['pre'] = " : ";