Ignore:
Timestamp:
Jun 24, 2012, 9:26:25 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/search_rules.tpl

    r11024 r16016  
    44<ul class="categoryActions">
    55  <li>
    6     <a id="icon_exit" class="button" href="#" onclick="window.close();" title="{'Close this window'|@translate}">     
     6    <a href="#" onclick="window.close();" title="{'Close this window'|@translate}" id="icon_exit" class="button">     
    77    </a>
    88  </li>
     
    1111<h2>{'Search rules'|@translate}</h2>
    1212
    13 {if isset($INTRODUCTION) }
     13{if isset($INTRODUCTION)}
    1414<p>{$INTRODUCTION}</p>
    1515{/if}
     
    1717<ul>
    1818
    19   {if isset($search_words) }
     19  {if isset($search_words)}
    2020  {foreach from=$search_words item=v}
    2121  <li>{$v}</li>
     
    2525  {if isset($SEARCH_TAGS_MODE) }
    2626  <li>
    27     <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
     27    <p>{if 'AND'==$SEARCH_TAGS_MODE}{'All tags'|@translate}{else}{'Any tag'|@translate}{/if}</p>
    2828    <ul>
    2929      {foreach from=$search_tags item=v}
     
    3434  {/if}
    3535
    36   {if isset($DATE_CREATION) }
     36  {if isset($DATE_CREATION)}
    3737  <li>{$DATE_CREATION}</li>
    3838  {/if}
    3939
    40   {if isset($DATE_AVAILABLE) }
     40  {if isset($DATE_AVAILABLE)}
    4141  <li>{$DATE_AVAILABLE}</li>
    4242  {/if}
    4343
    44   {if isset($search_categories) }
     44  {if isset($search_categories)}
    4545  <li>
    4646    <p>{'Albums'|@translate}</p>
     
    5656</ul>
    5757
     58<p>
     59    <a href="#" onclick="window.close();">{'Close this window'|@translate}</a>
     60</p>
     61
    5862</div> <!-- content -->
    5963
Note: See TracChangeset for help on using the changeset viewer.