source: extensions/Comments_on_Albums/template/coa_messages.tpl @ 10984

Last change on this file since 10984 was 10984, checked in by mistic100, 13 years ago

code cleanup

File size: 282 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{if isset($infos)}
11<div class="infos">
12  <ul>
13    {foreach from=$infos item=info}
14    <li>{$info}</li>
15    {/foreach}
16  </ul>
17</div>
18{/if}
Note: See TracBrowser for help on using the repository browser.