[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form action={concat($module.functions.translations.uri)|ezurl} method="post" name="TranlationRemove"> 3 4 <div class="warning"> 5 <h2>{"Are you sure you want to remove this translation?"|i18n("design/standard/content")}</h2> 6 <ul> 7 {section name=Result loop=$confirm_list} 8 <li> 9 {"Removing '%1' will remove the translation itself and %2 translated versions!"| 10 i18n("design/standard/content",,hash("%1",$:item.translation.name|gt(0)|choose(concat($:item.translation.locale_object.language_name," ",$:item.translation.locale_object.language_comment),$:item.translation.name|wash), 11 "%2",$:item.count))} 12 <input type="hidden" name="ConfirmTranlationID[]" value="{$Result:item.translation.id}" /> 13 </li> 14 {/section} 15 </ul> 16 </div> 17 18 <div class="buttonblock"> 19 {include uri="design:gui/button.tpl" name=Store id_name=ConfirmButton value="Confirm"|i18n("design/standard/content")} 20 {include uri="design:gui/button.tpl" name=Discard id_name=CancelButton value="Cancel"|i18n("design/standard/content")} 21 </div> 22 23 </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 |