[ Index ] |
|
Code source de eZ Publish 3.9.0 |
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 <div class="context-block"> 7 8 {* DESIGN: Header START *}<div class="box-header"><div class="box-tc"><div class="box-ml"><div class="box-mr"><div class="box-tl"><div class="box-tr"> 9 10 <h1 class="context-title">{'Uninstall package'|i18n('design/admin/package')}</h1> 11 12 {* DESIGN: Mainline *}<div class="header-mainline"></div> 13 14 {* DESIGN: Header END *}</div></div></div></div></div></div> 15 16 {* DESIGN: Content START *}<div class="box-ml"><div class="box-mr"><div class="box-content"> 17 18 <div class="context-attributes"> 19 20 <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. 21 If you do not wish to uninstall the package at this time you can do so later on the view page for the package. 22 You may also remove the package without uninstalling it from the package list.'|i18n('design/admin/package')|break}</p> 23 24 <h3>{'Uninstall items'|i18n('design/admin/package')|break}</h3> 25 <ul> 26 {section var=uninstall loop=$uninstall_elements} 27 <li>{$uninstall.description|wash}</li> 28 {/section} 29 </ul> 30 </div> 31 {* DESIGN: Content END *}</div></div></div> 32 33 <div class="controlbar"> 34 {* DESIGN: Control bar START *}<div class="box-bc"><div class="box-ml"><div class="box-mr"><div class="box-tc"><div class="box-bl"><div class="box-br"> 35 <div class="block"> 36 <input class="button" type="submit" name="UninstallPackageButton" value="{'Uninstall package'|i18n('design/admin/package')}" /> 37 <input class="button" type="submit" name="SkipPackageButton" value="{'Skip uninstallation'|i18n('design/admin/package')}" /> 38 </div> 39 40 {* DESIGN: Control bar END *}</div></div></div></div></div></div> 41 </div> 42 43 </div> 44 45 </form> 46 47 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |