Changeset 18407 for extensions/ContactForm/admin
- Timestamp:
- Oct 1, 2012, 8:35:47 PM (12 years ago)
- Location:
- extensions/ContactForm/admin/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContactForm/admin/template/emails.tpl
r17945 r18407 54 54 {footer_script}var entry = {$i};{/footer_script} 55 55 </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> 56 61 57 62 -
extensions/ContactForm/admin/template/style.css
r17945 r18407 16 16 font-weight:bold; 17 17 } 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.