Ignore:
Timestamp:
Feb 4, 2014, 10:46:10 PM (10 years ago)
Author:
LucMorizur
Message:

Version 2.3.0, compatibility with Piwigo 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LCAS/branch/2.3/admin/template/global.tpl

    r27127 r27186  
    11{html_head}
    2   {include file= $LCAS_PATH_ABS|@cat:'template/header22.tpl'}
     2  {combine_script id='jquery' path='themes/default/js/jquery.min.js'}
     3  {combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'}
     4  {combine_script id='jquery.tablesorter' require='jquery' path=$LCAS_PATH|@cat:'admin/template/js/jquery.tablesorter.min.js'}
     5  {combine_script id='jquery.tablesorter.pager' require='jquery' path=$LCAS_PATH|@cat:'admin/template/js/jquery.tablesorter.pager.js'}
     6  {combine_css path= $LCAS_PATH|@cat:'admin/template/lcas.css'}
    37{/html_head}
    48
     
    96100            </label>
    97101            <br><br>
    98               <input type="radio" value="false" {$LCAS_MAIL_FALSE} name="LCAS_Mail">
     102            <label for = "LCAS_mail_0" id ="LCAS_mail_0_">
     103              <input type="radio" value="false" {$LCAS_MAIL_FALSE} name="LCAS_Mail" id = "LCAS_mail_0">
    99104                {'LCAS_DisableOption'|@translate}<br>
    100               <input type="radio" value="true" {$LCAS_MAIL_TRUE} name="LCAS_Mail">
     105            </label>
     106            <label for = "LCAS_mail_1" id ="LCAS_mail_1_">
     107              <input type="radio" value="true" {$LCAS_MAIL_TRUE} name="LCAS_Mail" id = "LCAS_mail_1">
    101108                {'LCAS_EnableOption'|@translate}<br>
     109            </label>
     110            <br><br>
     111
     112            <ul>
     113              <li>
     114                <label class="cluetip" title="{'LCAS_Email_Customization'|translate}|{'LCAS_Email_Customization_d'|translate}">
     115                  {'LCAS_MailText'|@translate}
     116                </label>
    102117              <br><br>
    103 
    104               <ul>
    105                 <li>
    106                   <label class="cluetip" title="{'LCAS_Email_Customization'|translate}|{'LCAS_Email_Customization_d'|translate}">
    107                     {'LCAS_MailText'|@translate}
    108                   </label>
    109                 <br><br>
    110                   <textarea class="LCAS_Mailtextfields" name="LCAS_MailText" id="LCAS_MailText" rows="10" {$TAG_INPUT_ENABLED}>{$LCAS_MAILTEXT}</textarea>
    111                 <br><br>
    112                 </li>
    113               </ul>
     118              <textarea class="LCAS_Mailtextfields" name="LCAS_MailText" id="LCAS_MailText" rows="10" {$TAG_INPUT_ENABLED}>{$LCAS_MAILTEXT}</textarea>
     119              <br><br>
     120              </li>
     121            </ul>
    114122          </li>
    115123        </ul>
Note: See TracChangeset for help on using the changeset viewer.