Ignore:
Timestamp:
03/04/2010 04:27:04 AM (2 years ago)
Author:
zhongzhen
Message:

Help Extention Style Change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_zhongzhen2/wiki/extensions/Help/Help_Guide.php

    r1389 r1391  
    2222                                        if (source.search('button_help') > -1) { 
    2323                                                obj.src = 'extensions/Help/images/button_hide.gif'; 
    24                                                 $('#helpArea').css('display', 'block'); 
    25                                                 $('#wpTextbox1').css('width', '63%'); 
     24                                                $('#shadow').css('display', 'block'); 
     25                                                $('#wpTextbox1').css('width', '60%'); 
    2626                                        } 
    2727                                        else { 
    2828                                                obj.src = 'extensions/Help/images/button_help.gif'; 
    29                                                 $('#helpArea').css('display', 'none'); 
     29                                                $('#shadow').css('display', 'none'); 
    3030                                                $('#wpTextbox1').css('width', '92%'); 
    3131                                        } 
     
    6666                 
    6767        //Help content area 
    68         $editPage->editFormTextBeforeContent .= '<div id="helpArea">' . $html . '</div>';  
     68        $editPage->editFormTextBeforeContent .= '<div id="shadow"><div id="helpArea">' . $html . '</div></div>';  
    6969                // Help button 
    7070                $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.