Changeset 30101


Ignore:
Timestamp:
Oct 16, 2014, 10:10:03 AM (10 years ago)
Author:
JanisV
Message:

Improve page header

Location:
extensions/stripped_responsive
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/template/index.tpl

    r30082 r30101  
    11<div class="titrePage">
    2         <div class="browsePath">
    3                 <h2>{$TITLE}</h2>
    4         </div>
    52        {if isset($U_EDIT) or isset($U_SLIDESHOW) or !empty($PLUGIN_INDEX_ACTIONS) or !empty($PLUGIN_INDEX_BUTTONS) or isset($U_SEARCH_RULES) or isset($U_CADDIE) }
    63                <div class="categoryActionsContainer">
     
    3027        {/if}
    3128        {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
     29        <div class="browsePath">
     30                <h2>{$TITLE}</h2>
     31        </div>
    3232</div>
    3333<div id="content" class="menuShown">
  • extensions/stripped_responsive/template/picture.tpl

    r30082 r30101  
    1111
    1212<div class="titrePage" id="imageHeaderBar">
    13         <div class="browsePath">
    14                 {$SECTION_TITLE}
    15                 {if ($stripped_responsive.showTitleOnBrowsePath)}{$LEVEL_SEPARATOR}{$current.TITLE}{/if}
    16         </div>
    1713    <ul class="randomButtons">
    1814                <li id="imageToolBar">
     
    7369                <li class="plugin_buttons plugin_buttons_group2">{*caddie management END*}</li>
    7470    </ul>
    75                 {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
     71        {if ($GMaps_loaded)}<div id="text_gmaps" style="display:none">{'GMap'|@translate}</div>{/if}
     72        <div class="browsePath">
     73                {$SECTION_TITLE}
     74                {if ($stripped_responsive.showTitleOnBrowsePath)}{$LEVEL_SEPARATOR}{$current.TITLE}{/if}
     75        </div>
    7676        <div style="clear:both;"></div>
    7777</div> <!-- imageHeaderBar -->
  • extensions/stripped_responsive/template/tags.tpl

    r29908 r30101  
    11<div class="titrePage">
    2         <div class="browsePath">
    3                 <h2>
    4                         <a href="{$U_HOME}">{'Home'|@translate}</a>
    5                         {$LEVEL_SEPARATOR}{'Tags'|@translate}
    6                 </h2>
    7         </div>
    8         {include file='infos_errors.tpl'}
    92        <div class="categoryActionsContainer">
    103                <ul class="categoryActions">
     
    169                        {/if}
    1710                </ul>
     11        </div>
     12        {include file='infos_errors.tpl'}
     13        <div class="browsePath">
     14                <h2>
     15                        <a href="{$U_HOME}">{'Home'|@translate}</a>
     16                        {$LEVEL_SEPARATOR}{'Tags'|@translate}
     17                </h2>
    1818        </div>
    1919</div>
  • extensions/stripped_responsive/theme.css

    r30082 r30101  
    244244
    245245.titrePage .categoryActionsContainer {
     246  display: inline;
    246247  float: right;
    247248  margin: 0;
     
    708709
    709710.browsePath {
    710         display:inline;
    711         float:left;
     711    white-space:nowrap;
     712    overflow:hidden;
     713    text-overflow: ellipsis;
    712714}
    713715
Note: See TracChangeset for help on using the changeset viewer.