[ 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/content/ -> removeassignment.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <form action={"/content/removeassignment/"|ezurl} method="post">
   3  
   4  <h1>{'Removal of locations'|i18n( 'design/standard/location' )}</h1>
   5  
   6  <p>{'Some of the locations you tried to remove has children, are you really sure you want to remove those locations?
   7  If you do all the children will be removed as well.'|i18n( 'design/standard/location' )}</p>
   8  
   9  <table class="list">
  10  <tr>
  11      <th>{'Path'|i18n( 'design/standard/location' )}</th>
  12      <th>{'Count'|i18n( 'design/standard/location' )}</th>
  13  </tr>
  14  {section var=remove_item loop=$remove_list sequence=array( bglight, bgdark )}
  15  <tr class="{$remove_item.sequence}">
  16      <td>{$remove_item.node.object.class_identifier|class_icon( small, $remove_item.node.object.class_name )}{section var=path_node loop=$remove_item.node.path}{$path_node.name|wash}{delimiter} / {/delimiter}{/section}</td>
  17      <td>{section show=$remove_item.count|eq( 1 )}{$remove_item.count} child{section-else}{$remove_item.count} children{/section}</td>
  18  </tr>
  19  {/section}
  20  </table>
  21  
  22  <input type="submit" class="button" name="ConfirmRemovalButton" value="{'Remove locations'|i18n( 'design/standard/location' )}" />
  23  <input type="submit" class="button" name="CancelRemovalButton" value="{'Cancel removal'|i18n( 'design/standard/location' )}" />
  24  
  25  </form>


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