Ignore:
Timestamp:
Mar 20, 2011, 2:21:56 PM (13 years ago)
Author:
mistic100
Message:

[extensions] AdminMessages

  • compatibility with 2.2.0
  • new language rows
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Admin_Messages/admin/template/new.tpl

    r9421 r9786  
    1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
     1{combine_script id='jquery'}
     2{combine_css path=$AM_PATH|@cat:'admin/template/style.css'}
    23{include file='include/autosize.inc.tpl'}
    34
    4 {html_head}
    5         <link rel="stylesheet" type="text/css" href="{$AM_PATH}admin/template/style.css">
    6 {/html_head}
    7 
    8 <h2 style="float:right;top:-24px;position:relative;font-style:italic;margin-bottom:-20px;font-size:12px;font-weight:normal;">{$AM_VERSION}</h2>
     5<h2 class="version_title">{$AM_VERSION}</h2>
    96
    107<div class="titrePage">
    11         <h2>{'AM_new_tab'|@translate}</h2>
     8        <h2>
     9        {if isset($CONTENT)}
     10                {'AM_edit_tab'|@translate}
     11        {else}
     12                {'AM_new_tab'|@translate}
     13        {/if}
     14        </h2>
    1215</div>
    1316
     
    2427                        <tr>
    2528                                <td><span class="title">{'AM_msg_content'|@translate}</span></td>
    26                                 <td><textarea name="content" rows="4" style="width:100%;"></textarea></td>
     29                                <td><textarea name="content" rows="4" style="width:100%;">{$CONTENT}</textarea></td>
    2730                        </tr>
    2831                </table>
Note: See TracChangeset for help on using the changeset viewer.