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

bug:2307 Adjust registration form based on email requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/register.tpl

    r10824 r10992  
    4848      <li>
    4949        <span class="property">
    50           <label for="mail_address">{'Email address'|@translate}</label>
     50          <label for="mail_address">{if not ($main.obligatory_user_mail_address)}* {/if}{'Email address'|@translate}</label>
    5151        </span>
    5252        <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" >
     53      {if ($main.obligatory_user_mail_address)}
    5354        ({'useful when password forgotten'|@translate})
     55      {/if}
    5456      </li>
    5557    </ul>
Note: See TracChangeset for help on using the changeset viewer.