Ignore:
Timestamp:
Aug 18, 2009, 4:52:43 PM (15 years ago)
Author:
Criss
Message:

Add configuration option to define menu link or not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin/template/cf_config.tab.tpl

    r3748 r3749  
    1 {* $Id: cf_config.tab.tpl,v 1.2 2009/08/18 14:10:09 Criss Exp $ *}
     1{* $Id: cf_config.tab.tpl,v 1.3 2009/08/18 14:40:36 Criss Exp $ *}
    22<div class="titrePage">
    33    <h2>{$CF.TITLE} [{$CF.VERSION}]<br>{'cf_config'|@translate}</h2>
     
    88  <legend>{'cf_label_config'|@translate}</legend>
    99  <ul>
     10    <li>
     11      <label>
     12        <input type="checkbox" name="cf_menu_link" value="1" {$CF_CONFIG.MENU_LINK} />
     13        {'cf_menu_link'|@translate}
     14      </label>
     15    </li>
    1016    <li>
    1117      <label>
Note: See TracChangeset for help on using the changeset viewer.