Ignore:
Timestamp:
Mar 20, 2013, 6:10:58 PM (11 years ago)
Author:
Eric
Message:

Next version is 2.50.5 :
Bug 2876 fixed - Make templates compatible HTML 5

Location:
extensions/UserAdvManager/trunk/admin/template
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/template/ghosttracker.tpl

    r21612 r21747  
    2525
    2626<div class="titrePage">
    27   <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_SubTitle4'|@translate}</h2>
     27  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br/>{'UAM_SubTitle4'|@translate}</h2>
    2828</div>
    2929
     
    3333    <ul>
    3434                  <li>
    35         <label>{'UAM_GhostTracker_Init'|@translate}</label><br><br>
     35        <label>{'UAM_GhostTracker_Init'|@translate}</label><br/><br/>
    3636      </li>
    3737    </ul>
    38     <p><input class="submit" type="submit" value="{'UAM_GT_Reset'|@translate}" name="GhostTracker_Init" ></p>
     38    <p><input class="submit" type="submit" value="{'UAM_GT_Reset'|@translate}" name="GhostTracker_Init"/></p>
    3939  </fieldset>
    4040 
     
    5656          {foreach from=$users item=user name=users_loop}
    5757            <tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}">
    58               <td><input type="checkbox" name="selection[]" value="{$user.ID}" {$user.CHECKED} id="selection-{$user.ID}" ></td>
     58              <td><input type="checkbox" name="selection[]" value="{$user.ID}" {$user.CHECKED} id="selection-{$user.ID}"/></td>
    5959              <td><label for="selection-{$user.ID}">{$user.USERNAME}</label></td>
    60               <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"></a></td>
     60              <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"/></a></td>
    6161              <td>{$user.EMAIL}</td>
    6262            {if $user.REMINDER == l10n('UAM_Reminder_Sent_NOK')}
     
    7676      <div id="pager" class="pager">
    7777      <form>
    78         <img src="{$UAM_PATH}admin/template/icon/first.png" class="first">
    79         <img src="{$UAM_PATH}admin/template/icon/prev.png" class="prev">
    80         <input type="text" class="pagedisplay">
    81         <img src="{$UAM_PATH}admin/template/icon/next.png" class="next">
    82         <img src="{$UAM_PATH}admin/template/icon/last.png" class="last">
     78        <img src="{$UAM_PATH}admin/template/icon/first.png" class="first"/>
     79        <img src="{$UAM_PATH}admin/template/icon/prev.png" class="prev"/>
     80        <input type="text" class="pagedisplay"/>
     81        <img src="{$UAM_PATH}admin/template/icon/next.png" class="next"/>
     82        <img src="{$UAM_PATH}admin/template/icon/last.png" class="last"/>
    8383        <select class="pagesize">
    8484          <option  value="10">10</option>
     
    8989      </form>
    9090      </div>
    91       <br>
     91      <br/>
    9292      <fieldset>
    9393      <p>
    9494        {'target'|@translate}
    95         <label><input type="radio" name="target" value="all" > {'all'|@translate}</label>
    96         <label><input type="radio" name="target" value="selection" checked="checked" > {'selection'|@translate}</label>
     95        <label><input type="radio" name="target" value="all"/> {'all'|@translate}</label>
     96        <label><input type="radio" name="target" value="selection" checked="checked"/> {'selection'|@translate}</label>
    9797      </p>
    9898
    9999      <p>
    100         <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected" >
    101         <input class="submit" type="submit" value="{'UAM_Reminder'|@translate}" name="Reminder_Email" >
     100        <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected"/>
     101        <input class="submit" type="submit" value="{'UAM_Reminder'|@translate}" name="Reminder_Email"/>
    102102      </p>
    103103      </fieldset>
  • extensions/UserAdvManager/trunk/admin/template/global.tpl

    r21612 r21747  
    148148
    149149<div class="titrePage">
    150   <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_SubTitle1'|@translate}</h2>
     150  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br/>{'UAM_SubTitle1'|@translate}</h2>
    151151</div>
    152152
     
    154154
    155155  <p>
    156     <input class="submit" type="submit" value="{'UAM_submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED}>
     156    <input class="submit" type="submit" value="{'UAM_submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED}/>
    157157      &nbsp;
    158     <input class="submit" type="submit" value="{'UAM_audit'|@translate}" name="audit">
    159     <input name="nb_para" id="nb_para" type="text" value="{$nb_para}" style="display:none">
    160     <input name="nb_para2" id="nb_para2" type="text" value="{$nb_para2}" style="display:none">
     158    <input class="submit" type="submit" value="{'UAM_audit'|@translate}" name="audit"/>
     159    <input name="nb_para" id="nb_para" type="text" value="{$nb_para}" style="display:none"/>
     160    <input name="nb_para2" id="nb_para2" type="text" value="{$nb_para2}" style="display:none"/>
    161161  </p>
    162162
     
    176176              {'UAM_Username_Char'|@translate}
    177177            </label>
    178             <label for="UAM_Username_Char_false"><input id="UAM_Username_Char_false" type="radio" value="false" {$UAM_USERNAME_CHAR_FALSE} name="UAM_Username_Char">
    179               {'UAM_Username_Char_false'|@translate}<br>
    180             </label>
    181             <label for="UAM_Username_Char_true"><input id="UAM_Username_Char_true" type="radio" value="true" {$UAM_USERNAME_CHAR_TRUE} name="UAM_Username_Char">
     178            <label for="UAM_Username_Char_false"><input id="UAM_Username_Char_false" type="radio" value="false" {$UAM_USERNAME_CHAR_FALSE} name="UAM_Username_Char"/>
     179              {'UAM_Username_Char_false'|@translate}<br/>
     180            </label>
     181            <label for="UAM_Username_Char_true"><input id="UAM_Username_Char_true" type="radio" value="true" {$UAM_USERNAME_CHAR_TRUE} name="UAM_Username_Char"/>
    182182              {'UAM_Username_Char_true'|@translate}
    183183            <div class="uam_leftmargin">
    184               <input type="text" name="UAM_Username_List" value="{$UAM_USERNAME_CHAR_LIST}" size="20" style="text-align: center;">
     184              <input type="text" name="UAM_Username_List" value="{$UAM_USERNAME_CHAR_LIST}" size="20" style="text-align: center;"/>
    185185            </div>
    186186            </label>
     
    191191            </label>
    192192         
    193             <label for="UAM_Password_Enforced_false"><input id="UAM_Password_Enforced_false" type="radio" value="false" {$UAM_PASSWORDENF_FALSE} name="UAM_Password_Enforced">
     193            <label for="UAM_Password_Enforced_false"><input id="UAM_Password_Enforced_false" type="radio" value="false" {$UAM_PASSWORDENF_FALSE} name="UAM_Password_Enforced"/>
    194194              {'UAM_Disable'|@translate}
    195195            </label>
    196             <label for="UAM_Password_Enforced_true"><input id="UAM_Password_Enforced_true" type="radio" value="true" {$UAM_PASSWORDENF_TRUE} name="UAM_Password_Enforced">
     196            <label for="UAM_Password_Enforced_true"><input id="UAM_Password_Enforced_true" type="radio" value="true" {$UAM_PASSWORDENF_TRUE} name="UAM_Password_Enforced"/>
    197197              {'UAM_Password_Enforced_true'|@translate}&nbsp;
    198             <input type="text" name="UAM_Password_Score" value="{$UAM_PASSWORD_SCORE}" size="5" style="text-align: center;">
     198            <input type="text" name="UAM_Password_Score" value="{$UAM_PASSWORD_SCORE}" size="5" style="text-align: center;"/>
    199199            </label>
    200200            {'UAM_PasswordTest'|@translate}
    201               <input class="cluetip" title="{'UAM_passwtestTitle'|translate}|{'UAM_passwtestTitle_d'|translate}" type="text" name="UAM_Password_Test" value="{$UAM_PASSWORD_TEST}" size="50" style="text-align: left;">
     201              <input class="cluetip" title="{'UAM_passwtestTitle'|translate}|{'UAM_passwtestTitle_d'|translate}" type="text" name="UAM_Password_Test" value="{$UAM_PASSWORD_TEST}" size="50" style="text-align: left;"/>
    202202              &nbsp;&nbsp;&nbsp;
    203               <input class="submit" type="submit" value="{'UAM_PasswordTest'|@translate}" name="PasswordTest">
     203              <input class="submit" type="submit" value="{'UAM_PasswordTest'|@translate}" name="PasswordTest"/>
    204204              &nbsp;&nbsp;&nbsp;{'UAM_ScoreTest'|@translate}{$UAM_PASSWORD_TEST_SCORE}
    205205           
     
    211211              </label>
    212212           
    213               <label for="UAM_AdminPassword_Enforced_false"><input id="UAM_AdminPassword_Enforced_false" value="false" {$UAM_ADMINPASSWENF_FALSE} name="UAM_AdminPassword_Enforced" type="radio">
     213              <label for="UAM_AdminPassword_Enforced_false"><input id="UAM_AdminPassword_Enforced_false" value="false" {$UAM_ADMINPASSWENF_FALSE} name="UAM_AdminPassword_Enforced" type="radio"/>
    214214                {'UAM_Disable'|@translate}
    215215              </label>
    216               <label for="UAM_AdminPassword_Enforced_true"><input id="UAM_AdminPassword_Enforced_true" value="true" {$UAM_ADMINPASSWENF_TRUE} name="UAM_AdminPassword_Enforced" type="radio">
     216              <label for="UAM_AdminPassword_Enforced_true"><input id="UAM_AdminPassword_Enforced_true" value="true" {$UAM_ADMINPASSWENF_TRUE} name="UAM_AdminPassword_Enforced" type="radio"/>
    217217                {'UAM_Enable'|@translate}
    218218              </label>
     
    229229            <div class="uam_hide">
    230230
    231               <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio">
     231              <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio"/>
    232232                {'UAM_Disable'|@translate}
    233233              </label>
    234               <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio">
     234              <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio"/>
    235235                {'UAM_MailExclusion_true'|@translate}
    236236              </label>
     
    242242            </label>
    243243
    244             <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio">
     244            <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio"/>
    245245                {'UAM_Disable'|@translate}
    246246            </label>
    247247
    248             <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio">
     248            <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio"/>
    249249                {'UAM_MailExclusion_true'|@translate}
    250250            </label>
     
    282282              {'UAM_Confirm_Mail'|@translate}
    283283            </label>
    284             <label for="UAM_Confirm_Mail_false"><input type="radio" id="UAM_Confirm_Mail_false" value="false" {$UAM_CONFIRM_MAIL_FALSE} name="UAM_Confirm_Mail">
     284            <label for="UAM_Confirm_Mail_false"><input type="radio" id="UAM_Confirm_Mail_false" value="false" {$UAM_CONFIRM_MAIL_FALSE} name="UAM_Confirm_Mail"/>
    285285              {'UAM_Disable'|@translate}</label>
    286             <label for="UAM_Confirm_Mail_true"><input type="radio" id="UAM_Confirm_Mail_true" value="true" {$UAM_CONFIRM_MAIL_TRUE} name="UAM_Confirm_Mail">
     286            <label for="UAM_Confirm_Mail_true"><input type="radio" id="UAM_Confirm_Mail_true" value="true" {$UAM_CONFIRM_MAIL_TRUE} name="UAM_Confirm_Mail"/>
    287287              {'UAM_Confirm_Mail_true'|@translate}</label>
    288             <label for="UAM_Confirm_Mail_local"><input type="radio" id="UAM_Confirm_Mail_local" value="local" {$UAM_CONFIRM_MAIL_LOCAL} name="UAM_Confirm_Mail">
     288            <label for="UAM_Confirm_Mail_local"><input type="radio" id="UAM_Confirm_Mail_local" value="local" {$UAM_CONFIRM_MAIL_LOCAL} name="UAM_Confirm_Mail"/>
    289289              {'UAM_Confirm_Mail_local'|@translate}</label>
    290290          </li>
     
    297297                </label>
    298298             
    299                 <label for="UAM_Stuffs_false"><input id="UAM_Stuffs_false" value="false" {$UAM_STUFFS_FALSE} name="UAM_Stuffs" type="radio">
     299                <label for="UAM_Stuffs_false"><input id="UAM_Stuffs_false" value="false" {$UAM_STUFFS_FALSE} name="UAM_Stuffs" type="radio"/>
    300300                  {'UAM_Disable'|@translate}
    301301                </label>
    302                 <label for="UAM_Stuffs_true"><input id="UAM_Stuffs_true" value="true" {$UAM_STUFFS_TRUE} name="UAM_Stuffs" type="radio">
     302                <label for="UAM_Stuffs_true"><input id="UAM_Stuffs_true" value="true" {$UAM_STUFFS_TRUE} name="UAM_Stuffs" type="radio"/>
    303303                  {'UAM_Enable'|@translate}
    304304                </label>
     
    310310                  {'UAM_AdminConfMail'|@translate}
    311311                </label>
    312                 <label for="UAM_Admin_ConfMail_false"><input id="UAM_Admin_ConfMail_false" value="false" {$UAM_ADMINCONFMAIL_FALSE} name="UAM_Admin_ConfMail" type="radio">
     312                <label for="UAM_Admin_ConfMail_false"><input id="UAM_Admin_ConfMail_false" value="false" {$UAM_ADMINCONFMAIL_FALSE} name="UAM_Admin_ConfMail" type="radio"/>
    313313                  {'UAM_Disable'|@translate}
    314314                </label>
    315                 <label for="UAM_Admin_ConfMail_true"><input id="UAM_Admin_ConfMail_true" value="true" {$UAM_ADMINCONFMAIL_TRUE} name="UAM_Admin_ConfMail" type="radio">
     315                <label for="UAM_Admin_ConfMail_true"><input id="UAM_Admin_ConfMail_true" value="true" {$UAM_ADMINCONFMAIL_TRUE} name="UAM_Admin_ConfMail" type="radio"/>
    316316                  {'UAM_Enable'|@translate}
    317317                </label>
     
    364364            {* /if *}
    365365-->
    366           <br><hr><br>
     366          <br/><hr/><br/>
    367367            <li>
    368368              <label class="cluetip" title="{'UAM_confirmmail_custom_Txt1'|translate}|{'UAM_confirmmail_custom1_d'|translate}">
     
    389389          </ul>
    390390          </fieldset>
    391           <br><hr><br>
     391          <br/><hr/><br/>
    392392            <ul>
    393393                    <li>
     
    396396                </label>
    397397           
    398                 <label for="UAM_RejectConnexion_false"><input id="UAM_RejectConnexion_false" type="radio" value="false" {$UAM_REJECTCONNECT_FALSE} name="UAM_RejectConnexion">
     398                <label for="UAM_RejectConnexion_false"><input id="UAM_RejectConnexion_false" type="radio" value="false" {$UAM_REJECTCONNECT_FALSE} name="UAM_RejectConnexion"/>
    399399                  {'UAM_Disable'|@translate}
    400400                </label>
    401                 <label for="UAM_RejectConnexion_true"><input id="UAM_RejectConnexion_true" type="radio" value="true" {$UAM_REJECTCONNECT_TRUE} name="UAM_RejectConnexion">
     401                <label for="UAM_RejectConnexion_true"><input id="UAM_RejectConnexion_true" type="radio" value="true" {$UAM_REJECTCONNECT_TRUE} name="UAM_RejectConnexion"/>
    402402                  {'UAM_Enable'|@translate}</label>
    403403                </label>
     
    415415              </li>
    416416            </ul>
    417           <br><hr><br>
     417          <br/><hr/><br/>
    418418          <a id="show_UAM_Change" >{'UAM_Change'|translate}</a>
    419419          <a id="hide_UAM_Change" style="display: none">{'hide details'|translate}</a>
    420420          <ul id="UAM_Change" style="display: none">
    421421            <div id="uam_notice">{'UAM_Confirm_grpstat_notice'|@translate}</div>
    422               <br>
     422              <br/>
    423423              <li>
    424424                <label class="cluetip" title="{'UAM_confirmgrpTitle'|translate}|{'UAM_confirmgrpTitle_d'|translate}">
     
    491491              </ul>
    492492            </ul>
    493           <br><hr><br>
     493          <br/><hr/><br/>
    494494            <ul>
    495495              <li>
     
    497497                  {'UAM_ValidationLimit_Info'|@translate}
    498498                </label>
    499                 <label for="UAM_ConfirmMail_TimeOut_false" ><input id="UAM_ConfirmMail_TimeOut_false" type="radio" value="false" {$UAM_CONFIRMMAIL_TIMEOUT_FALSE} name="UAM_ConfirmMail_TimeOut">
     499                <label for="UAM_ConfirmMail_TimeOut_false" ><input id="UAM_ConfirmMail_TimeOut_false" type="radio" value="false" {$UAM_CONFIRMMAIL_TIMEOUT_FALSE} name="UAM_ConfirmMail_TimeOut"/>
    500500                  {'UAM_Disable'|@translate}</label>
    501                 <label for="UAM_ConfirmMail_TimeOut_true" ><input id="UAM_ConfirmMail_TimeOut_true" type="radio" value="true" {$UAM_CONFIRMMAIL_TIMEOUT_TRUE} name="UAM_ConfirmMail_TimeOut">
     501                <label for="UAM_ConfirmMail_TimeOut_true" ><input id="UAM_ConfirmMail_TimeOut_true" type="radio" value="true" {$UAM_CONFIRMMAIL_TIMEOUT_TRUE} name="UAM_ConfirmMail_TimeOut"/>
    502502                  {'UAM_ConfirmMail_TimeOut_true'|@translate}
    503                 <input type="text" name="UAM_ConfirmMail_Delay" value="{$UAM_CONFIRMMAIL_DELAY}" size="5" style="text-align: center;">
     503                <input type="text" name="UAM_ConfirmMail_Delay" value="{$UAM_CONFIRMMAIL_DELAY}" size="5" style="text-align: center;"/>
    504504                </label>
    505505              </li>
     
    508508                  {'UAM_ConfirmMail_Remail'|@translate}
    509509                </label>
    510                 <label for="UAM_ConfirmMail_Remail_false" ><input id="UAM_ConfirmMail_Remail_false" type="radio" value="false" {$UAM_CONFIRMMAIL_REMAIL_FALSE} name="UAM_ConfirmMail_Remail">
     510                <label for="UAM_ConfirmMail_Remail_false" ><input id="UAM_ConfirmMail_Remail_false" type="radio" value="false" {$UAM_CONFIRMMAIL_REMAIL_FALSE} name="UAM_ConfirmMail_Remail"/>
    511511                  {'UAM_Disable'|@translate}</label>
    512                 <label for="UAM_ConfirmMail_Remail_true" ><input id="UAM_ConfirmMail_Remail_true" type="radio" value="true" {$UAM_CONFIRMMAIL_REMAIL_TRUE} name="UAM_ConfirmMail_Remail">
     512                <label for="UAM_ConfirmMail_Remail_true" ><input id="UAM_ConfirmMail_Remail_true" type="radio" value="true" {$UAM_CONFIRMMAIL_REMAIL_TRUE} name="UAM_ConfirmMail_Remail"/>
    513513                  {'UAM_Enable'|@translate}</label>
    514514              </li>
     
    549549                    <textarea class="uam_textfields" name="UAM_ConfirmMail_ReMail_Txt2" id="UAM_ConfirmMail_ReMail_Txt2" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_REMAIL_TXT2}</textarea>
    550550                  {/if}
    551                   <br>
     551                  <br/>
    552552                  </li>
    553553<!--
     
    569569              </label>
    570570           
    571               <label for="UAM_USRAuto_false"><input id="UAM_USRAuto_false" value="false" {$UAM_USRAUTO_FALSE} name="UAM_USRAuto" type="radio">
     571              <label for="UAM_USRAuto_false"><input id="UAM_USRAuto_false" value="false" {$UAM_USRAUTO_FALSE} name="UAM_USRAuto" type="radio"/>
    572572                {'UAM_Disable'|@translate}
    573573              </label>
    574               <label for="UAM_USRAuto_true"><input id="UAM_USRAuto_true" value="true" {$UAM_USRAUTO_TRUE} name="UAM_USRAuto" type="radio">
     574              <label for="UAM_USRAuto_true"><input id="UAM_USRAuto_true" value="true" {$UAM_USRAUTO_TRUE} name="UAM_USRAuto" type="radio"/>
    575575                {'UAM_Enable'|@translate}
    576576              </label>
     
    592592                  {'UAM_USRAutoMail'|@translate}
    593593                </label>
    594                 <label for="UAM_USRAutoMail_false"><input id="UAM_USRAutoMail_false" value="false" {$UAM_USRAUTOMAIL_FALSE} name="UAM_USRAutoMail" type="radio">
     594                <label for="UAM_USRAutoMail_false"><input id="UAM_USRAutoMail_false" value="false" {$UAM_USRAUTOMAIL_FALSE} name="UAM_USRAutoMail" type="radio"/>
    595595                  {'UAM_Disable'|@translate}
    596596                </label>
    597                 <label for="UAM_USRAutoMail_true"><input id="UAM_USRAutoMail_true" value="true" {$UAM_USRAUTOMAIL_TRUE} name="UAM_USRAutoMail" type="radio">
     597                <label for="UAM_USRAutoMail_true"><input id="UAM_USRAutoMail_true" value="true" {$UAM_USRAUTOMAIL_TRUE} name="UAM_USRAutoMail" type="radio"/>
    598598                  {'UAM_Enable'|@translate}
    599599                </label>
     
    619619            </label>
    620620            <label for"UAM_GhostUser_Tracker_false">
    621               <input id="UAM_GhostUser_Tracker_false" type="radio" value="false" {$UAM_GHOSTRACKER_FALSE} name="UAM_GhostUser_Tracker">
     621              <input id="UAM_GhostUser_Tracker_false" type="radio" value="false" {$UAM_GHOSTRACKER_FALSE} name="UAM_GhostUser_Tracker"/>
    622622              {'UAM_Disable'|@translate}
    623623            </label>
    624624            <label for"UAM_GhostUser_Tracker_true">
    625               <input id="UAM_GhostUser_Tracker_true" type="radio" value="true" {$UAM_GHOSTRACKER_TRUE} name="UAM_GhostUser_Tracker">
     625              <input id="UAM_GhostUser_Tracker_true" type="radio" value="true" {$UAM_GHOSTRACKER_TRUE} name="UAM_GhostUser_Tracker"/>
    626626              {'UAM_GhostTracker_true'|@translate}
    627             <input type="text" name="UAM_GhostTracker_DayLimit" value="{$UAM_GHOSTRACKER_DAYLIMIT}" size="5" style="text-align: center;">
     627            <input type="text" name="UAM_GhostTracker_DayLimit" value="{$UAM_GHOSTRACKER_DAYLIMIT}" size="5" style="text-align: center;"/>
    628628            </label>
    629629         
     
    666666              </label>
    667667           
    668               <label for="UAM_GTAuto_false"><input id="UAM_GTAuto_false" type="radio" value="false" {$UAM_GTAUTO_FALSE} name="UAM_GTAuto">
     668              <label for="UAM_GTAuto_false"><input id="UAM_GTAuto_false" type="radio" value="false" {$UAM_GTAUTO_FALSE} name="UAM_GTAuto"/>
    669669                {'UAM_Disable'|@translate}
    670670             
    671               <label for="UAM_GTAuto_true"><input id="UAM_GTAuto_true" type="radio" value="true" {$UAM_GTAUTO_TRUE} name="UAM_GTAuto">
     671              <label for="UAM_GTAuto_true"><input id="UAM_GTAuto_true" type="radio" value="true" {$UAM_GTAUTO_TRUE} name="UAM_GTAuto"/>
    672672                {'UAM_Enable'|@translate}
    673673              </label>
     
    733733                      </label>
    734734                   
    735                       <label for="UAM_GTAutoMail_false"><input id="UAM_GTAutoMail_false" value="false" {$UAM_GTAUTOMAIL_FALSE} name="UAM_GTAutoMail" type="radio">
     735                      <label for="UAM_GTAutoMail_false"><input id="UAM_GTAutoMail_false" value="false" {$UAM_GTAUTOMAIL_FALSE} name="UAM_GTAutoMail" type="radio"/>
    736736                        {'UAM_Disable'|@translate}
    737737                      </label>
    738                       <label for="UAM_GTAutoMail_true"><input id="UAM_GTAutoMail_true" value="true" {$UAM_GTAUTOMAIL_TRUE} name="UAM_GTAutoMail" type="radio">
     738                      <label for="UAM_GTAutoMail_true"><input id="UAM_GTAutoMail_true" value="true" {$UAM_GTAUTOMAIL_TRUE} name="UAM_GTAutoMail" type="radio"/>
    739739                        {'UAM_Enable'|@translate}
    740740                      </label>
     
    782782            </label>
    783783         
    784             <label for="UAM_Mail_Info_false"><input id="UAM_Mail_Info_false" type="radio" value="false" {$UAM_MAIL_INFO_FALSE} name="UAM_Mail_Info">
     784            <label for="UAM_Mail_Info_false"><input id="UAM_Mail_Info_false" type="radio" value="false" {$UAM_MAIL_INFO_FALSE} name="UAM_Mail_Info"/>
    785785              {'UAM_Disable'|@translate}
    786786            </label>
    787             <label for="UAM_Mail_Info_true"><input id="UAM_Mail_Info_true" type="radio" value="true" {$UAM_MAIL_INFO_TRUE} name="UAM_Mail_Info">
     787            <label for="UAM_Mail_Info_true"><input id="UAM_Mail_Info_true" type="radio" value="true" {$UAM_MAIL_INFO_TRUE} name="UAM_Mail_Info"/>
    788788              {'UAM_Enable'|@translate}
    789789            </label>
     
    797797                {'UAM_HidePassw'|@translate}
    798798              </label>
    799               <label for="UAM_HidePassw_false"><input id="UAM_HidePassw_false" value="false" {$UAM_HIDEPASSW_FALSE} name="UAM_HidePassw" type="radio">
     799              <label for="UAM_HidePassw_false"><input id="UAM_HidePassw_false" value="false" {$UAM_HIDEPASSW_FALSE} name="UAM_HidePassw" type="radio"/>
    800800                {'UAM_Disable'|@translate}
    801801              </label>
    802               <label for="UAM_HidePassw_true"><input id="UAM_HidePassw_true" value="true" {$UAM_HIDEPASSW_TRUE} name="UAM_HidePassw" type="radio">
     802              <label for="UAM_HidePassw_true"><input id="UAM_HidePassw_true" value="true" {$UAM_HIDEPASSW_TRUE} name="UAM_HidePassw" type="radio"/>
    803803                {'UAM_Enable'|@translate}
    804804              </label>
     
    838838            </label>
    839839         
    840             <label for="UAM_Add_LastVisit_Column_false"><input id="UAM_Add_LastVisit_Column_false" value="false" {$UAM_ADDLASTVISIT_FALSE} name="UAM_Add_LastVisit_Column" type="radio">
     840            <label for="UAM_Add_LastVisit_Column_false"><input id="UAM_Add_LastVisit_Column_false" value="false" {$UAM_ADDLASTVISIT_FALSE} name="UAM_Add_LastVisit_Column" type="radio"/>
    841841              {'UAM_Disable'|@translate}
    842842            </label>
    843             <label for="UAM_Add_LastVisit_Column_true"><input id="UAM_Add_LastVisit_Column_true" value="true" {$UAM_ADDLASTVISIT_TRUE} name="UAM_Add_LastVisit_Column" type="radio">
     843            <label for="UAM_Add_LastVisit_Column_true"><input id="UAM_Add_LastVisit_Column_true" value="true" {$UAM_ADDLASTVISIT_TRUE} name="UAM_Add_LastVisit_Column" type="radio"/>
    844844              {'UAM_Enable'|@translate}
    845845          </label>
     
    850850            </label>
    851851         
    852             <label for="UAM_RedirToProfile_false"><input id="UAM_RedirToProfile_false" value="false" {$UAM_REDIRTOPROFILE_FALSE} name="UAM_RedirToProfile" type="radio">
     852            <label for="UAM_RedirToProfile_false"><input id="UAM_RedirToProfile_false" value="false" {$UAM_REDIRTOPROFILE_FALSE} name="UAM_RedirToProfile" type="radio"/>
    853853              {'UAM_Disable'|@translate}
    854854            </label>
    855             <label for="UAM_RedirToProfile_true"><input id="UAM_RedirToProfile_true" value="true" {$UAM_REDIRTOPROFILE_TRUE} name="UAM_RedirToProfile" type="radio">
     855            <label for="UAM_RedirToProfile_true"><input id="UAM_RedirToProfile_true" value="true" {$UAM_REDIRTOPROFILE_TRUE} name="UAM_RedirToProfile" type="radio"/>
    856856              {'UAM_Enable'|@translate}
    857857            </label>
     
    864864            </label>
    865865         
    866             <label for="UAM_PwdReset_false"><input id="UAM_PwdReset_false" value="false" {$UAM_PWDRESET_FALSE} name="UAM_PwdReset" type="radio">
     866            <label for="UAM_PwdReset_false"><input id="UAM_PwdReset_false" value="false" {$UAM_PWDRESET_FALSE} name="UAM_PwdReset" type="radio"/>
    867867              {'UAM_Disable'|@translate}
    868868            </label>
    869             <label for="UAM_PwdReset_true"><input id="UAM_PwdReset_true" value="true" {$UAM_PWDRESET_TRUE} name="UAM_PwdReset" type="radio">
     869            <label for="UAM_PwdReset_true"><input id="UAM_PwdReset_true" value="true" {$UAM_PWDRESET_TRUE} name="UAM_PwdReset" type="radio"/>
    870870              {'UAM_Enable'|@translate}
    871871            </label>
     
    879879            </label>
    880880         
    881             <label for="UAM_CustomPasswRetr_false"><input id="UAM_CustomPasswRetr_false" value="false" {$UAM_CUSTOMPASSWRETR_FALSE} name="UAM_CustomPasswRetr" type="radio">
     881            <label for="UAM_CustomPasswRetr_false"><input id="UAM_CustomPasswRetr_false" value="false" {$UAM_CUSTOMPASSWRETR_FALSE} name="UAM_CustomPasswRetr" type="radio"/>
    882882              {'UAM_Disable'|@translate}
    883883</label>
    884             <label for="UAM_CustomPasswRetr_true"><input id="UAM_CustomPasswRetr_true" value="true" {$UAM_CUSTOMPASSWRETR_TRUE} name="UAM_CustomPasswRetr" type="radio">
     884            <label for="UAM_CustomPasswRetr_true"><input id="UAM_CustomPasswRetr_true" value="true" {$UAM_CUSTOMPASSWRETR_TRUE} name="UAM_CustomPasswRetr" type="radio"/>
    885885              {'UAM_Enable'|@translate}
    886886</label>
     
    894894
    895895  <p>
    896     <input class="submit" type="submit" value="{'UAM_submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED} >&nbsp;<input class="submit" type="submit" value="{'UAM_audit'|@translate}" name="audit">
     896    <input class="submit" type="submit" value="{'UAM_submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED} >&nbsp;<input class="submit" type="submit" value="{'UAM_audit'|@translate}" name="audit"/>
    897897  </p>
    898898</form>
     
    909909  <p>
    910910    {'UAM_Dump_Download'|@translate}&nbsp;
    911       <input type="checkbox" name="dump_download" value="true" {$UAM_DUMP_DOWNLOAD}>
    912  
    913       <input class="submit" type="submit" value="{'UAM_Save'|@translate}" name="save" {$TAG_INPUT_ENABLED}>
     911      <input type="checkbox" name="dump_download" value="true" {$UAM_DUMP_DOWNLOAD}/>
     912 
     913      <input class="submit" type="submit" value="{'UAM_Save'|@translate}" name="save" {$TAG_INPUT_ENABLED}/>
    914914  </p>
    915915</form>
     
    919919  <p>
    920920    {'UAM_Restore'|@translate}
    921       <input class="submit" type="submit" value="{'UAM_Restore_File'|@translate}" name="restore" {$TAG_INPUT_ENABLED}>
     921      <input class="submit" type="submit" value="{'UAM_Restore_File'|@translate}" name="restore" {$TAG_INPUT_ENABLED}/>
    922922  </p>
    923923</form>
  • extensions/UserAdvManager/trunk/admin/template/userlist.tpl

    r13107 r21747  
    3939
    4040<div class="titrePage">
    41   <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_Tracking registered users'|@translate}</h2>
     41  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br/>{'UAM_Tracking registered users'|@translate}</h2>
    4242</div>
    4343
     
    6060          <tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}">
    6161            <td><label for="selection-{$user.ID}">{$user.USERNAME}</label></td>
    62             <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"></a></td>
     62            <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"/></a></td>
    6363            <td>{$user.EMAIL}</td>
    6464            <td style="text-align:center;">{$user.LASTVISIT}</td>
     
    8181<div id="pager" class="pager">
    8282        <form>
    83                 <img src="{$UAM_PATH}admin/template/icon/first.png" class="first">
    84                 <img src="{$UAM_PATH}admin/template/icon/prev.png" class="prev">
    85                 <input type="text" class="pagedisplay">
    86                 <img src="{$UAM_PATH}admin/template/icon/next.png" class="next">
    87                 <img src="{$UAM_PATH}admin/template/icon/last.png" class="last">
     83                <img src="{$UAM_PATH}admin/template/icon/first.png" class="first"/>
     84                <img src="{$UAM_PATH}admin/template/icon/prev.png" class="prev"/>
     85                <input type="text" class="pagedisplay"/>
     86                <img src="{$UAM_PATH}admin/template/icon/next.png" class="next"/>
     87                <img src="{$UAM_PATH}admin/template/icon/last.png" class="last"/>
    8888                <select class="pagesize">
    8989                        <option  value="10">10</option>
     
    9494        </form>
    9595</div>
    96         <br>
     96        <br/>
    9797  </fieldset>
    9898                {else}
  • extensions/UserAdvManager/trunk/admin/template/usermanager.tpl

    r21612 r21747  
    2626
    2727<div class="titrePage">
    28   <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_Tracking confirmations'|@translate}</h2>
     28  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br/>{'UAM_Tracking confirmations'|@translate}</h2>
    2929</div>
    3030
     
    5151        {foreach from=$users item=user name=users_loop}
    5252          <tr class="{if $smarty.foreach.users_loop.index is odd}row1{else}row2{/if}">
    53             <td><input type="checkbox" name="selection[]" value="{$user.ID}" {$user.CHECKED} id="selection-{$user.ID}" ></td>
     53            <td><input type="checkbox" name="selection[]" value="{$user.ID}" {$user.CHECKED} id="selection-{$user.ID}"/></td>
    5454            <td><label for="selection-{$user.ID}">{$user.USERNAME}</label></td>
    55             <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"></a></td>
     55            <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"/></a></td>
    5656            <td>{$user.STATUS}</td>
    5757            <td>{$user.EMAIL}</td>
     
    7171        <div id="pager" class="pager">
    7272          <form>
    73             <img src="{$UAM_PATH}admin/template/icon/first.png" class="first">
    74             <img src="{$UAM_PATH}admin/template/icon/prev.png" class="prev">
    75             <input type="text" class="pagedisplay">
    76             <img src="{$UAM_PATH}admin/template/icon/next.png" class="next">
    77             <img src="{$UAM_PATH}admin/template/icon/last.png" class="last">
     73            <img src="{$UAM_PATH}admin/template/icon/first.png" class="first"/>
     74            <img src="{$UAM_PATH}admin/template/icon/prev.png" class="prev"/>
     75            <input type="text" class="pagedisplay"/>
     76            <img src="{$UAM_PATH}admin/template/icon/next.png" class="next"/>
     77            <img src="{$UAM_PATH}admin/template/icon/last.png" class="last"/>
    7878            <select class="pagesize">
    7979              <option  value="10">10</option>
     
    8585        </div>
    8686      {/if}
    87         <br>
     87        <br/>
    8888      <fieldset>
    8989        <p>
    9090          {'target'|@translate}
    91           <label><input type="radio" name="target" value="all" > {'all'|@translate}</label>
    92           <label><input type="radio" name="target" value="selection" checked="checked" > {'selection'|@translate}</label>
     91          <label><input type="radio" name="target" value="all"/> {'all'|@translate}</label>
     92          <label><input type="radio" name="target" value="selection" checked="checked"/> {'selection'|@translate}</label>
    9393        </p>
    9494
    9595        <p>
    9696        {if $CONFIRM_LOCAL == "local"}
    97           <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected">
    98           <input class="submit" type="submit" value="{'UAM_Manual_Validation'|@translate}" name="Manual_Validation">
     97          <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected"/>
     98          <input class="submit" type="submit" value="{'UAM_Manual_Validation'|@translate}" name="Manual_Validation"/>
    9999        {else}
    100           <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected">
    101           <input class="submit" type="submit" value="{'UAM_Mail_without_key'|@translate}" name="Mail_Without_Key">
    102           <input class="submit" type="submit" value="{'UAM_Mail_with_key'|@translate}" name="Mail_With_Key">
    103           <input class="submit" type="submit" value="{'UAM_Manual_Validation'|@translate}" name="Manual_Validation">
     100          <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected"/>
     101          <input class="submit" type="submit" value="{'UAM_Mail_without_key'|@translate}" name="Mail_Without_Key"/>
     102          <input class="submit" type="submit" value="{'UAM_Mail_with_key'|@translate}" name="Mail_With_Key"/>
     103          <input class="submit" type="submit" value="{'UAM_Manual_Validation'|@translate}" name="Manual_Validation"/>
    104104        {/if}
    105105        </p>
Note: See TracChangeset for help on using the changeset viewer.