Changeset 13074 for trunk/themes


Ignore:
Timestamp:
Feb 9, 2012, 10:11:34 PM (12 years ago)
Author:
rvelices
Message:
  • remove square/thumb from choices on picture
  • fix content margin on password register
  • purge derivative cache by type of derivative
  • session saved infos/messages are not given to the page on html redirections
  • shorter/faster code in functions_xxx
Location:
trunk/themes/default/template
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/index.tpl

    r13068 r13074  
    132132</div>{* <!-- titrePage --> *}
    133133
     134{if isset($errors) or not empty($infos)}
    134135{include file='infos_errors.tpl'}
    135 
     136{/if}
    136137{if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
    137138
  • trunk/themes/default/template/password.tpl

    r12764 r13074  
    11{if isset($MENUBAR)}{$MENUBAR}{/if}
    2 <div id="content" class="content">
     2<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    33  <div class="titrePage">
    44    <ul class="categoryActions">
  • trunk/themes/default/template/picture.tpl

    r13021 r13074  
    22{include file='include/autosize.inc.tpl'}
    33*}
    4 
    54{if isset($MENUBAR)}
    65{$MENUBAR}
    76<div id="content" class="contentWithMenu">
    87{/if}
    9 
     8{if isset($errors) or not empty($infos)}
    109{include file='infos_errors.tpl'}
    11 
     10{/if}
    1211{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if}
    1312
     
    275274
    276275{if isset($COMMENT_COUNT)}
    277 <a name="comments"></a>
    278276<div id="comments">
    279277        {if $COMMENT_COUNT > 0}
  • trunk/themes/default/template/register.tpl

    r12886 r13074  
    22<div id="registerPage">
    33
    4 <div id="content" class="content">
     4<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    55
    66<div class="titrePage">
Note: See TracChangeset for help on using the changeset viewer.