Ignore:
Timestamp:
Dec 23, 2010, 11:24:37 PM (13 years ago)
Author:
Eric
Message:

bug 2066 second step fix :

  • Add option to enable / disable email send
  • Email function integration in userlist table
  • LCAS_SendMail function coded (not tested)

Database init updated
Translation files updated

File:
1 edited

Legend:

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

    r8257 r8271  
    6464          <br><br>
    6565            <input type="radio" value="false" {$LCAS_Case_Sensitive_FALSE} name="LCAS_Case_Sensitive">
    66               {'LCAS_Case_Sensitive_false'|@translate}<br>
     66              {'LCAS_DisableOption'|@translate}<br>
    6767            <input type="radio" value="true" {$LCAS_Case_Sensitive_TRUE} name="LCAS_Case_Sensitive">
    68               {'LCAS_Case_Sensitive_true'|@translate}
     68              {'LCAS_EnableOption'|@translate}
    6969            <br><br>
    7070          </li>
     
    7676         <br><br>
    7777            <input type="radio" value="false" {$LCAS_Accent_Sensitive_FALSE} name="LCAS_Accent_Sensitive">
    78               {'LCAS_Accent_Sensitive_false'|@translate}<br>
     78              {'LCAS_DisableOption'|@translate}<br>
    7979            <input type="radio" value="true" {$LCAS_Accent_Sensitive_TRUE} name="LCAS_Accent_Sensitive">
    80               {'LCAS_Accent_Sensitive_true'|@translate}<br>
     80              {'LCAS_EnableOption'|@translate}<br>
    8181            <br><br>
    8282                </li>
    8383
    8484          <li>
    85             <label class="cluetip" title="{'LCAS_Email_Customization'|translate}|{'LCAS_Email_Customization_d'|translate}">
    86               {'LCAS_MailText'|@translate}
     85            <label class="cluetip" title="{'LCAS_MailTitle'|translate}|{'LCAS_MailTitle_d'|translate}">
     86              {'LCAS_Mail'|@translate}
    8787            </label>
    8888            <br><br>
    89               <textarea class="LCAS_Mailtextfields" name="LCAS_MailText" id="LCAS_MailText" rows="10" {$TAG_INPUT_ENABLED}>{$LCAS_MAILTEXT}</textarea>
    90             <br><br>
     89              <input type="radio" value="false" {$LCAS_MAIL_FALSE} name="LCAS_Mail">
     90                {'LCAS_DisableOption'|@translate}<br>
     91              <input type="radio" value="true" {$LCAS_MAIL_TRUE} name="LCAS_Mail">
     92                {'LCAS_EnableOption'|@translate}<br>
     93              <br><br>
     94
     95              <ul>
     96                <li>
     97                  <label class="cluetip" title="{'LCAS_Email_Customization'|translate}|{'LCAS_Email_Customization_d'|translate}">
     98                    {'LCAS_MailText'|@translate}
     99                  </label>
     100                <br><br>
     101                  <textarea class="LCAS_Mailtextfields" name="LCAS_MailText" id="LCAS_MailText" rows="10" {$TAG_INPUT_ENABLED}>{$LCAS_MAILTEXT}</textarea>
     102                <br><br>
     103                </li>
     104              </ul>
    91105          </li>
    92106        </ul>
     
    148162                                        <th>{'LCAS_Compare_value_h'|@translate}</th>
    149163                            <th>{'LCAS_Update_h'|@translate}</th>
    150                             <th>{'LCAS_Notify_h'|@translate}</th>
    151164                                        </tr>
    152165                                        </thead>
     
    163176                {/if}
    164177                            <td style="text-align:center;"><a href="javascript:UpdateAUser({$user.ID});">{'LCAS_Update_User'|@translate}</a></td>
    165                             <td style="text-align:center;"><a href="javascript:alert('to do - {$user.ID}');">{'LCAS_Send_Email'|@translate}</a></td>
    166178                            {foreach from=$user.plugin_columns item=data}
    167179                              <td>{$data}</td>
Note: See TracChangeset for help on using the changeset viewer.