Ignore:
Timestamp:
Feb 7, 2012, 10:00:32 PM (12 years ago)
Author:
rvelices
Message:

rv_menutree compatible with 2.4

Location:
extensions/rv_menutree/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_menutree/trunk/changelog.txt

    r12395 r13049  
     12.4.a
     2        - compatible piwigo 2.4
     3
    142.3.a
    25        - compatible piwigo 2.2
  • extensions/rv_menutree/trunk/main.inc.php

    r12395 r13049  
    11<?php /*
    22Plugin Name: RV Menu Tree
    3 Version: 2.3.a
     3Version: 2.4.a
    44Plugin URI: http://piwigo.org/ext/extension_view.php?eid=238
    55Description: Replaces the categories in the menu bar with a nicer one (javascript).
  • extensions/rv_menutree/trunk/template/rv_menutree_categories.tpl

    r12432 r13049  
    1 {html_head}
    2 <style type="text/css">
    3 li .bullet {ldelim}padding-left:14px;margin-left:0;background:url({$ROOT_URL}plugins/{$RVMT_BASE_NAME}/img/bpm.gif) no-repeat scroll}
    4 .liOpen .bullet {ldelim}cursor:pointer;background-position:-38px center}
    5 .liClosed .bullet {ldelim}cursor:pointer;background-position:-19px center}
    6 .liBullet .bullet {ldelim}cursor:default;background-position:0 center}
    7 .liClosed ul {ldelim}display:none;}
    8 </style>
    9 {/html_head}
     1{html_style}
     2li .bullet{ldelim}padding-left:14px;margin-left:0;background:url({$ROOT_URL}plugins/{$RVMT_BASE_NAME}/img/bpm.gif) no-repeat scroll}
     3.liOpen .bullet{ldelim}cursor:pointer;background-position:-38px center}
     4.liClosed .bullet{ldelim}cursor:pointer;background-position:-19px center}
     5.liBullet .bullet{ldelim}cursor:default;background-position:0 center}
     6.liClosed ul{ldelim}display:none}
     7{/html_style}
    108<dt>
    11   {if isset($U_START_FILTER)}
    12   <a href="{$U_START_FILTER}" title="{'display only recently posted photos'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
    13   {/if}
    14   {if isset($U_STOP_FILTER)}
    15   <a href="{$U_STOP_FILTER}" title="{'return to the display of all photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
    16   {/if}
     9        {if isset($U_START_FILTER)}
     10        <a href="{$U_START_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'display only recently posted photos'|@translate}" rel="nofollow"><span class="pwg-icon pwg-icon-filter"> </span></a>
     11        {/if}
     12        {if isset($U_STOP_FILTER)}
     13        <a href="{$U_STOP_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'return to the display of all photos'|@translate}"><span class="pwg-icon pwg-icon-filter-del"> </span></a>
     14        {/if}
    1715        <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
    1816</dt>
Note: See TracChangeset for help on using the changeset viewer.