Changeset 18407


Ignore:
Timestamp:
Oct 1, 2012, 8:35:47 PM (12 years ago)
Author:
mistic100
Message:

add some help about "categories" feature

Location:
extensions/ContactForm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/admin/template/emails.tpl

    r17945 r18407  
    5454  {footer_script}var entry = {$i};{/footer_script}
    5555</form>
     56
     57<div class="infos tip">
     58<b>{'Tip'|@translate}:</b>
     59{'Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'|@translate}
     60</div>
    5661
    5762
  • extensions/ContactForm/admin/template/style.css

    r17945 r18407  
    1616  font-weight:bold;
    1717}
     18
     19.infos.tip {
     20  background-image:none;
     21  font-weight:normal;
     22  padding:10px;
     23  min-height:0;
     24  width:700px;
     25  margin:20px auto 5px auto;
     26  border-radius:5px;
     27}
  • extensions/ContactForm/language/en_UK/plugin.lang.php

    r18331 r18407  
    5555$lang['Error while sending e-mail'] = 'Error while sending e-mail';
    5656$lang['Redirect after sending email (optional)'] = 'Redirect after sending email (optional)';
     57$lang['Tip'] = 'Tip';
     58$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.';
    5759
    5860?>
  • extensions/ContactForm/language/fr_FR/plugin.lang.php

    r18331 r18407  
    4343$lang['E-mails'] = 'E-mails';
    4444$lang['Active'] = 'Actif';
    45 $lang['+ Add an email'] = '+ Ajouter une email';
     45$lang['+ Add an email'] = '+ Ajouter un email';
    4646$lang['+ Add a category'] = '+ Ajouter une categorie';
    4747$lang['No active email address'] = 'Aucune adresse email active';
     
    5656$lang['Error while sending e-mail'] = 'Erreur lors de l\'envoi de l\'e-mail';
    5757$lang['Redirect after sending email (optional)'] = 'Rediriger après l\'envoi du mail (optionel)';
     58$lang['Tip'] = 'Astuce';
     59$lang['Each category is displayed as a distinct "service" on the contact form (example: "Technical", "Commercial", "General question"). Using categories is not mandatory.'] = 'Chaque catégorie est affichée comme un "service" distinct sur la page de contact (exemple: "Technique", "Commercial", "Question générale"). Utiliser les catégories n\'est pas obligatoire.';
    5860
    5961?>
Note: See TracChangeset for help on using the changeset viewer.