Ignore:
Timestamp:
Apr 22, 2006, 11:13:18 AM (18 years ago)
Author:
chrisaga
Message:
  • merge trunk r1252:1253 into branch 1.6 (template)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/search.tpl

    r1150 r1254  
     1<!-- $Id$ -->
    12<div id="content">
    23
     
    2021</div>
    2122<!-- END errors -->
    22 <table width="100%" align="center" cellpadding="2">
     23<table width="100%" cellpadding="2">
    2324  <tr>
    2425    <td width="50%" colspan="2"><b>{lang:search_keywords} : </b>
     
    117118        </td>
    118119  </tr>
    119 <!--  <tr>
    120     <td width="25%" nowrap="nowrap"><b>{L_SEARCH_WITHIN} : </b></td>
    121     <td width="25%" nowrap="nowrap">
    122           <input type="radio" name="search_fields" value="all" checked="checked" />{L_SEARCH_ALL}<br />
    123           <input type="radio" name="search_fields" value="imgonly" />{L_SEARCH_IMG_ONLY}<br />
    124           <input type="radio" name="search_fields" value="commentsonly" />{L_SEARCH_COMMENTS_ONLY}
    125         </td>
    126   </tr>
    127   <tr>
    128     <td><b>{lang:search_sort} : </b></td>
    129     <td nowrap="nowrap">
    130           {S_SELECT_SORT_KEY}<br />
    131           <input type="radio" name="sd" value="a" />{lang:search_ascending}<br />
    132           <input type="radio" name="sd" value="d" checked="checked" />{lang:search_descending}
    133         </td>
    134     <td nowrap="nowrap"><b>{L_DISPLAY_RESULTS} : </b></td>
    135     <td nowrap="nowrap">
    136           <input type="radio" name="show_results" value="images" checked="checked" />{L_IMAGES}&nbsp;&nbsp;
    137           <input type="radio" name="show_results" value="comments" /> {L_COMMENTS}
    138         </td>
    139   </tr>
    140   -->
    141120<tr>
    142121<td align="center" valign="bottom" colspan="4" height="38">
Note: See TracChangeset for help on using the changeset viewer.