Changeset 18712


Ignore:
Timestamp:
Oct 21, 2012, 5:27:50 PM (12 years ago)
Author:
mistic100
Message:

bug 2775: on index page, errors/infos messages can be at the bottom with PWG Stuffs

Location:
trunk/themes/default
Files:
2 edited

Legend:

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

    r18636 r18712  
    11{$MENUBAR}
     2
     3{if isset($errors) or isset($infos)}
     4<div class="content messages {if isset($MENUBAR)}contentWithMenu{/if}">
     5{include file='infos_errors.tpl'}
     6</div>
     7{/if}
     8
    29{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
    310<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
     
    126133</div>{* <!-- titrePage --> *}
    127134
    128 {if isset($errors) or not empty($infos)}
    129 {include file='infos_errors.tpl'}
    130 {/if}
    131135{if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
    132136
  • trunk/themes/default/theme.css

    r14084 r18712  
    686686
    687687
     688.content.messages {
     689  padding:0;
     690  background:none;
     691  border:none;
     692}
     693
    688694.errors { /* Errors display */
    689695        color: red;
Note: See TracChangeset for help on using the changeset viewer.