[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <form action={$module.functions.list.uri|ezurl} method="post" > 2 3 <div class="context-block"> 4 5 {* 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"> 6 7 <h1 class="context-title">{'Workflow triggers [%trigger_count]'|i18n( 'design/admin/trigger/list',, hash( '%trigger_count', $possible_triggers|count ) )}</h1> 8 9 {* DESIGN: Mainline *}<div class="header-mainline"></div> 10 11 {* DESIGN: Header END *}</div></div></div></div></div></div> 12 13 {* DESIGN: Content START *}<div class="box-ml"><div class="box-mr"><div class="box-content"> 14 15 <table class="list" cellspacing="0"> 16 <tr> 17 <th>{'Module'|i18n( 'design/admin/trigger/list' )}</th> 18 <th>{'Function'|i18n( 'design/admin/trigger/list' )}</th> 19 <th>{'Connection type'|i18n( 'design/admin/trigger/list' )}</th> 20 <th>{'Workflow'|i18n( 'design/admin/trigger/list' )}</th> 21 </tr> 22 23 {section var=Triggers loop=$possible_triggers sequence=array( bglight, bgdark )} 24 <tr class="{$Triggers.sequence}"> 25 <td>{$Triggers.item.module}</td> 26 <td>{$Triggers.item.operation}</td> 27 <td>{$Triggers.item.connect_type}</td> 28 <td> 29 <select name="WorkflowID_{$Triggers.item.key}" title="{'Select the workflow that should be triggered %type the %function function is executed within the %module module.'|i18n( 'design/admin/trigger/list',, hash( '%type', $Triggers.item.connect_type, '%function', $Triggers.item.operation, '%module', $Triggers.item.module ) )|wash}"> 30 <option value="-1">{'No workflow'|i18n( 'design/admin/trigger/list' )}</option> 31 {section var=Workflows loop=$Triggers.item.allowed_workflows} 32 <option value="{$Workflows.item.id}" {section show=eq( $Workflows.item.id, $Triggers.item.workflow_id )} selected="selected" {/section}>{$Workflows.item.name} 33 </option> 34 {/section} 35 </select> 36 </td> 37 38 </tr> 39 {/section} 40 41 </table> 42 43 {* DESIGN: Content END *}</div></div></div> 44 45 {* Buttons. *} 46 <div class="controlbar"> 47 {* 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"> 48 <div class="block"> 49 <input class="button" type="submit" name="StoreButton" value="{'Apply changes'|i18n( 'design/admin/trigger/list' )}" title="{'Click this button to store changes if you have modified any of the fields above.'|i18n( 'design/admin/trigger/list' )}" /> 50 </div> 51 {* DESIGN: Control bar END *}</div></div></div></div></div></div> 52 </div> 53 54 </div> 55 56 </form> 57
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 |