Changeset 861 for trunk/Modules/User
- Timestamp:
- Jan 21, 2016, 3:20:48 PM (9 years ago)
- Location:
- trunk/Modules/User
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/Options.php
- Property svn:executable deleted
-
trunk/Modules/User/Profile.php
r860 r861 122 122 $parser = new HTML_BBCodeParser2(array('filters' => array('Basic','Extended','Images','Links','Lists','Email'))); 123 123 $Count = 20; 124 $Output = '<strong>'.T('Latest forum posts :').'</strong>';124 $Output = '<strong>'.T('Latest forum posts').':</strong>'; 125 125 126 126 $Output .= '<div class="shoutbox">'; … … 180 180 } 181 181 182 $Output .= '<br /><fieldset><legend>'.T('Profile text :').'</legend>'.htmlspecialchars(str_replace("\n", '<br/>', $UserLine['Info'])).'</fieldset><br/>';182 $Output .= '<br /><fieldset><legend>'.T('Profile text').'</legend>'.htmlspecialchars(str_replace("\n", '<br/>', $UserLine['Info'])).'</fieldset><br/>'; 183 183 184 184 $Output .= '<table class="Home"><tr>'. -
trunk/Modules/User/Registration.php
- Property svn:executable deleted
-
trunk/Modules/User/User.php
r860 r861 38 38 T('Translators'), array('Name'), '`User`', $this->System->Link('/users/?search=')); 39 39 $this->System->RegisterPageBarItem('Top', 'User', array($this, 'TopBarCallback')); 40 $this->System->RegisterPageBarItem('Left', 'User', array($this, 'ShowOnlineList')); 40 41 } 41 42
Note:
See TracChangeset
for help on using the changeset viewer.