[ 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/package/ -> uninstall.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <div id="package">
   3  
   4  <form method="post" action={concat( 'package/uninstall/', $package.name )|ezurl}>
   5  
   6      <h2>{'Uninstall package'|i18n('design/standard/package')}</h2>
   7  
   8      <p>{'The package can be uninstalled from your system, uninstalling the package will remove any installed files, content classes etc. all depending on the package.
   9  If you do not wish to uninstall the package at this time you can do so later on the view page for the package.
  10  You may also remove the package without uninstalling it from the package list.'|i18n('design/standard/package')|break}</p>
  11  
  12      <h3>{'Uninstall items'|i18n('design/standard/package')|break}</h3>
  13      <ul>
  14      {section var=uninstall loop=$uninstall_elements}
  15          <li>{$uninstall.description|wash}</li>
  16      {/section}
  17      </ul>
  18  
  19      <div class="buttonblock">
  20          <input class="defaultbutton" type="submit" name="UninstallPackageButton" value="{'Uninstall package'|i18n('design/standard/package')}" />
  21          <input class="button" type="submit" name="SkipPackageButton" value="{'Skip uninstallation'|i18n('design/standard/package')}" />
  22      </div>
  23  
  24  </form>
  25  
  26  </div>


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