[ 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/notification/handler/ezcollaboration/settings/ -> edit.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {let handlers=$handler.collaboration_handlers
   3       selection=$handler.collaboration_selections}
   4  
   5  <div class="contentheader">
   6      <h2>{"Collaboration notification"|i18n("design/standard/notification/collaboration")}</h2>
   7  </div>
   8  <p>{"Choose which collaboration items you wish to get notifications for."|i18n("design/standard/notification/collaboration")}</p>
   9  
  10  <input type="hidden" name="CollaborationHandlerSelection" value="1" />
  11  
  12  <table border="0" cellspacing="0" cellpadding="0">
  13  {section name=Handlers loop=$handlers}
  14      {let types=$:item.notification_types}
  15          {section show=or($:types,$:types|gt(0))}
  16              {section show=is_array($:types)}
  17                  <tr>
  18                      <td colspan="2">
  19                          {$:item.info.type-name|wash}
  20                      </td>
  21                  </tr>
  22                  {section name=Types loop=$:types}
  23                      <tr>
  24                          <td>
  25                                <input type="checkbox" name="CollaborationHandlerSelection_{$handler.id_string}[]"
  26                                                       value="{$Handlers:item.info.type-identifier}_{$:item.value}"
  27                                                       {section show=$selection|contains(concat($Handlers:item.info.type-identifier,'_',$:item.value))}checked="checked"{/section} />
  28                          </td>
  29                          <td>
  30                              {$:item.name|wash}
  31                          </td>
  32                      </tr>
  33                  {/section}
  34              {section-else}
  35                  <tr>
  36                      <td>
  37                            <input type="checkbox" name="CollaborationHandlerSelection_{$handler.id_string}[]"
  38                                                   value="{$Handlers:item.info.type-identifier}"
  39                                                   {section show=$selection|contains($Handlers:item.info.type-identifier)}checked="checked"{/section} />
  40                      </td>
  41                      <td>
  42                          {$:item.info.type-name|wash}
  43                      </td>
  44                  </tr>
  45              {/section}
  46  
  47          {section-else}
  48  
  49          {/section}
  50      {/let}
  51  {/section}
  52  </table>
  53  
  54  {/let}


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