[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="toolbar-item {$placement}"> 3 {section show=fetch( content, draft_count )} 4 <div class="toolbox"> 5 <div class="toolbox-design"> 6 <h2>{"My drafts"|i18n("design/standard/toolbar")}</h2> 7 <div class="toolbox-content"> 8 {let draft_list=fetch('content','draft_version_list',hash( limit, 10, offset, 0) )} 9 <ul> 10 {section var=draft loop=$draft_list} 11 <li><a href={concat("/content/edit/", $draft.contentobject_id, "/", $draft.version)|ezurl}>{$draft.name}</a> 12 {/section} 13 </ul> 14 {/let} 15 </div> 16 </div> 17 </div> 18 {/section} 19 </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 |