Ignore:
Timestamp:
Dec 23, 2010, 7:13:31 PM (13 years ago)
Author:
Eric
Message:

bug 2066 first step fix : Add customized email text field - New LCAS configuration item.
Translation files updated
admin/template/global.tpl improved : Display of $confinsensitive_case_logon state should be to a more useful place now (no ?)

File:
1 edited

Legend:

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

    r8256 r8257  
    8282                </li>
    8383
     84          <li>
     85            <label class="cluetip" title="{'LCAS_Email_Customization'|translate}|{'LCAS_Email_Customization_d'|translate}">
     86              {'LCAS_MailText'|@translate}
     87            </label>
     88            <br><br>
     89              <textarea class="LCAS_Mailtextfields" name="LCAS_MailText" id="LCAS_MailText" rows="10" {$TAG_INPUT_ENABLED}>{$LCAS_MAILTEXT}</textarea>
     90            <br><br>
     91          </li>
    8492        </ul>
    8593      </fieldset>
     
    8997
    9098</form>
     99
     100<br><br>
     101<div id="currentPWGConfig" class="instructionBlock" >
     102
     103  <div id="currentPWGConfig_header" class="instructionBlockHeader">
     104    <span class="cluetip" title="{'LCAS_currentPWGConfigTitle'|translate}|{'LCAS_currentPWGConfigTitle_d'|translate}">
     105      {'LCAS_currentPWGConfigHeader'|@translate}
     106    </span>
     107  </div>
     108
     109  <div id="Config2" class="instructionBlockContent" style="display:block">
     110    <fieldset>
     111      <ul>
     112        <li>
     113          <label class="cluetip" title="{'LCAS_currentPWGConfig'|translate}|{'LCAS_currentPWGConfig_d'|translate}">
     114            $conf['insensitive_case_logon'] =
     115{if $PWG_insensitive_case_logon == 'true'}
     116        <span style="color: green;">{$PWG_insensitive_case_logon}</span>;
     117{else}
     118        <span style="color: red;">{$PWG_insensitive_case_logon}</span>;
     119{/if}
     120          </label>
     121          <br><br>
     122        </li>
     123      </ul>
     124    </fieldset>
     125  </div>
     126</div>
    91127
    92128<br><br>
     
    161197  </div>
    162198</div>
     199
    163200<br><br>
    164 <div id="currentPWGConfig" class="instructionBlock" >
    165 
    166   <div id="currentPWGConfig_header" class="instructionBlockHeader">
    167     <span class="cluetip" title="{'LCAS_currentPWGConfigTitle'|translate}|{'LCAS_currentPWGConfigTitle_d'|translate}">
    168       {'LCAS_currentPWGConfigHeader'|@translate}
     201
     202<div id="PluginSupport" class="instructionBlock" >
     203  <div id="PluginSupport_header" class="instructionBlockHeader">
     204    <span>
     205      {'LCAS_PluginSupport'|@translate}
    169206    </span>
    170207  </div>
    171 
    172208  <div id="Config2" class="instructionBlockContent" style="display:block">
    173209    <fieldset>
    174       <ul>
    175         <li>
    176           <label class="cluetip" title="{'LCAS_currentPWGConfig'|translate}|{'LCAS_currentPWGConfig_d'|translate}">
    177             $conf['insensitive_case_logon'] =
    178 {if $PWG_insensitive_case_logon == 'true'}
    179         <span style="color: green;">{$PWG_insensitive_case_logon}</span>;
    180 {else}
    181         <span style="color: red;">{$PWG_insensitive_case_logon}</span>;
    182 {/if}
    183           </label>
    184           <br><br>
    185         </li>
    186       </ul>
     210      {'LCAS_Support_txt'|@translate}
    187211    </fieldset>
    188212  </div>
    189213</div>
    190 
    191214
    192215<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.