source: extensions/Admin_Messages/admin/template/new.tpl

Last change on this file was 32716, checked in by ddtddt, 2 years ago

[Admin_Messages] update for compatibility FCKEditor

File size: 759 bytes
Line 
1{combine_css path=$AM_PATH|@cat:'admin/template/style.css'}
2
3<form method="post" action="" class="properties">
4  <fieldset>
5    <table>
6      <tr>
7        <td><span class="title">{'Username'|@translate}</span></td>
8        <td>
9          <input type="text" size="15" name="username" value="{$USERNAME}" {$FREE_NAME}/>
10          {if $FREE_NAME != null}<span class="fixed">{'(fixed)'|@translate}</span>{/if}
11        </td>
12      </tr>
13      <tr>
14        <td><span class="title">{'Message content'|@translate}</span></td>
15        <td><textarea name="admin_message" rows="4" style="width:100%;">{$CONTENT}</textarea></td>
16      </tr>
17    </table>
18  </fieldset>
19
20  <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="new_submit"/></p>
21</form>
Note: See TracBrowser for help on using the repository browser.