[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 <div class="context-block"> 4 {* 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"> 5 6 <h1 class="context-title">{'Copy Subtree Notification'|i18n( 'design/standard/content/copy_subtree_notification')}</h1> 7 8 {* DESIGN: Mainline *}<div class="header-mainline"></div> 9 10 {* DESIGN: Header END *}</div></div></div></div></div></div> 11 12 {* DESIGN: Content START *}<div class="box-ml"><div class="box-mr"><div class="box-content"> 13 14 <div class="block"> 15 {section show=$notifications.Warnings|count|gt(0)} 16 <h4>Warnings:</h4>{section loop=$notifications.Warnings}<br/>{$item}{/section} 17 <hr/> 18 {/section} 19 20 {section show=$notifications.Errors|count|gt(0)} 21 <h4>Errors:</h4>{section loop=$notifications.Errors}<br/>{$item}{/section} 22 <hr/> 23 {/section} 24 25 {section show=$notifications.Notifications|count|gt(0)} 26 {section loop=$notifications.Notifications}<br/>{$item}{/section} 27 {/section} 28 29 </div> 30 31 {* DESIGN: Content END *}</div></div></div> 32 33 <form action={$redirect_url|ezurl} method="post"> 34 35 <div class="controlbar"> 36 {* 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"> 37 <div class="block"> 38 <input class="button" type="submit" value="{'OK'|i18n( 'design/standard/content/copy_subtree_notification' )}" /> 39 </div> 40 {* DESIGN: Control bar END *}</div></div></div></div></div></div> 41 </div> 42 43 </form> 44 </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 |