Ignore:
Timestamp:
Aug 18, 2010, 10:56:53 PM (14 years ago)
Author:
Eric
Message:

Merge from Trunk to Branch 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.15/admin/template/global.tpl

    r5763 r6776  
    6969      <fieldset>
    7070        <ul>
    71           <li>
    72             <label class="cluetip" title="{'UAM_casenTitle'|translate}|{'UAM_casenTitle_d'|translate}">
    73               {'UAM_No_Casse'|@translate}
    74             </label>
    75           <br><br>
    76             <input type="radio" value="false" {$UAM_NO_CASSE_FALSE} name="UAM_No_Casse">
    77               {'UAM_No_Casse_false'|@translate}<br>
    78             <input type="radio" value="true" {$UAM_NO_CASSE_TRUE} name="UAM_No_Casse">
    79               {'UAM_No_Casse_true'|@translate}<br><br>
    80           </li>
    81      
    8271          <li>
    8372            <label class="cluetip" title="{'UAM_carexcTitle'|translate}|{'UAM_carexcTitle_d'|translate}">
     
    226215              {'UAM_Confirm_Mail_false'|@translate}<br>
    227216            <input type="radio" value="true" {$UAM_CONFIRM_MAIL_TRUE} name="UAM_Confirm_Mail">
    228               {'UAM_Confirm_Mail_true'|@translate}
     217              {'UAM_Confirm_Mail_true'|@translate}<br>
     218            <input type="radio" value="local" {$UAM_CONFIRM_MAIL_LOCAL} name="UAM_Confirm_Mail">
     219              {'UAM_Confirm_Mail_local'|@translate}
    229220            <br><br>
    230221                </li>
     
    506497            <input type="radio" value="false" {$UAM_NO_COMMENT_ANO_FALSE} name="UAM_No_Comment_Anonymous">{'UAM_No_Comment_Anonymous_false'|@translate}<br>
    507498            <input type="radio" value="true" {$UAM_NO_COMMENT_ANO_TRUE} name="UAM_No_Comment_Anonymous">{'UAM_No_Comment_Anonymous_true'|@translate}<br><br>
     499          </li>
     500
     501          <li><label class="cluetip" title="{'UAM_RedirTitle'|translate}|{'UAM_RedirTitle_d'|translate}">{'UAM_RedirToProfile'|@translate}</label><br><br>
     502            <input type="radio" value="false" {$UAM_REDIRTOPROFILE_FALSE} name="UAM_RedirToProfile">{'UAM_RedirToProfile_false'|@translate}<br>
     503            <input type="radio" value="true" {$UAM_REDIRTOPROFILE_TRUE} name="UAM_RedirToProfile">{'UAM_RedirToProfile_true'|@translate}<br><br>
    508504          </li>
    509505        </ul>
Note: See TracChangeset for help on using the changeset viewer.