[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/section/ -> edit.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <form method="post" action={concat("/section/edit/",$section.id,"/")|ezurl}>
   3  
   4  <div class="maincontentheader">
   5  <h1>{"Section edit"|i18n("design/standard/section")}</h1>
   6  </div>
   7  
   8  <input type="hidden" name="SectionID" value="{$section.id}" />
   9  
  10  <div class="block">
  11  <label>{"Name"|i18n("design/standard/section")}</label><div class="labelbreak"></div>
  12  <input class="box" type="text" name="Name" value="{$section.name}" />
  13  </div>
  14  
  15  <div class="block">
  16  <label>{"Navigation Part"|i18n("design/standard/section")}</label><div class="labelbreak"></div>
  17  <select name="NavigationPartIdentifier">
  18  {section var=part loop=fetch( content, navigation_parts )}
  19      <option value="{$part.identifier|wash}" {section show=eq( $section.navigation_part_identifier, $part.identifier )}selected="selected"{/section}>{$part.name}</option>
  20  {/section}
  21  </select>
  22  </div>
  23  
  24  {*
  25  <div class="block">
  26  <label>Locale</label><div class="labelbreak"></div>
  27  <input class="box" type="text" name="Locale" value="{$section.locale}" />
  28  </div>
  29  *}
  30  <div class="buttonblock">
  31  <input class="button" type="submit" name="StoreButton" value="{'Store'|i18n('design/standard/section')}" />
  32  </div>
  33  
  34  </form>
  35  
  36  <br/>
  37  <label>{"About Navigation Parts"|i18n("design/standard/section")}</label><div class="labelbreak"></div>
  38  <p>
  39  {"The eZ publish admin interface is divided into navigation parts. This is a way to group different areas of the site administration. Select the navigation part that should be active when this section is browsed."|i18n("design/standard/section")}
  40  </p>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7