[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="warning"> 3 <h2>{"Are you sure you want to remove these sections?"|i18n("design/standard/section")}</h2> 4 <ul> 5 {section name=Result loop=$delete_result} 6 <li>{$Result:item.name} ({$Result:item.id})</li> 7 {/section} 8 </ul> 9 {"Removing these sections can corrupt permissions, sitedesigns, and other things in the system. Do not do this unless you know exactly what are you doing."|i18n("design/standard/section")} 10 </div> 11 12 <form action={concat($module.functions.list.uri)|ezurl} method="post" name="SectionRemove"> 13 14 <div class="buttonblock"> 15 {include uri="design:gui/button.tpl" name=Store id_name=ConfirmRemoveSectionButton value="Confirm"|i18n("design/standard/section")} 16 {include uri="design:gui/button.tpl" name=Discard id_name=CancelButton value="Cancel"|i18n("design/standard/section")} 17 </div> 18 19 </form>
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 |