source: trunk/plugins/admin_advices/admin_advices.tpl @ 1706

Last change on this file since 1706 was 1706, checked in by vdigital, 17 years ago

Remove all colors from admin_advices.tpl
One text correction in admin_advices/en_UK.iso-8859-1/lang.adv.php
The full French version of lang.adv.php

File size: 737 bytes
Line 
1<!-- $Id: admin_advices.tpl 939 2005-11-17 20:13:36Z VDigital $ -->
2
3<div style="list-style-type:none; margin: 0 1em 0 14.5em; border: 1px solid;">
4  <h2 style="font-weight: bold; padding-left: 2em;">{lang:About}: {ADVICE_ABOUT}</h2>
5    <h3 style="text-align: left; padding-left: 3em;">{ADVICE_TEXT}</h3>
6    <table>
7    <tr><td style="text-align: left; padding-left: 2em; width:50%;">
8    <!-- BEGIN More -->
9      {More.ADVICE}  <br />
10    <!-- END More -->
11    </td><td style="text-align: left; width:30%;">
12    <!-- BEGIN thumbnail -->
13    <img class="thumbnail" src="{thumbnail.IMAGE}"
14               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}">
15    <!-- END thumbnail -->
16  </td></tr>
17  </table>
18</div>
Note: See TracBrowser for help on using the repository browser.