[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/workflow/ -> grouplist.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <form action={concat($module.functions.grouplist.uri)|ezurl} method="post" name="GroupList">
   3  
   4  <div class="maincontentheader">
   5  <h1>{"Workflow groups"|i18n("design/standard/workflow")}</h1>
   6  </div>
   7  
   8  <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0">
   9  <tr>
  10      <th>{"Name"|i18n("design/standard/workflow")}</th>
  11      <th width="1">{"Edit"|i18n("design/standard/workflow")}</th>
  12      <th width="1">{"Remove"|i18n("design/standard/workflow")}</th>
  13  </tr>
  14  
  15  {section name=Groups loop=$groups sequence=array(bglight,bgdark)}
  16  <tr>
  17      <td class="{$Groups:sequence}">
  18        <a href={concat($module.functions.workflowlist.uri,"/",$Groups:item.id)|ezurl}>{$Groups:item.name}</a>
  19      </td>
  20      <td class="{$Groups:sequence}">
  21        <div class="listbutton"><a href={concat($module.functions.groupedit.uri,"/",$Groups:item.id)|ezurl}><img name="edit" src={"edit.gif"|ezimage} width="16" height="16" alt="{'Edit'|i18n('design/standard/workflow')}" title="{'Edit workflow'|i18n('design/standard/workflow')}" /></a></div>
  22      </td>
  23      <td class="{$Groups:sequence}" width="1" align="right">
  24        <input type="checkbox" name="ContentClass_id_checked[]" value="{$Groups:item.id}">
  25      </td>
  26  </tr>
  27  {/section}
  28  <tr>
  29    <td colspan="2">
  30      {include uri="design:gui/button.tpl" name=newgroup id_name=NewGroupButton value="New group"|i18n("design/standard/workflow")}
  31    </td>
  32    <td align="right">
  33      <input type="image" name="DeleteGroupButton" value="{'Remove'|i18n('design/standard/workflow')}"  title="{'Remove selected workflows'|i18n('design/standard/workflow')}" src={"trash.png"|ezimage} />
  34    </td>
  35  </tr>
  36  </table>
  37  
  38  <div class="buttonblock">
  39  </div>
  40  
  41  </form>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7