[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/admin/ -> editlinkcategory.template (source)

   1  {include file="$admintemplatepath/header.template"}
   2  {include file="$admintemplatepath/navigation.template" showOpt=editLinkCategories title=$locale->tr("editLinkCategory")}
   3  <form name="editLinkCategory" method="post" action="admin.php">
   4     <fieldset class="inputField">
   5     {include file="$admintemplatepath/formvalidate.template"}   
   6     <legend>{$locale->tr("editLinkCategory")}</legend>
   7     <div class="field">
   8       <label for="linkCategoryName">{$locale->tr("name")}</label>
   9       <span class="required">*</span>
  10       <div class="formHelp">{$locale->tr("link_category_name_help")}</div>
  11       <input type="text" id="linkCategoryName" name="linkCategoryName" value="{$linkCategoryName|escape:"html"}"/>
  12       {include file="$admintemplatepath/validate.template" field=linkUrl message=$locale->tr("error_empty_name")}     
  13     </div>
  14    </fieldset> 
  15    <div class="buttons">
  16      <input type="hidden" name="op" value="updateLinkCategory" />
  17      <input type="reset" name="reset" value="{$locale->tr("reset")}" />
  18      <input type="submit" name="subOp" value="{$locale->tr("update")}" />
  19      <input type="hidden" name="linkCategoryId" value="{$linkCategoryId}" />
  20    </div>
  21  </form>
  22  {include file="$admintemplatepath/footernavigation.template"}
  23  {include file="$admintemplatepath/footer.template"}


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics