source: extensions/ContactForm/template/floPure/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: 736 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">&nbsp;</td>
6      <td id="section_up_right">&nbsp;</td>
7    </tr>
8    <tr>
9      <td id="section_left">&nbsp;</td>
10      <td id="section_in">
11      <!-- Title -->{$CF_TITLE}<!-- Title -->
12      <!-- Button -->{$CF_BUTTON}<!-- Button -->
13      <!-- Messages -->{$CF_MESSAGES}<!-- Messages -->
14      </td>
15      <td id="section_right">&nbsp;</td>
16    </tr>
17    <tr>
18      <td id="section_bottom_left">&nbsp;</td>
19      <td id="section_bottom" >&nbsp;</td>
20      <td id="section_bottom_right" >&nbsp;</td>
21    </tr>
22  </table>
23</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.