Ignore:
Timestamp:
Oct 4, 2012, 4:45:56 PM (12 years ago)
Author:
flop25
Message:

code hmtl cleaned-up
every radio button has a label

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

Legend:

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

    r18450 r18461  
    3636  jQuery("#UAM_RejectConnexion_false").click(function() {
    3737    jQuery("#UAM_REJECTLOGIN").hide("slow");
     38  });
     39 
     40  jQuery("#UAM_GhostUser_Tracker_true").click(function() {
     41    jQuery("#UAM_GHOSTRACKER_OPT").show("slow");
     42  });
     43  jQuery("#UAM_GhostUser_Tracker_false").click(function() {
     44    jQuery("#UAM_GHOSTRACKER_OPT").hide("slow");
    3845  });
    3946  jQuery("#UAM_GTAuto_true").click(function() {
     
    178185            </label>
    179186         
    180             <input type="radio" value="false" {$UAM_PASSWORDENF_FALSE} name="UAM_Password_Enforced">
    181               {'UAM_Disable'|@translate}<br>
    182             <input type="radio" value="true" {$UAM_PASSWORDENF_TRUE} name="UAM_Password_Enforced">
     187            <label for="UAM_Password_Enforced_false"><input id="UAM_Password_Enforced_false" type="radio" value="false" {$UAM_PASSWORDENF_FALSE} name="UAM_Password_Enforced">
     188              {'UAM_Disable'|@translate}
     189            </label>
     190            <label for="UAM_Password_Enforced_true"><input id="UAM_Password_Enforced_true" type="radio" value="true" {$UAM_PASSWORDENF_TRUE} name="UAM_Password_Enforced">
    183191              {'UAM_Password_Enforced_true'|@translate}&nbsp;
    184192            <input type="text" name="UAM_Password_Score" value="{$UAM_PASSWORD_SCORE}" size="5" style="text-align: center;">
    185             <br>
     193            </label>
    186194            {'UAM_PasswordTest'|@translate}
    187195              <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;">
     
    197205              </label>
    198206           
    199               <input type="radio" value="false" {$UAM_ADMINPASSWENF_FALSE} name="UAM_AdminPassword_Enforced">
     207              <label for="UAM_AdminPassword_Enforced_false"><input id="UAM_AdminPassword_Enforced_false" value="false" {$UAM_ADMINPASSWENF_FALSE} name="UAM_AdminPassword_Enforced" type="radio">
    200208                {'UAM_Disable'|@translate}
    201             <br>       
    202               <input type="radio" value="true" {$UAM_ADMINPASSWENF_TRUE} name="UAM_AdminPassword_Enforced">
     209              </label>
     210              <label for="UAM_AdminPassword_Enforced_true"><input id="UAM_AdminPassword_Enforced_true" value="true" {$UAM_ADMINPASSWENF_TRUE} name="UAM_AdminPassword_Enforced" type="radio">
    203211                {'UAM_Enable'|@translate}
     212              </label>
    204213           
    205214            </li>
     
    214223            <div class="uam_hide">
    215224           
    216               <input type="radio" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion">
     225              <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio">
    217226                {'UAM_Disable'|@translate}
    218             <br>
    219               <input type="radio" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion">
     227              </label>
     228              <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio">
    220229                {'UAM_MailExclusion_true'|@translate}
     230              </label>
    221231           
    222232            </div>
     
    227237
    228238           
    229               <input type="radio" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion">
     239              <label for="UAM_MailExclusion_false"><input id="UAM_MailExclusion_false" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion" type="radio">
    230240                {'UAM_Disable'|@translate}
    231             <br>
    232               <input type="radio" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion">
     241              </label>
     242              <label for="UAM_MailExclusion_true"><input id="UAM_MailExclusion_true" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion" type="radio">
    233243                {'UAM_MailExclusion_true'|@translate}
     244              </label>
    234245           
    235246
     
    268279              {'UAM_Confirm_Mail'|@translate}
    269280            </label>
    270          
    271281            <label for="UAM_Confirm_Mail_false"><input type="radio" id="UAM_Confirm_Mail_false" value="false" {$UAM_CONFIRM_MAIL_FALSE} name="UAM_Confirm_Mail">
    272282              {'UAM_Disable'|@translate}</label>
    273           <br>
    274283            <label for="UAM_Confirm_Mail_true"><input type="radio" id="UAM_Confirm_Mail_true" value="true" {$UAM_CONFIRM_MAIL_TRUE} name="UAM_Confirm_Mail">
    275284              {'UAM_Confirm_Mail_true'|@translate}</label>
    276           <br>
    277285            <label for="UAM_Confirm_Mail_local"><input type="radio" id="UAM_Confirm_Mail_local" value="local" {$UAM_CONFIRM_MAIL_LOCAL} name="UAM_Confirm_Mail">
    278286              {'UAM_Confirm_Mail_local'|@translate}</label>
    279          
    280287          </li>
    281288        </ul>
     
    287294                </label>
    288295             
    289                 <input type="radio" value="false" {$UAM_STUFFS_FALSE} name="UAM_Stuffs">
     296                <label for="UAM_Stuffs_false"><input id="UAM_Stuffs_false" value="false" {$UAM_STUFFS_FALSE} name="UAM_Stuffs" type="radio">
    290297                  {'UAM_Disable'|@translate}
    291               <br>
    292                 <input type="radio" value="true" {$UAM_STUFFS_TRUE} name="UAM_Stuffs">
     298                </label>
     299                <label for="UAM_Stuffs_true"><input id="UAM_Stuffs_true" value="true" {$UAM_STUFFS_TRUE} name="UAM_Stuffs" type="radio">
    293300                  {'UAM_Enable'|@translate}
     301                </label>
    294302             
    295303              </li>
     
    299307                  {'UAM_AdminConfMail'|@translate}
    300308                </label>
    301              
    302                 <input type="radio" value="false" {$UAM_ADMINCONFMAIL_FALSE} name="UAM_Admin_ConfMail">
     309                <label for="UAM_Admin_ConfMail_false"><input id="UAM_Admin_ConfMail_false" value="false" {$UAM_ADMINCONFMAIL_FALSE} name="UAM_Admin_ConfMail" type="radio">
    303310                  {'UAM_Disable'|@translate}
    304               <br>
    305                 <input type="radio" value="true" {$UAM_ADMINCONFMAIL_TRUE} name="UAM_Admin_ConfMail">
     311                </label>
     312                <label for="UAM_Admin_ConfMail_true"><input id="UAM_Admin_ConfMail_true" value="true" {$UAM_ADMINCONFMAIL_TRUE} name="UAM_Admin_ConfMail" type="radio">
    306313                  {'UAM_Enable'|@translate}
     314                </label>
    307315             
    308316              </li>
     
    316324                {'UAM_AdminValidationMail_Subject'|@translate}
    317325              </label>
    318            
    319326              &nbsp;&nbsp;<textarea class="uam_textfields" name="UAM_AdminValidationMail_Subject" id="UAM_AdminValidationMail_Subject" rows="5" {$TAG_INPUT_ENABLED}>{$UAM_ADMINVALIDATIONMAIL_SUBJECT}</textarea>
    320            
    321             </li>
    322 
     327            </li>
    323328            <ul>
    324329              <li>
     
    326331                  {'UAM_AdminValidationMail_Text'|@translate}
    327332                </label>
    328              
    329333                <textarea class="uam_textfields" name="UAM_AdminValidationMail_Text" id="UAM_AdminValidationMail_Text" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_ADMINVALIDATIONMAIL_TEXT}</textarea>
    330              
    331334              </li>
    332335            </ul>
    333336          </ul>
    334 
    335337          <ul>
    336338            <li>
     
    338340                {'UAM_ConfirmMail_Subject'|@translate}
    339341              </label>
    340            
    341342              &nbsp;&nbsp;<textarea class="uam_textfields" name="UAM_ConfirmMail_Subject" id="UAM_ConfirmMail_Subject" rows="5" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_SUBJECT}</textarea>
    342            
    343             </li>
    344 
     343            </li>
    345344            <ul>
    346345              <li>
     
    348347                  {'UAM_ConfirmMail_Text'|@translate}
    349348                </label>
    350              
    351349              {if $UAM_ERROR_REPORTS2}
    352350                  <textarea class="uam_textfields" name="UAM_ConfirmMail_Text" id="UAM_ConfirmMail_Text" rows="10" style="color: red" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_TEXT}</textarea>
     
    354352                  <textarea class="uam_textfields" name="UAM_ConfirmMail_Text" id="UAM_ConfirmMail_Text" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_TEXT}</textarea>
    355353              {/if}
    356              
    357354              </li>
    358355            </ul>
     
    369366                {'UAM_confirmmail_custom_Txt1'|@translate}
    370367              </label>
    371            
    372368                <textarea class="uam_textfields" name="UAM_ConfirmMail_Custom_Txt1" id="UAM_ConfirmMail_Custom_Txt1" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_CUSTOM_TXT1}</textarea>
    373            
    374369            </li>
    375370            {if 'FCK_PATH'|@defined}
     
    378373              </div>
    379374            {/if}
    380 
    381375            <li>
    382376              <label class="cluetip" title="{'UAM_confirmmail_custom_Txt2'|translate}|{'UAM_confirmmail_custom2_d'|translate}">
    383377                {'UAM_confirmmail_custom_Txt2'|@translate}
    384378              </label>
    385            
    386379                <textarea class="uam_textfields" name="UAM_ConfirmMail_Custom_Txt2" id="UAM_ConfirmMail_Custom_Txt2" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_CUSTOM_TXT2}</textarea>
    387            
    388380            </li>
    389381            {if 'FCK_PATH'|@defined}
     
    395387          </fieldset>
    396388          <br><hr><br>
    397 
    398389            <ul>
    399390                    <li>
     
    405396                  {'UAM_Disable'|@translate}
    406397                </label>
    407             <br>
    408398                <label for="UAM_RejectConnexion_true"><input id="UAM_RejectConnexion_true" type="radio" value="true" {$UAM_REJECTCONNECT_TRUE} name="UAM_RejectConnexion">
    409399                  {'UAM_Enable'|@translate}</label>
    410400                </label>
    411            
    412401              </li>
    413402              <li id="UAM_REJECTLOGIN" {if $UAM_REJECTCONNECT_FALSE}style="display: none"{/if}>
     
    415404                  {'UAM_RejectConnexion_Custom_Txt'|@translate}
    416405                </label>
    417            
    418406                <textarea class="uam_textfields" name="UAM_CustomRejectConnexion_Text" id="UAM_CustomRejectConnexion_Text" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_REJECTCONNECT_TEXT}</textarea>
    419            
    420407            {if 'FCK_PATH'|@defined}
    421408              <div style="text-align:right;">
     
    425412              </li>
    426413            </ul>
    427 
    428414          <br><hr><br>
    429415          <a id="show_UAM_Change" >{'UAM_Change'|translate}</a>
     
    436422                  {'UAM_Confirm_Group'|@translate}
    437423                </label>
    438              
    439               </li>
    440 
     424              </li>
    441425              <ul>
    442426                <li>
     
    444428                    {'UAM_No_Confirm_Group'|@translate}
    445429                  </label>
    446                 <br>
    447430                  <div class="uam_leftmargin">
    448431                    {html_options name="UAM_No_Confirm_Group" options=$No_Confirm_Group.group_options selected=$No_Confirm_Group.group_selected}
    449432                  </div>
    450                
    451433                </li>
    452 
    453434                <li>
    454435                  <label>
    455436                    {'UAM_Validated_Group'|@translate}
    456437                  </label>
    457                 <br>
    458438                  <div class="uam_leftmargin">
    459439                    {html_options name="UAM_Validated_Group" options=$Validated_Group.group_options selected=$Validated_Group.group_selected}
    460440                  </div>
    461                
    462441                </li>
    463442              </ul>
    464 
    465443              <li>
    466444                <label class="cluetip" title="{'UAM_confirmstatTitle'|translate}|{'UAM_confirmstatTitle_d'|translate}">
    467445                  {'UAM_Confirm_Status'|@translate}
    468446                </label>
    469              
    470               </li>
    471 
     447              </li>
    472448              <ul>
    473449                <li>
     
    475451                    {'UAM_No_Confirm_Status'|@translate}
    476452                  </label>
    477                 <br>
    478453                  <div class="uam_leftmargin">
    479454                    {html_options name="UAM_No_Confirm_Status" options=$No_Confirm_Status.Status_options selected=$No_Confirm_Status.Status_selected}
    480455                  </div>
    481                
    482456                </li>
    483 
    484457                <li>
    485458                  <label>
    486459                    {'UAM_Validated_Status'|@translate}
    487460                  </label>
    488                 <br>
    489461                  <div class="uam_leftmargin">
    490462                    {html_options name="UAM_Validated_Status" options=$Confirm_Status.Status_options selected=$Confirm_Status.Status_selected}
    491463                  </div>
    492                
    493464                </li>
    494465              </ul>
    495 
    496466              <li>
    497467                <label class="cluetip" title="{'UAM_confirmlevelTitle'|translate}|{'UAM_confirmlevelTitle_d'|translate}">
    498468                  {'UAM_Confirm_Level'|@translate}
    499469                </label>
    500              
    501               </li>
    502              
     470              </li>
    503471              <ul>
    504472                <li>
     
    506474                    {'UAM_No_Valid_Level'|@translate}
    507475                  </label>
    508                 <br>
    509476                  <div class="uam_leftmargin">
    510477                    {html_options name="UAM_No_Valid_Level" options=$No_Valid_Level.Level_options selected=$No_Valid_Level.Level_selected}
    511478                  </div>
    512                
    513479                </li>
    514 
    515480                <li>
    516481                  <label>
    517482                    {'UAM_Valid_Level'|@translate}
    518483                  </label>
    519                 <br>
    520484                  <div class="uam_leftmargin">
    521485                    {html_options name="UAM_Valid_Level" options=$Valid_Level.Level_options selected=$Valid_Level.Level_selected}
    522486                  </div>
    523                
    524487                </li>
    525488              </ul>
     
    531494                  {'UAM_ValidationLimit_Info'|@translate}
    532495                </label>
    533              
    534496                <label for="UAM_ConfirmMail_TimeOut_false" ><input id="UAM_ConfirmMail_TimeOut_false" type="radio" value="false" {$UAM_CONFIRMMAIL_TIMEOUT_FALSE} name="UAM_ConfirmMail_TimeOut">
    535497                  {'UAM_Disable'|@translate}</label>
    536               <br>
    537498                <label for="UAM_ConfirmMail_TimeOut_true" ><input id="UAM_ConfirmMail_TimeOut_true" type="radio" value="true" {$UAM_CONFIRMMAIL_TIMEOUT_TRUE} name="UAM_ConfirmMail_TimeOut">
    538                   {'UAM_ConfirmMail_TimeOut_true'|@translate}</label>
     499                  {'UAM_ConfirmMail_TimeOut_true'|@translate}
    539500                <input type="text" name="UAM_ConfirmMail_Delay" value="{$UAM_CONFIRMMAIL_DELAY}" size="5" style="text-align: center;">
    540              
    541               </li>
    542 
     501                </label>
     502              </li>
    543503              <li>
    544504                <label class="cluetip" title="{'UAM_ConfirmMail_Remail'|translate}|{'UAM_remailTitle_d'|translate}">
    545505                  {'UAM_ConfirmMail_Remail'|@translate}
    546506                </label>
    547              
    548507                <label for="UAM_ConfirmMail_Remail_false" ><input id="UAM_ConfirmMail_Remail_false" type="radio" value="false" {$UAM_CONFIRMMAIL_REMAIL_FALSE} name="UAM_ConfirmMail_Remail">
    549508                  {'UAM_Disable'|@translate}</label>
    550               <br>
    551509                <label for="UAM_ConfirmMail_Remail_true" ><input id="UAM_ConfirmMail_Remail_true" type="radio" value="true" {$UAM_CONFIRMMAIL_REMAIL_TRUE} name="UAM_ConfirmMail_Remail">
    552510                  {'UAM_Enable'|@translate}</label>
    553              
    554511              </li>
    555512            <a id="show_UAM_ConfirmMail" >{'UAM_Customize_messagesandmails'|translate}</a>
     
    560517                    {'UAM_ConfirmMail_ReMail_Subject'|@translate}
    561518                  </label>
    562                
    563519                  &nbsp;&nbsp;<textarea class="uam_textfields" name="UAM_ConfirmMail_Remail_Subject" id="UAM_ConfirmMail_Remail_Subject" rows="5" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_REMAIL_SUBJECT}</textarea>
    564                
    565520                </li>
    566 
    567521                <ul>
    568522                  <li>
     
    570524                      {'UAM_ConfirmMail_ReMail_Txt1'|@translate}
    571525                    </label>
    572                  
    573526                  {if $UAM_ERROR_REPORTS3}
    574527                    <textarea class="uam_textfields" name="UAM_ConfirmMail_ReMail_Txt1" id="UAM_ConfirmMail_ReMail_Txt1" rows="10" style="color: red" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_REMAIL_TXT1}</textarea>
     
    576529                    <textarea class="uam_textfields" name="UAM_ConfirmMail_ReMail_Txt1" id="UAM_ConfirmMail_ReMail_Txt1" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_REMAIL_TXT1}</textarea>
    577530                  {/if}
    578                  
    579531                  </li>
    580532<!--
     
    585537                {* /if *}
    586538-->
    587 
    588539                  <li>
    589540                    <label class="cluetip" title="{'UAM_remailtxt2Title'|translate}|{'UAM_remailtxt2Title_d'|translate}">
    590541                      {'UAM_ConfirmMail_ReMail_Txt2'|@translate}
    591542                    </label>
    592                  
    593543                  {if $UAM_ERROR_REPORTS4}
    594544                    <textarea class="uam_textfields" name="UAM_ConfirmMail_ReMail_Txt2" id="UAM_ConfirmMail_ReMail_Txt2" rows="10" style="color: red" {$TAG_INPUT_ENABLED}>{$UAM_CONFIRMMAIL_REMAIL_TXT2}</textarea>
     
    609559              </ul>
    610560            </ul>
    611 
    612561          <fieldset id="UAM_ConfirmMail_field" {if $UAM_CONFIRMMAIL_TIMEOUT_FALSE and $UAM_CONFIRMMAIL_REMAIL_FALSE}style="display:none"{/if}>
    613562          <ul>
     
    617566              </label>
    618567           
    619               <input type="radio" value="false" {$UAM_USRAUTO_FALSE} name="UAM_USRAuto">
     568              <label for="UAM_USRAuto_false"><input id="UAM_USRAuto_false" value="false" {$UAM_USRAUTO_FALSE} name="UAM_USRAuto" type="radio">
    620569                {'UAM_Disable'|@translate}
    621             <br>
    622               <input type="radio" value="true" {$UAM_USRAUTO_TRUE} name="UAM_USRAuto">
     570              </label>
     571              <label for="UAM_USRAuto_true"><input id="UAM_USRAuto_true" value="true" {$UAM_USRAUTO_TRUE} name="UAM_USRAuto" type="radio">
    623572                {'UAM_Enable'|@translate}
    624            
    625             </li>
    626 
     573              </label>
     574            </li>
    627575            <ul>
    628576              <li>
     
    630578                  {'UAM_USRAutoDel'|@translate}
    631579                </label>
    632              
    633580                <textarea class="uam_textfields" name="UAM_USRAutoDelText" id="UAM_USRAutoDelText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_USRAUTODEL_TEXT}</textarea>
    634              
    635581              {if 'FCK_PATH'|@defined}
    636582                <div style="text-align:right;">
     
    639585              {/if}
    640586              </li>
    641 
    642587              <li>
    643588                <label class="cluetip" title="{'UAM_USRAutoMail'|translate}|{'UAM_USRAutoMailTitle_d'|translate}">
    644589                  {'UAM_USRAutoMail'|@translate}
    645590                </label>
    646              
    647                 <input type="radio" value="false" {$UAM_USRAUTOMAIL_FALSE} name="UAM_USRAutoMail">
     591                <label for="UAM_USRAutoMail_false"><input id="UAM_USRAutoMail_false" value="false" {$UAM_USRAUTOMAIL_FALSE} name="UAM_USRAutoMail" type="radio">
    648592                  {'UAM_Disable'|@translate}
    649               <br>
    650                 <input type="radio" value="true" {$UAM_USRAUTOMAIL_TRUE} name="UAM_USRAutoMail">
     593                </label>
     594                <label for="UAM_USRAutoMail_true"><input id="UAM_USRAutoMail_true" value="true" {$UAM_USRAUTOMAIL_TRUE} name="UAM_USRAutoMail" type="radio">
    651595                  {'UAM_Enable'|@translate}
    652               <br>
     596                </label>
    653597              </li>
    654598            </ul>
     
    659603  </div>
    660604
    661 
    662605  <div id="instructionConfig3" class="instructionBlock" >
    663606
     
    672615              {'UAM_GhostTracker'|@translate}
    673616            </label>
    674          
    675             <input type="radio" value="false" {$UAM_GHOSTRACKER_FALSE} name="UAM_GhostUser_Tracker">
     617            <label for"UAM_GhostUser_Tracker_false">
     618              <input id="UAM_GhostUser_Tracker_false" type="radio" value="false" {$UAM_GHOSTRACKER_FALSE} name="UAM_GhostUser_Tracker">
    676619              {'UAM_Disable'|@translate}
    677           <br>
    678             <input type="radio" value="true" {$UAM_GHOSTRACKER_TRUE} name="UAM_GhostUser_Tracker">
     620            </label>
     621            <label for"UAM_GhostUser_Tracker_true">
     622              <input id="UAM_GhostUser_Tracker_true" type="radio" value="true" {$UAM_GHOSTRACKER_TRUE} name="UAM_GhostUser_Tracker">
    679623              {'UAM_GhostTracker_true'|@translate}
    680624            <input type="text" name="UAM_GhostTracker_DayLimit" value="{$UAM_GHOSTRACKER_DAYLIMIT}" size="5" style="text-align: center;">
     625            </label>
    681626         
    682627          </li>
    683628        </ul>
    684         <a id="show_UAM_GTReminder" >{'UAM_Customize_messagesandmails'|translate}</a>
    685         <a id="hide_UAM_GTReminder" style="display: none">{'hide details'|translate}</a>
    686         <ul id="UAM_GTReminder" style="display: none">
    687           <li>
    688             <label class="cluetip" title="{'UAM_GTReminder_Subject'|translate}|{'UAM_GTReminder_Subject_d'|translate}">
    689               {'UAM_GTReminder_Subject'|@translate}
    690             </label>
    691          
    692             &nbsp;&nbsp;<textarea class="uam_textfields" name="UAM_GTReminder_Subject" id="UAM_GTReminder_Subject" rows="5" {$TAG_INPUT_ENABLED}>{$UAM_GTREMINDER_SUBJECT}</textarea>
    693          
    694           </li>
    695           <li>
    696             <label class="cluetip" title="{'UAM_GhostTracker_ReminderText'|translate}|{'UAM_gttextTitle_d'|translate}">
    697               {'UAM_GhostTracker_ReminderText'|@translate}
    698             </label>
    699          
    700             <textarea class="uam_textfields" name="UAM_GhostTracker_ReminderText" id="UAM_GhostTracker_ReminderText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_GHOSTRACKER_REMINDERTEXT}</textarea>
    701          
    702           </li>
    703 <!--
    704           {* if 'FCK_PATH'|@defined *}
    705             <div style="text-align:right;">
    706               <a href="#" onClick="toogleEditor('UAM_GhostTracker_ReminderText'); return false;">FCK Editor On/Off</a>
    707             </div>
    708           {* /if *}
    709 -->
    710 
    711         </ul>
    712         <br><hr><br>
    713         <ul>
    714           <li>
    715             <label class="cluetip" title="{'UAM_GTAuto'|translate}|{'UAM_GTAutoTitle_d'|translate}">
    716               {'UAM_GTAuto'|@translate}
    717             </label>
    718          
    719             <label for="UAM_GTAuto_false"><input id="UAM_GTAuto_false" type="radio" value="false" {$UAM_GTAUTO_FALSE} name="UAM_GTAuto">
    720               {'UAM_Disable'|@translate}
    721             </label>
    722           <br>
    723             <label for="UAM_GTAuto_true"><input id="UAM_GTAuto_true" type="radio" value="true" {$UAM_GTAUTO_TRUE} name="UAM_GTAuto">
    724               {'UAM_Enable'|@translate}
    725             </label>
    726          
    727           </li>
    728             <ul id="UAM_GTAUTO" {if $UAM_GTAUTO_FALSE}style="display: none"{/if}>
    729               <li>
    730                 <label class="cluetip" title="{'UAM_GTAutoDelTitle'|translate}|{'UAM_GTAutoDelTitle_d'|translate}">
    731                   {'UAM_GTAutoDel'|@translate}
    732                 </label>
     629        <div id="UAM_GHOSTRACKER_OPT" {if $UAM_GHOSTRACKER_FALSE}style="display: none"{/if}>
     630          <a id="show_UAM_GTReminder" >{'UAM_Customize_messagesandmails'|translate}</a>
     631          <a id="hide_UAM_GTReminder" style="display: none">{'hide details'|translate}</a>
     632          <ul id="UAM_GTReminder" style="display: none">
     633            <li>
     634              <label class="cluetip" title="{'UAM_GTReminder_Subject'|translate}|{'UAM_GTReminder_Subject_d'|translate}">
     635                {'UAM_GTReminder_Subject'|@translate}
     636              </label>
     637           
     638              &nbsp;&nbsp;<textarea class="uam_textfields" name="UAM_GTReminder_Subject" id="UAM_GTReminder_Subject" rows="5" {$TAG_INPUT_ENABLED}>{$UAM_GTREMINDER_SUBJECT}</textarea>
     639           
     640            </li>
     641            <li>
     642              <label class="cluetip" title="{'UAM_GhostTracker_ReminderText'|translate}|{'UAM_gttextTitle_d'|translate}">
     643                {'UAM_GhostTracker_ReminderText'|@translate}
     644              </label>
     645           
     646              <textarea class="uam_textfields" name="UAM_GhostTracker_ReminderText" id="UAM_GhostTracker_ReminderText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_GHOSTRACKER_REMINDERTEXT}</textarea>
     647           
     648            </li>
     649  <!--
     650            {* if 'FCK_PATH'|@defined *}
     651              <div style="text-align:right;">
     652                <a href="#" onClick="toogleEditor('UAM_GhostTracker_ReminderText'); return false;">FCK Editor On/Off</a>
     653              </div>
     654            {* /if *}
     655  -->
     656 
     657          </ul>
     658          <br><hr><br>
     659          <ul>
     660            <li>
     661              <label class="cluetip" title="{'UAM_GTAuto'|translate}|{'UAM_GTAutoTitle_d'|translate}">
     662                {'UAM_GTAuto'|@translate}
     663              </label>
     664           
     665              <label for="UAM_GTAuto_false"><input id="UAM_GTAuto_false" type="radio" value="false" {$UAM_GTAUTO_FALSE} name="UAM_GTAuto">
     666                {'UAM_Disable'|@translate}
    733667             
    734                   <textarea class="uam_textfields" name="UAM_GTAutoDelText" id="UAM_GTAutoDelText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_GTAUTODEL_TEXT}</textarea>
    735              
    736                  
    737               {if 'FCK_PATH'|@defined}
    738                 <div style="text-align:right;">
    739                   <a href="#" onClick="toogleEditor('UAM_GTAutoDelText'); return false;">FCK Editor On/Off</a>
    740                 </div>
    741               {/if}
    742               </li>
    743 
    744               <li>
    745                 <label class="cluetip" title="{'UAM_GTAutoGp'|translate}|{'UAM_GTAutoGpTitle_d'|translate}">
    746                   {'UAM_GTAutoGp'|@translate}
    747                 </label>
    748              
    749                 <ul>
    750                   <li>
    751                     <label>
    752                       {'UAM_Expired_Group'|@translate}
    753                     </label>
    754                     <br>
     668              <label for="UAM_GTAuto_true"><input id="UAM_GTAuto_true" type="radio" value="true" {$UAM_GTAUTO_TRUE} name="UAM_GTAuto">
     669                {'UAM_Enable'|@translate}
     670              </label>
     671           
     672            </li>
     673              <ul id="UAM_GTAUTO" {if $UAM_GTAUTO_FALSE}style="display: none"{/if}>
     674                <li>
     675                  <label class="cluetip" title="{'UAM_GTAutoDelTitle'|translate}|{'UAM_GTAutoDelTitle_d'|translate}">
     676                    {'UAM_GTAutoDel'|@translate}
     677                  </label>
     678               
     679                    <textarea class="uam_textfields" name="UAM_GTAutoDelText" id="UAM_GTAutoDelText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_GTAUTODEL_TEXT}</textarea>
     680               
     681                   
     682                {if 'FCK_PATH'|@defined}
     683                  <div style="text-align:right;">
     684                    <a href="#" onClick="toogleEditor('UAM_GTAutoDelText'); return false;">FCK Editor On/Off</a>
     685                  </div>
     686                {/if}
     687                </li>
     688 
     689                <li>
     690                  <label class="cluetip" title="{'UAM_GTAutoGp'|translate}|{'UAM_GTAutoGpTitle_d'|translate}">
     691                    {'UAM_GTAutoGp'|@translate}
     692                  </label>
     693               
     694                  <ul>
     695                    <li>
     696                      <label>
     697                        {'UAM_Expired_Group'|@translate}
     698                      </label>
     699                        <div class="uam_leftmargin">
     700                          {html_options name="UAM_Downgrade_Group" options=$Downgrade_Group.group_options selected=$Downgrade_Group.group_selected}
     701                        </div>
     702                   
     703                    </li>
     704 
     705                    <li>
     706                      <label>
     707                        {'UAM_Expired_Status'|@translate}
     708                      </label>
    755709                      <div class="uam_leftmargin">
    756                         {html_options name="UAM_Downgrade_Group" options=$Downgrade_Group.group_options selected=$Downgrade_Group.group_selected}
     710                        {html_options name="UAM_Downgrade_Status" options=$Downgrade_Status.Status_options selected=$Downgrade_Status.Status_selected}
    757711                      </div>
    758                  
    759                   </li>
    760 
    761                   <li>
    762                     <label>
    763                       {'UAM_Expired_Status'|@translate}
    764                     </label>
    765                   <br>
    766                     <div class="uam_leftmargin">
    767                       {html_options name="UAM_Downgrade_Status" options=$Downgrade_Status.Status_options selected=$Downgrade_Status.Status_selected}
    768                     </div>
    769                  
    770                   </li>
    771 
    772                   <li>
    773                     <label>
    774                       {'UAM_Expired_Level'|@translate}
    775                     </label>
    776                   <br>
    777                     <div class="uam_leftmargin">
    778                       {html_options name="UAM_Downgrade_Level" options=$Downgrade_Level.Level_options selected=$Downgrade_Level.Level_selected}
    779                     </div>
    780                  
    781                   </li>
    782                 </ul>
    783 
    784                 <ul>
    785                   <li>
    786                     <label class="cluetip" title="{'UAM_GTAutoMail'|translate}|{'UAM_GTAutoMailTitle_d'|translate}">
    787                       {'UAM_GTAutoMail'|@translate}
    788                     </label>
    789                  
    790                     <input type="radio" value="false" {$UAM_GTAUTOMAIL_FALSE} name="UAM_GTAutoMail">
    791                       {'UAM_Disable'|@translate}
    792                   <br>
    793                     <input type="radio" value="true" {$UAM_GTAUTOMAIL_TRUE} name="UAM_GTAutoMail">
    794                       {'UAM_Enable'|@translate}
    795                  
     712                   
     713                    </li>
     714 
    796715                    <li>
    797                       <label class="cluetip" title="{'UAM_GTAutomail_Subject'|translate}|{'UAM_GTAutomail_Subject_d'|translate}">
    798                         {'UAM_GTAutomail_Subject'|@translate}
     716                      <label>
     717                        {'UAM_Expired_Level'|@translate}
     718                      </label>
     719                      <div class="uam_leftmargin">
     720                        {html_options name="UAM_Downgrade_Level" options=$Downgrade_Level.Level_options selected=$Downgrade_Level.Level_selected}
     721                      </div>
     722                   
     723                    </li>
     724                  </ul>
     725 
     726                  <ul>
     727                    <li>
     728                      <label class="cluetip" title="{'UAM_GTAutoMail'|translate}|{'UAM_GTAutoMailTitle_d'|translate}">
     729                        {'UAM_GTAutoMail'|@translate}
    799730                      </label>
    800731                   
    801                       &nbsp;&nbsp;<textarea class="uam_textfields" name="UAM_GTAutoMail_Subject" id="UAM_GTAutoMail_Subject" rows="5" {$TAG_INPUT_ENABLED}>{$UAM_GTAUTOMAIL_SUBJECT}</textarea>
     732                      <label for="UAM_GTAutoMail_false"><input id="UAM_GTAutoMail_false" value="false" {$UAM_GTAUTOMAIL_FALSE} name="UAM_GTAutoMail" type="radio">
     733                        {'UAM_Disable'|@translate}
     734                      </label>
     735                      <label for="UAM_GTAutoMail_true"><input id="UAM_GTAutoMail_true" value="true" {$UAM_GTAUTOMAIL_TRUE} name="UAM_GTAutoMail" type="radio">
     736                        {'UAM_Enable'|@translate}
     737                      </label>
    802738                   
    803                     </li>
    804 
    805                     <ul>
    806739                      <li>
    807                         <label class="cluetip" title="{'UAM_GTAutomail_Text'|translate}|{'UAM_GTAutomail_Text_d'|translate}">
    808                           {'UAM_GTAutomail_Text'|@translate}
     740                        <label class="cluetip" title="{'UAM_GTAutomail_Subject'|translate}|{'UAM_GTAutomail_Subject_d'|translate}">
     741                          {'UAM_GTAutomail_Subject'|@translate}
    809742                        </label>
    810743                     
    811                         <textarea class="uam_textfields" name="UAM_GTAutoMailText" id="UAM_GTAutoMailText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_GTAUTOMAILTEXT}</textarea>
     744                        &nbsp;&nbsp;<textarea class="uam_textfields" name="UAM_GTAutoMail_Subject" id="UAM_GTAutoMail_Subject" rows="5" {$TAG_INPUT_ENABLED}>{$UAM_GTAUTOMAIL_SUBJECT}</textarea>
    812745                     
    813746                      </li>
    814                     </ul>
    815                   </li>
    816                 </ul>
    817               </li>
     747 
     748                      <ul>
     749                        <li>
     750                          <label class="cluetip" title="{'UAM_GTAutomail_Text'|translate}|{'UAM_GTAutomail_Text_d'|translate}">
     751                            {'UAM_GTAutomail_Text'|@translate}
     752                          </label>
     753                       
     754                          <textarea class="uam_textfields" name="UAM_GTAutoMailText" id="UAM_GTAutoMailText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_GTAUTOMAILTEXT}</textarea>
     755                       
     756                        </li>
     757                      </ul>
     758                    </li>
     759                  </ul>
     760                </li>
     761              </ul>
    818762            </ul>
    819763          </ul>
    820         </ul>
     764        </div>
    821765    </div>
    822766  </div>
     
    838782              {'UAM_Disable'|@translate}
    839783            </label>
    840           <br>
    841784            <label for="UAM_Mail_Info_true"><input id="UAM_Mail_Info_true" type="radio" value="true" {$UAM_MAIL_INFO_TRUE} name="UAM_Mail_Info">
    842785              {'UAM_Enable'|@translate}
     
    851794                {'UAM_HidePassw'|@translate}
    852795              </label>
    853            
    854               <input type="radio" value="false" {$UAM_HIDEPASSW_FALSE} name="UAM_HidePassw">
     796              <label for="UAM_HidePassw_false"><input id="UAM_HidePassw_false" value="false" {$UAM_HIDEPASSW_FALSE} name="UAM_HidePassw" type="radio">
    855797                {'UAM_Disable'|@translate}
    856             <br>
    857               <input type="radio" value="true" {$UAM_HIDEPASSW_TRUE} name="UAM_HidePassw">
     798              </label>
     799              <label for="UAM_HidePassw_true"><input id="UAM_HidePassw_true" value="true" {$UAM_HIDEPASSW_TRUE} name="UAM_HidePassw" type="radio">
    858800                {'UAM_Enable'|@translate}
    859            
    860             </li>
    861            
     801              </label>
     802            </li>
    862803            <li>
    863804              <label class="cluetip" title="{'UAM_MailInfo_Subject'|translate}|{'UAM_MailInfo_Subject_d'|translate}">
     
    894835            </label>
    895836         
    896             <input type="radio" value="false" {$UAM_ADDLASTVISIT_FALSE} name="UAM_Add_LastVisit_Column">
     837            <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">
    897838              {'UAM_Disable'|@translate}
    898           <br>
    899             <input type="radio" value="true" {$UAM_ADDLASTVISIT_TRUE} name="UAM_Add_LastVisit_Column">
     839            </label>
     840            <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">
    900841              {'UAM_Enable'|@translate}
    901          
     842          </label>
    902843          </li>
    903 
    904844          <li>
    905845            <label class="cluetip" title="{'UAM_RedirToProfile'|translate}|{'UAM_RedirTitle_d'|translate}">
     
    907847            </label>
    908848         
    909             <input type="radio" value="false" {$UAM_REDIRTOPROFILE_FALSE} name="UAM_RedirToProfile">
     849            <label for="UAM_RedirToProfile_false"><input id="UAM_RedirToProfile_false" value="false" {$UAM_REDIRTOPROFILE_FALSE} name="UAM_RedirToProfile" type="radio">
    910850              {'UAM_Disable'|@translate}
    911           <br>
    912             <input type="radio" value="true" {$UAM_REDIRTOPROFILE_TRUE} name="UAM_RedirToProfile">
     851            </label>
     852            <label for="UAM_RedirToProfile_true"><input id="UAM_RedirToProfile_true" value="true" {$UAM_REDIRTOPROFILE_TRUE} name="UAM_RedirToProfile" type="radio">
    913853              {'UAM_Enable'|@translate}
     854            </label>
    914855         
    915856          </li>
     
    920861            </label>
    921862         
    922             <input type="radio" value="false" {$UAM_PWDRESET_FALSE} name="UAM_PwdReset">
     863            <label for="UAM_PwdReset_false"><input id="UAM_PwdReset_false" value="false" {$UAM_PWDRESET_FALSE} name="UAM_PwdReset" type="radio">
    923864              {'UAM_Disable'|@translate}
    924           <br>
    925             <input type="radio" value="true" {$UAM_PWDRESET_TRUE} name="UAM_PwdReset">
     865            </label>
     866            <label for="UAM_PwdReset_true"><input id="UAM_PwdReset_true" value="true" {$UAM_PWDRESET_TRUE} name="UAM_PwdReset" type="radio">
    926867              {'UAM_Enable'|@translate}
     868            </label>
    927869         
    928870          </li>
     
    934876            </label>
    935877         
    936             <input type="radio" value="false" {$UAM_CUSTOMPASSWRETR_FALSE} name="UAM_CustomPasswRetr">
     878            <label for="UAM_CustomPasswRetr_false"><input id="UAM_CustomPasswRetr_false" value="false" {$UAM_CUSTOMPASSWRETR_FALSE} name="UAM_CustomPasswRetr" type="radio">
    937879              {'UAM_Disable'|@translate}
    938           <br>
    939             <input type="radio" value="true" {$UAM_CUSTOMPASSWRETR_TRUE} name="UAM_CustomPasswRetr">
     880</label>
     881            <label for="UAM_CustomPasswRetr_true"><input id="UAM_CustomPasswRetr_true" value="true" {$UAM_CUSTOMPASSWRETR_TRUE} name="UAM_CustomPasswRetr" type="radio">
    940882              {'UAM_Enable'|@translate}
    941           <br>
     883</label>
    942884            <textarea class="uam_textfields" name="UAM_CustomPasswRetr_Text" id="UAM_CustomPasswRetr_Text" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_CUSTOMPASSWRETR_TEXT}</textarea>
    943885         
  • extensions/UserAdvManager/trunk/admin/template/uam.css

    r18450 r18461  
    22li {
    33  margin-bottom: 15px;
     4}
     5
     6label {
     7    cursor: pointer;
     8    display: list-item;
     9    list-style: none outside none;
    410}
    511.uam_leftmargin
Note: See TracChangeset for help on using the changeset viewer.