Ignore:
Timestamp:
11/16/08 15:09:04 (4 years ago)
Author:
WanWizard
Message:

new theme: Hezo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/public/Hezo/php-files/themes/Hezo/templates/templates/_openside_x.tpl

    r2039 r2040  
    2323{*                                                                         *} 
    2424{***************************************************************************} 
    25 <table cellpadding='0' cellspacing='0' width='100%' class='side-panel'> 
     25<table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'> 
    2626    <tr> 
    27         <td style='padding:5px;'> 
    28             <table cellpadding='0' cellspacing='0' width='100%'> 
    29                 <tr> 
     27        <td class='side-panel'> 
     28            <table width='100%' cellpadding='0' cellspacing='0'> 
     29                <tr class='side-panel'> 
    3030                    <td class='sub-cap-main'> 
    31                         <div style='display:inline; position:relative; float:right;margin-top:2px;'> 
     31                        <div style='display:inline; position:relative; float:right;margin-right:2px;'> 
    3232                            <img src='{$smarty.const.THEME}images/panel_{if $_state == 1}on{else}off{/if}.gif' alt='' name='b_{$_name}' onclick="javascript:flipBox('{$_name}')" /> 
    3333                        </div> 
     
    3636                </tr> 
    3737                <tr> 
    38                     <td class='{$style|default:"side-body"}'> 
     38                <td class='{$style|default:"side-body"}'> 
    3939                        <div id='box_{$_name}' {if $_state == 0}{else}style='display:none'{/if}> 
Note: See TracChangeset for help on using the changeset viewer.