source: trunk/admin/templates/default/mainscreen_message.tpl @ 5333

Revision 5333, 530 bytes checked in by niltonneto, 12 years ago (diff)

Ticket #663 - Alterado editor WYSIWYG para utilizar CKEditor da lib da API.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- BEGIN form -->
2<div align="center">{error_message}</div>
3<form method="POST" action="{form_action}">
4 <table border="0" align="center" >
5<input type="hidden" name="select_lang" value="{select_lang}">
6<input type="hidden" name="section" value="{section}">
7  {rows}
8 </table>
9</form>
10<!-- END form -->
11 
12<!-- BEGIN row -->
13  <tr >
14   <td>{label}</td>
15   <td align="left">{value}</td>
16  </tr>
17<!-- END row -->
18<!-- BEGIN row_2 -->
19  <tr >
20        <td style="width:100%" colspan="2" align="left">{value}</td>
21  </tr>
22<!-- END row_2 -->
Note: See TracBrowser for help on using the repository browser.