Changeset 17143


Ignore:
Timestamp:
Jul 26, 2012, 6:22:43 PM (12 years ago)
Author:
plg
Message:

bug fixed: don't display the filter icon in Albums section of the menu
bug fixed: the word "Categories" was removed in Piwigo 2.2!
bug fixed: correct display of the "filter recent photos" icon in the menubar

Location:
extensions/blancmontxl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/blancmontxl/template/menubar_categories.tpl

    r6262 r17143  
    11<dt>
    2         <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
     2        <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
    33</dt>
    44<dd>
  • extensions/blancmontxl/theme.css

    r17138 r17143  
    197197
    198198/* Filter button */
    199 #menubar .button { position: absolute; left:95%;}
     199#menubar .button {float:right;}
    200200#menubar P, #menubar P.totalImages{ clear: both; margin: 0; text-align: center; padding: 0.2em }
     201#mbCategories .menubarFilter {display:none;}
    201202
    202203/* set menubar height (not for IE) */
Note: See TracChangeset for help on using the changeset viewer.