[ 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/ -> install.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/install/', $package.name )|ezurl}>
   5  
   6      <h2>{'Install package'|i18n('design/standard/package')}</h2>
   7  
   8      <p>{'The package can be installed on your system, installing the package will copy files, create content classes etc. all depending on the package.
   9  If you do not wish to install the package at this time you can do so later on the view page for the package.'|i18n('design/standard/package')|break}</p>
  10  
  11      <h3>{'Install items'|i18n('design/standard/package')|break}</h3>
  12      <ul>
  13      {section var=install loop=$install_elements}
  14          <li>{$install.description|wash}</li>
  15      {/section}
  16      </ul>
  17  
  18      <div class="buttonblock">
  19          <input class="defaultbutton" type="submit" name="InstallPackageButton" value="{'Install package'|i18n('design/standard/package')}" />
  20          <input class="button" type="submit" name="SkipPackageButton" value="{'Skip installation'|i18n('design/standard/package')}" />
  21      </div>
  22  
  23  </form>
  24  
  25  </div>


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