[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/design/base/templates/notification/ -> settings.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  
   3  <form method="post" action={"/notification/settings/"|ezurl}>
   4  
   5  <div class="maincontentheader">
   6  <h1>{"Notification settings"|i18n('design/standard/notification')}</h1>
   7  </div>
   8  
   9  {let handlers=fetch('notification','handler_list')}
  10  
  11      <p>
  12      {section name=Handlers loop=$handlers}
  13          {*Handler: {$Handlers:item.name}*}
  14      {if  not( $Handlers:item.id_string|eq("ezcollaboration") ) }
  15          {include handler=$Handlers:item uri=concat( "design:notification/handler/",$Handlers:item.id_string,"/settings/edit.tpl")}
  16          {delimiter}<br/>{/delimiter}
  17      {/if}
  18      {/section}
  19      </p>
  20  {/let}
  21  
  22  <div>
  23  <input class="button" type="submit" name="Store" value="{'Store'|i18n('design/standard/notification')}" />
  24  <input class="button" type="submit" name="Cancel" value="{'Cancel'|i18n('design/standard/notification')}" />
  25  </div>
  26  </form>


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