- Timestamp:
- 03/04/2010 04:27:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/omcollab_zhongzhen2/wiki/extensions/Help/Help_Guide.php
r1389 r1391 22 22 if (source.search('button_help') > -1) { 23 23 obj.src = 'extensions/Help/images/button_hide.gif'; 24 $('# helpArea').css('display', 'block');25 $('#wpTextbox1').css('width', '6 3%');24 $('#shadow').css('display', 'block'); 25 $('#wpTextbox1').css('width', '60%'); 26 26 } 27 27 else { 28 28 obj.src = 'extensions/Help/images/button_help.gif'; 29 $('# helpArea').css('display', 'none');29 $('#shadow').css('display', 'none'); 30 30 $('#wpTextbox1').css('width', '92%'); 31 31 } … … 66 66 67 67 //Help content area 68 $editPage->editFormTextBeforeContent .= '<div id=" helpArea">' . $html . '</div>';68 $editPage->editFormTextBeforeContent .= '<div id="shadow"><div id="helpArea">' . $html . '</div></div>'; 69 69 // Help button 70 70 $editPage->editFormTextBeforeContent .= '<div class="button_class"><img src="extensions/Help/images/button_help.gif" style="cursor: pointer;" onclick="changeIcon(this)"/></div>';
Note: See TracChangeset
for help on using the changeset viewer.
