Changeset 2040 in ExiteCMS for themes/public/Hezo/php-files/themes/Hezo/templates/templates/_openside_x.tpl
- Timestamp:
- 11/16/08 15:09:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/public/Hezo/php-files/themes/Hezo/templates/templates/_openside_x.tpl
r2039 r2040 23 23 {* *} 24 24 {***************************************************************************} 25 <table cellpadding='0' cellspacing='0' width='100%' class='side-panel'>25 <table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'> 26 26 <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'> 30 30 <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;'> 32 32 <img src='{$smarty.const.THEME}images/panel_{if $_state == 1}on{else}off{/if}.gif' alt='' name='b_{$_name}' onclick="javascript:flipBox('{$_name}')" /> 33 33 </div> … … 36 36 </tr> 37 37 <tr> 38 <td class='{$style|default:"side-body"}'>38 <td class='{$style|default:"side-body"}'> 39 39 <div id='box_{$_name}' {if $_state == 0}{else}style='display:none'{/if}>
Note: See TracChangeset
for help on using the changeset viewer.
