Ignore:
Timestamp:
Jul 22, 2006, 11:31:30 AM (18 years ago)
Author:
chrisaga
Message:

merge from trunk r1490:1491 into branch 1.6 (fix bugs 484 and 244 display issues with IE : focus, checkboxe radio)

File:
1 edited

Legend:

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

    r1242 r1492  
    2828        {USERNAME}
    2929      </li>
    30 
    3130      <li>
    3231        <span class="property">
    3332          <label for="mail_address">{lang:Email address}</label>
    3433        </span>
    35         <input type="text" name="mail_address" id="mail_address" value="{EMAIL}" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     34        <input type="text" name="mail_address" id="mail_address" value="{EMAIL}">
    3635      </li>
    37 
    3836      <li>
    3937        <span class="property">
    4038          <label for="password">{L_CURRENT_PASSWORD}</label>
    4139        </span>
    42         <input type="password" name="password" id="password" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     40        <input type="password" name="password" id="password" value="">
    4341      </li>
    44 
    4542      <li>
    4643        <span class="property">
    4744          <label for="use_new_pwd">{L_NEW_PASSWORD}</label>
    4845        </span>
    49         <input type="password" name="use_new_pwd" id="use_new_pwd" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     46        <input type="password" name="use_new_pwd" id="use_new_pwd" value="">
    5047      </li>
    51 
    5248      <li>
    5349        <span class="property">
    5450          <label for="passwordConf">{L_CONFIRM_PASSWORD}</label>
    5551        </span>
    56         <input type="password" name="passwordConf" id="passwordConf" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     52        <input type="password" name="passwordConf" id="passwordConf" value="">
    5753      </li>
    5854    </ul>
     
    6763          <label for="nb_image_line">{L_NB_IMAGE_LINE}</label>
    6864        </span>
    69         <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{NB_IMAGE_LINE}"
    70                onfocus="this.className='focus';" onblur="this.className='nofocus';">
     65        <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{NB_IMAGE_LINE}">
    7166      </li>
    72 
    7367      <li>
    7468        <span class="property">
    7569          <label for="nb_line_page">{L_NB_ROW_PAGE}</label>
    7670        </span>
    77         <input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{NB_ROW_PAGE}"
    78                onfocus="this.className='focus';" onblur="this.className='nofocus';">
     71        <input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{NB_ROW_PAGE}" >
    7972      </li>
    80 
    8173      <li>
    8274        <span class="property">
    8375          <label for="template">{L_STYLE_SELECT}</label>
    8476        </span>
    85         <select name="template" id="template" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     77        <select name="template" id="template">
    8678          <!-- BEGIN template_option -->
    8779          <option value="{template_option.VALUE}" {template_option.SELECTED}>{template_option.CONTENT}</option>
     
    8981        </select>
    9082      </li>
    91 
    9283      <li>
    9384        <span class="property">
    9485          <label for="language">{L_LANG_SELECT}</label>
    9586        </span>
    96         <select name="language" id="language" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     87        <select name="language" id="language">
    9788          <!-- BEGIN language_option -->
    9889          <option value="{language_option.VALUE}" {language_option.SELECTED}>{language_option.CONTENT}</option>
     
    10091        </select>
    10192      </li>
    102 
    10393      <li>
    10494        <span class="property">
    10595          <label for="recent_period">{L_RECENT_PERIOD}</label>
    10696        </span>
    107         <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{RECENT_PERIOD}"
    108                onfocus="this.className='focus';" onblur="this.className='nofocus';">
     97        <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{RECENT_PERIOD}">
    10998      </li>
    110 
    11199      <li>
    112100        <span class="property">{L_EXPAND_TREE}</span>
    113         <label><input type="radio" class="radio" name="expand" value="true" {EXPAND_TREE_YES}> {L_YES}</label>
    114         <label><input type="radio" class="radio" name="expand" value="false" {EXPAND_TREE_NO}> {L_NO}</label>
     101        <label><input type="radio" name="expand" value="true" {EXPAND_TREE_YES}> {L_YES}</label>
     102        <label><input type="radio" name="expand" value="false" {EXPAND_TREE_NO}> {L_NO}</label>
    115103      </li>
    116 
    117104      <li>
    118105        <span class="property">{L_NB_COMMENTS}</span>
    119         <label><input type="radio" class="radio" name="show_nb_comments" value="true" {NB_COMMENTS_YES}> {L_YES}</label>
    120         <label><input type="radio" class="radio" name="show_nb_comments" value="false" {NB_COMMENTS_NO}> {L_NO}</label>
     106        <label><input type="radio" name="show_nb_comments" value="true" {NB_COMMENTS_YES}> {L_YES}</label>
     107        <label><input type="radio" name="show_nb_comments" value="false" {NB_COMMENTS_NO}> {L_NO}</label>
    121108      </li>
    122  
    123109      <li>
    124110        <span class="property">
    125111          <label for="maxwidth">{L_MAXWIDTH}</label>
    126112        </span>
    127         <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{MAXWIDTH}"
    128                onfocus="this.className='focus';" onblur="this.className='nofocus';">
     113        <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{MAXWIDTH}">
    129114      </li>
    130 
    131115      <li>
    132116        <span class="property">
    133117          <label for="maxheight">{L_MAXHEIGHT}</label>
    134118        </span>
    135         <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{MAXHEIGHT}"
    136                onfocus="this.className='focus';" onblur="this.className='nofocus';">
     119        <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{MAXHEIGHT}">
    137120      </li>
    138121    </ul>
     
    141124  <p class="bottomButtons">
    142125    <input type="submit" name="validate" value="{L_SUBMIT}">
    143     <input type="reset" name="reset" value="{L_RESET}">
     126    <input type="reset" name="reset" value="{L_RESET}" class="reset">
    144127  </p>
    145128
Note: See TracChangeset for help on using the changeset viewer.