Changeset 10993 for branches/2.2/themes


Ignore:
Timestamp:
May 22, 2011, 3:51:26 PM (13 years ago)
Author:
mistic100
Message:

bug:2307 merge r10992 from trunk - Adjust registration form based on email requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/themes/default/template/register.tpl

    r8635 r10993  
    4747      <li>
    4848        <span class="property">
    49           <label for="mail_address">{'Email address'|@translate}</label>
     49          <label for="mail_address">{if not ($main.obligatory_user_mail_address)}* {/if}{'Email address'|@translate}</label>
    5050        </span>
    5151        <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" >
     52      {if ($main.obligatory_user_mail_address)}
    5253        ({'useful when password forgotten'|@translate})
     54      {/if}
    5355      </li>
    5456    </ul>
Note: See TracChangeset for help on using the changeset viewer.