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

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

[extensions] AdminMessages

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