[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="maincontentheader"> 3 <h1>{"Role list"|i18n("design/standard/role")}</h1> 4 </div> 5 6 <form action={concat($module.functions.list.uri,"/")|ezurl} method="post" > 7 8 <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0"> 9 <tr> 10 <th width="97%">{"Name"|i18n("design/standard/role")}</th> 11 <th width="1%">{"Edit"|i18n("design/standard/role")}</th> 12 <th width="1%">{"Copy"|i18n("design/standard/role")}</th> 13 <th width="1%">{"Assign"|i18n("design/standard/role")}</th> 14 {* <th width="1%">{"Subtree"|i18n("design/standard/role")}</th> *} 15 <th>{"Remove"|i18n("design/standard/role")}</th> 16 </tr> 17 18 {section name=All loop=$roles sequence=array(bglight,bgdark)} 19 <tr> 20 <td class="{$All:sequence}"> 21 <a href={concat("/role/view/",$All:item.id)|ezurl}>{$All:item.name}</a> 22 </td> 23 <td class="{$All:sequence}"> 24 <a href={concat("/role/edit/",$All:item.id)|ezurl}><img src={"edit.gif"|ezimage} alt="{'Edit'|i18n('design/standard/role')}" title="{'Edit role'|i18n('design/standard/role')}" /></a> 25 </td> 26 <td class="{$All:sequence}"> 27 <a href={concat("/role/copy/",$All:item.id)|ezurl}><img src={"copy.gif"|ezimage} alt="{'Copy'|i18n('design/standard/role')}" title="{'Copy role'|i18n('design/standard/role')}" /></a> 28 </td> 29 <td class="{$All:sequence}"> 30 <a href={concat("/role/assign/",$All:item.id)|ezurl}><img src={"assign.gif"|ezimage} alt="{'Assign'|i18n('design/standard/role')}" title="{'Assign role to user or group'|i18n('design/standard/role')}" /></a> 31 </td> 32 {* <td class="{$All:sequence}"> 33 <a href={concat("/role/assign/",$All:item.id,"/subtree")|ezurl}><img src={"assign.gif"|ezimage} alt="{'Assign'|i18n('design/standard/role')}" title="{'Assign role to user or group to subtree'|i18n('design/standard/role')}" /></a> 34 </td> *} 35 <td class="{$All:sequence}" align="right" width="1"> 36 <input type="checkbox" name="DeleteIDArray[]" value="{$All:item.id}" /> 37 </td> 38 </tr> 39 {/section} 40 <tr> 41 <td colspan="4"> 42 <input class="button" type="submit" name="NewButton" value="{'New'|i18n('design/standard/role')}" /> 43 </td> 44 <td align="right" width="1"> 45 <input type="image" name="RemoveButton" value="{'Remove'|i18n('design/standard/role')}" title="{'Remove selected roles'|i18n('design/standard/role')}" src={"trash.png"|ezimage} /> 46 </td> 47 </tr> 48 </table> 49 50 {include name=navigator 51 uri='design:navigator/google.tpl' 52 page_uri='/role/list' 53 item_count=$role_count 54 view_parameters=$view_parameters 55 item_limit=$limit} 56 57 </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 |