Ignore:
Timestamp:
Aug 9, 2012, 4:19:12 PM (12 years ago)
Author:
mistic100
Message:

better integration in simple and stripped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/edit.tpl

    r16698 r17493  
    3535
    3636
    37 {if $themeconf.name != "stripped" and $themeconf.parent != "stripped" and $themeconf.name != "simple-grey" and $themeconf.parent != "simple"}
    38   {$MENUBAR}
     37{* <!-- Menubar & titrePage --> *}
     38{if $themeconf.name == "stripped" or $themeconf.parent == "stripped"}
     39  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/stripped.tpl'}
     40  {assign var="clear" value="true"}
     41{elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"}
     42  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/simple.tpl'}
     43  {assign var="clear" value="true"}
    3944{else}
    40   {assign var="intern_menu" value="true"}
     45  {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/default.tpl'}
    4146{/if}
    42 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    43 {if $intern_menu}{$MENUBAR}{/if}
    44 
    45 
    46 <div class="titrePage">
    47   <ul class="categoryActions">
    48   {if !empty($COLLECTION_ACTIONS)}{$COLLECTION_ACTIONS}{/if}
    49   </ul>
    50   <h2>{$TITLE}</h2>
    51 </div>{* <!-- titrePage --> *}
    5247
    5348{if isset($errors) or not empty($infos)}
     
    9489{/if}
    9590
    96 
     91{if $clear}<div style="clear: both;"></div>{/if}
    9792</div>{* <!-- content --> *}
Note: See TracChangeset for help on using the changeset viewer.