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

Last change on this file since 15555 was 12356, checked in by mistic100, 13 years ago

Reorganize language files

File size: 998 bytes
Line 
1{combine_css path=$AM_PATH|@cat:'admin/template/style.css'}
2{include file='include/autosize.inc.tpl'}
3
4<h2 class="version_title">Admin Messages</h2>
5
6<div class="titrePage">
7  <h2>
8  {if isset($CONTENT)}
9    {'Edit the message'|@translate}
10  {else}
11    {'Add a message'|@translate}
12  {/if}
13  </h2>
14</div>
15
16<form method="post" action="" class="properties">
17  <fieldset>
18    <table>
19      <tr>
20        <td><span class="title">{'Username'|@translate}</span></td>
21        <td>
22          <input type="text" size="15" name="username" value="{$USERNAME}" {$FREE_NAME}/>
23          {if $FREE_NAME != null}<span class="fixed">{'(fixed)'|@translate}</span>{/if}
24        </td>
25      </tr>
26      <tr>
27        <td><span class="title">{'Message content'|@translate}</span></td>
28        <td><textarea name="content" rows="4" style="width:100%;">{$CONTENT}</textarea></td>
29      </tr>
30    </table>
31  </fieldset>
32
33  <p><input class="submit" type="submit" value="{'Submit'|@translate}" name="new_submit"/></p>
34</form>
Note: See TracBrowser for help on using the repository browser.