Changeset 771


Ignore:
Timestamp:
Apr 26, 2005, 10:10:23 AM (19 years ago)
Author:
gweltas
Message:

Bug 0000098: class "radio" sur les input de type "radio"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/search.tpl

    r634 r771  
    1919          <input type="text" style="width: 300px" name="search_allwords" size="30" />
    2020          <br />
    21           <input type="radio" name="mode" value="AND" checked="checked" /> {L_SEARCH_ALL_TERMS}<br />
    22           <input type="radio" name="mode" value="OR" /> {L_SEARCH_ANY_TERMS}
     21          <input class ="radio" type="radio" name="mode" value="AND" checked="checked" /> {L_SEARCH_ALL_TERMS}<br />
     22          <input class ="radio" type="radio" name="mode" value="OR" /> {L_SEARCH_ANY_TERMS}
    2323        </td>
    2424  </tr>
     
    8484    <td width="25%" nowrap="nowrap"><b>{L_SEARCH_SUBFORUMS} : </b></td>
    8585    <td width="25%" nowrap="nowrap">
    86           <input type="radio" name="subcats-included" value="1" checked="checked" />{L_YES}&nbsp;&nbsp;
    87           <input type="radio" name="subcats-included" value="0" />{L_NO}
     86          <input class ="radio" type="radio" name="subcats-included" value="1" checked="checked" />{L_YES}&nbsp;&nbsp;
     87          <input class ="radio" type="radio" name="subcats-included" value="0" />{L_NO}
    8888        </td>
    8989   </tr>
     
    9191    <td width="25%" nowrap="nowrap"><b>{L_SEARCH_DATE_TYPE} : </b></td>
    9292    <td width="25%" nowrap="nowrap">
    93           <input type="radio" name="date_type" value="date_creation" checked="checked" />{L_SEARCH_CREATION}<br />
    94           <input type="radio" name="date_type" value="date_available" />{L_SEARCH_AVAILABILITY}
     93          <input class ="radio" type="radio" name="date_type" value="date_creation" checked="checked" />{L_SEARCH_CREATION}<br />
     94          <input class ="radio" type="radio" name="date_type" value="date_available" />{L_SEARCH_AVAILABILITY}
    9595        </td>
    9696        <td><b>{L_RESULT_SORT} : </b></td>
    9797    <td nowrap="nowrap">
    98           <input type="radio" name="sd" value="AND" />{L_SORT_ASCENDING}<br />
    99           <input type="radio" name="sd" value="d" checked="checked" />{L_SORT_DESCENDING}
     98          <input class ="radio" type="radio" name="sd" value="AND" />{L_SORT_ASCENDING}<br />
     99          <input class ="radio" type="radio" name="sd" value="d" checked="checked" />{L_SORT_DESCENDING}
    100100        </td>
    101101  </tr>
     
    103103    <td width="25%" nowrap="nowrap"><b>{L_SEARCH_WITHIN} : </b></td>
    104104    <td width="25%" nowrap="nowrap">
    105           <input type="radio" name="search_fields" value="all" checked="checked" />{L_SEARCH_ALL}<br />
    106           <input type="radio" name="search_fields" value="imgonly" />{L_SEARCH_IMG_ONLY}<br />
    107           <input type="radio" name="search_fields" value="commentsonly" />{L_SEARCH_COMMENTS_ONLY}
     105          <input class ="radio" type="radio" name="search_fields" value="all" checked="checked" />{L_SEARCH_ALL}<br />
     106          <input class ="radio" type="radio" name="search_fields" value="imgonly" />{L_SEARCH_IMG_ONLY}<br />
     107          <input class ="radio" type="radio" name="search_fields" value="commentsonly" />{L_SEARCH_COMMENTS_ONLY}
    108108        </td>
    109109  </tr>
     
    112112    <td nowrap="nowrap">
    113113          {S_SELECT_SORT_KEY}<br />
    114           <input type="radio" name="sd" value="a" />{L_SORT_ASCENDING}<br />
    115           <input type="radio" name="sd" value="d" checked="checked" />{L_SORT_DESCENDING}
     114          <input class ="radio" type="radio" name="sd" value="a" />{L_SORT_ASCENDING}<br />
     115          <input class ="radio" type="radio" name="sd" value="d" checked="checked" />{L_SORT_DESCENDING}
    116116        </td>
    117117    <td nowrap="nowrap"><b>{L_DISPLAY_RESULTS} : </b></td>
    118118    <td nowrap="nowrap">
    119           <input type="radio" name="show_results" value="images" checked="checked" />{L_IMAGES}&nbsp;&nbsp;
    120           <input type="radio" name="show_results" value="comments" /> {L_COMMENTS}
     119          <input class ="radio" type="radio" name="show_results" value="images" checked="checked" />{L_IMAGES}&nbsp;&nbsp;
     120          <input class ="radio" type="radio" name="show_results" value="comments" /> {L_COMMENTS}
    121121        </td>
    122122  </tr> 
Note: See TracChangeset for help on using the changeset viewer.