source: extensions/ContactForm/template/cf_messages.tpl @ 3743

Last change on this file since 3743 was 3743, checked in by Criss, 15 years ago

Put under SVN control
Add obsolete list
Add language configuration for items texts
Add template variable

File size: 284 bytes
Line 
1{if isset($errors)}
2<div class="errors">
3  <ul>
4    {foreach from=$errors item=error}
5    <li>{$error}</li>
6    {/foreach}
7  </ul>
8</div>
9{/if}
10
11{if isset($infos)}
12<div class="infos">
13  <ul>
14    {foreach from=$infos item=info}
15    <li>{$info}</li>
16    {/foreach}
17  </ul>
18</div>
19{/if}
Note: See TracBrowser for help on using the repository browser.