Changeset 1418
- Timestamp:
- 03/11/2010 07:28:48 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 9 edited
-
. (modified) (1 prop)
-
_InstallationResources (modified) (1 prop)
-
_InstallationResources/omwiki.sql (modified) (1 diff)
-
blogs (modified) (1 prop)
-
bookmarks/api/posts_public.php (modified) (1 diff)
-
wiki (modified) (1 prop)
-
wiki/extensions/FCKeditor/FCKeditor.body.php (modified) (1 diff)
-
wiki/extensions/Help/HelpExtention.css (modified) (1 diff)
-
wiki/extensions/Help/Help_Guide.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2 merged: 1409-1410,1416-1417
- Property svn:mergeinfo changed
-
trunk/_InstallationResources
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2/_InstallationResources merged: 1410
- Property svn:mergeinfo changed
-
trunk/_InstallationResources/omwiki.sql
r1217 r1418 2099 2099 WHERE `user_id` in (0,1) and `portlet_name`='team'; 2100 2100 2101 -- Change portlet title by Zhongzhen 2102 UPDATE `{omcollab_db_table_prefix}omcollab_portlets` 2103 SET `title` = 'Featured Contributor' 2104 WHERE `name`='contributor'; -
trunk/blogs
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/bookmarks/api/posts_public.php
r103 r1418 172 172 $rating = $ratingservice->GetBookmarkRating( md5($row['bAddress']) ); 173 173 $ratedstarwidth = 10 * $rating; 174 175 // Fixed by zhongzhen - 'margin-top: -10px' must be removed in below code line. 174 176 $ratingstars = '<span style="background:transparent url(' . RR_COMMON_SKIN_DIRECTORY . '/images/stars-10x10.gif) repeat scroll left top;' 175 . 'width:50px; float:right; height:10px; position:relative; margin- top:-10px; margin-right:13px;">'177 . 'width:50px; float:right; height:10px; position:relative; margin-right:13px;">' 176 178 . '<div style="background:transparent url(' . RR_COMMON_SKIN_DIRECTORY . '/images/stars-10x10.gif) repeat scroll left bottom; ' 177 179 . 'overflow:hidden; width: ' . $ratedstarwidth . 'px;">' -
trunk/wiki
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2/wiki merged: 1416-1417
- Property svn:mergeinfo changed
-
trunk/wiki/extensions/FCKeditor/FCKeditor.body.php
r1405 r1418 703 703 oFCKeditor.ready = true; 704 704 } 705 706 // Added by zhongzhen - 2010.3.11 707 document.getElementById("wpTextbox1___Frame").style.display = "block"; 705 708 }); 706 709 return true; -
trunk/wiki/extensions/Help/HelpExtention.css
r1405 r1418 21 21 font-size: 11px; 22 22 } 23 24 #wpTextbox1___Frame {display: none;} 23 25 24 26 #closeButton { -
trunk/wiki/extensions/Help/Help_Guide.php
r1405 r1418 58 58 $(function() { 59 59 textwidth = $('#editform').width() - $('#shadow').width() - 30; 60 $('#wpTextbox1').css('display', 'block');61 60 $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 62 61 $('#wpTextbox1___Frame').css('width', textwidth.toString() + 'px'); 62 var linktext = $('#toggle_wpTextbox1').html(); 63 if (linktext.search('Disable') > -1) 64 $('#wpTextbox1___Frame').css('display', 'block'); 65 else 66 $('#wpTextbox1').css('display', 'block'); 63 67 }); 64 68
Note: See TracChangeset
for help on using the changeset viewer.
