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

add some help about "categories" feature

Location:
extensions/ContactForm/admin/template
Files:
2 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}
Note: See TracChangeset for help on using the changeset viewer.