Ignore:
Timestamp:
08/28/08 17:37:47 (4 years ago)
Author:
hverton
Message:

updated the search module to determine the default search location based on the priority order in the search admin module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/admin.search.tpl

    r1620 r1711  
    8686                <b>{$locale.402}</b> 
    8787            </td> 
     88            <td colspan='2' align='center' width='1%' class='tbl2' style='white-space:nowrap'> 
     89                <b>{$locale.429}</b> 
     90            </td> 
    8891            <td align='center' width='1%' class='tbl2' style='white-space:nowrap'> 
    8992                <b>{$locale.403}</b> 
     
    100103            <td align='center' width='1%' class='tbl1' style='white-space:nowrap'> 
    101104                {$searches[id].groupname} 
     105            </td> 
     106            <td align='center' width='1%' class='tbl1' style='white-space:nowrap'> 
     107                {$searches[id].search_order} 
     108            </td> 
     109            <td align='center' width='1%' class='tbl1' style='white-space:nowrap'> 
     110            {if $searches[id].order_up != 0} 
     111                {imagelink link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;action=swap&amp;order1="|cat:$searches[id].search_order|cat:"&amp;order2="|cat:$searches[id].order_up image="up.gif" alt="$locale.425 title=$locale.427} 
     112            {/if} 
     113            {if $searches[id].order_down != 0} 
     114                {imagelink link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;action=swap&amp;order1="|cat:$searches[id].search_order|cat:"&amp;order2="|cat:$searches[id].order_down image="down.gif" alt="$locale.426 title=$locale.428} 
     115            {/if} 
    102116            </td> 
    103117            <td align='left' width='1%' class='tbl1' style='white-space:nowrap'> 
     
    117131        {sectionelse} 
    118132        <tr> 
    119             <td align='center' colspan='3' class='tbl1'> 
     133            <td align='center' colspan='5' class='tbl1'> 
    120134                {$locale.408} 
    121135                <br /><br /> 
     
    124138        {/section} 
    125139        <tr> 
    126             <td align='center' colspan='3' class='tbl1'> 
     140            <td align='center' colspan='5' class='tbl1'> 
     141                <span class='smallalt'>{$locale.430}</span> 
     142            </td> 
     143        </tr> 
     144{*      <tr> 
     145            <td align='center' colspan='5' class='tbl1'> 
    127146                {buttonlink name=$locale.409 link=$smarty.const.FUSION_SELF|cat:$aidlink|cat:"&amp;action=add"} 
    128147            </td> 
    129148        </tr> 
    130     </table> 
     149*}  </table> 
    131150{/if} 
    132151{include file="_closetable.tpl"} 
Note: See TracChangeset for help on using the changeset viewer.