[ 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 the following translations from object <%1>?"|i18n("design/standard/node",,hash("%1",$object.name))|wash}</h2> 4 </div> 5 6 <form method="post" action={'content/translation'|ezurl}> 7 8 <table class="list"> 9 <tr> 10 <th>{"Language"|i18n("design/standard/content/removetranslation")}</th> 11 </tr> 12 {foreach $languages as $language sequence array( bglight, bgdark ) as $class} 13 <tr class="{$class}"> 14 <td><input type="hidden" name="LanguageID[]" value="{$language.id}" />{$language.name|wash}</td> 15 </tr> 16 {/foreach} 17 </table> 18 19 20 <input type="hidden" name="ContentObjectID" value="{$object_id|wash}" /> 21 <input type="hidden" name="ContentNodeID" value="{$node_id|wash}" /> 22 <input type="hidden" name="ContentObjectLanguageCode" value="{$language_code|wash}" /> 23 <input type="hidden" name="ViewMode" value="{$view_mode|wash}" /> 24 <input type="hidden" name="ConfirmRemoval" value="1" /> 25 26 <div class="buttonblock"> 27 {include uri="design:gui/button.tpl" name="OK" id_name="RemoveTranslationButton" value="OK"|i18n("design/standard/content/removetranslation")} 28 {include uri="design:gui/button.tpl" name="Cancel" id_name="CancelButton" value="Cancel"|i18n("design/standard/content/removetranslation")} 29 </div> 30 31 </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 |