Ignore:
Timestamp:
Jul 1, 2011, 3:38:43 PM (13 years ago)
Author:
mistic100
Message:

feature:2317 move order config to Admin->Config->Options
each drop-down menu is on a new line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration.tpl

    r11587 r11588  
    9797    </li>
    9898   
    99     <li>
     99    <li style="margin-top:20px;">
    100100      &nbsp;
    101101      <span class="property">
     
    103103       
    104104        {foreach from=$main.order_by item=order}
    105         <span class="filter {if $ORDER_BY_IS_CUSTOM}transparent{/if}">
    106           <a class="removeFilter" title="{'remove this filter'|@translate}"><span>[x]</span></a>
     105        <span class="filter {if $ORDER_BY_IS_CUSTOM}transparent{/if}">         
    107106          <select name="order_by_field[]" {if $ORDER_BY_IS_CUSTOM}disabled{/if}>
    108107            {html_options options=$main.order_field_options selected=$order.FIELD }
     
    111110            {html_options options=$main.order_direction_options selected=$order.DIRECTION }
    112111          </select> 
     112          <a class="removeFilter">{'delete'|@translate}</a>
    113113        </span>
    114114        {/foreach}
    115115       
    116116        {if !$ORDER_BY_IS_CUSTOM}
    117           <a class="addFilter" title="{'Add a filter'|@translate}"><span>[+]</span></a>
     117          <a class="addFilter">{'Add a criteria'|@translate}</a>
    118118        {else}
    119119          <span class="order_by_is_custom">{'You can\'t define a default photo order because you have a custom setting in your local configuration.'|@translate}</span>
Note: See TracChangeset for help on using the changeset viewer.