source: extensions/ContactForm/template/floOS/cf_messages_index.tpl @ 3809

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

bug 0001147

Replace redirect page by a message on the index one

File size: 737 bytes
Line 
1<div id="cf_messages" class="content">
2  <table id="table_content" border="0" cellspacing="0" cellpadding="0">
3    <tr>
4      <td id="section_up_left">&nbsp;</td>
5      <td id="section_up">
6      <!-- Title -->{$CF_TITLE}<!-- Title -->
7      </td>
8      <td id="section_up_right">&nbsp;</td>
9    </tr>
10    <tr>
11      <td id="section_left">&nbsp;</td>
12      <td id="section_in">
13      <!-- Button -->{$CF_BUTTON}<!-- Button -->
14      <!-- Messages -->{$CF_MESSAGES}<!-- Messages -->
15      </td>
16      <td id="section_right">&nbsp;</td>
17    </tr>
18    <tr>
19      <td id="section_bottom_left">&nbsp;</td>
20      <td id="section_bottom" >&nbsp;</td>
21      <td id="section_bottom_right" >&nbsp;</td>
22    </tr>
23  </table>
24</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.