[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/Settings/ -> InventoryNotifyContents.tpl (source)

   1  {*<!--
   2  /*********************************************************************************
   3    ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4     * ("License"); You may not use this file except in compliance with the License
   5     * The Original Code is:  vtiger CRM Open Source
   6     * The Initial Developer of the Original Code is vtiger.
   7     * Portions created by vtiger are Copyright (C) vtiger.
   8     * All Rights Reserved.
   9    *
  10   ********************************************************************************/
  11  -->*}
  12  <table width="100%" cellpadding="5" cellspacing="0" class="listTable" >
  13      <tr>
  14      <td class="colHeader small" width="5%">#</td>
  15      <td class="colHeader small" width="40%">{$CMOD.LBL_NOTIFICATION}</td>
  16      <td class="colHeader small" width="50%">{$CMOD.LBL_DESCRIPTION}</td>
  17      <td class="colHeader small" width="5%">{$CMOD.Tools}</td>
  18      </tr>
  19      {foreach name=notifyfor item=elements from=$NOTIFICATION}
  20      <tr>
  21      <td class="listTableRow small">{$smarty.foreach.notifyfor.iteration}</td>
  22      <td class="listTableRow small">{$elements.notificationname}</td>
  23      <td class="listTableRow small">{$elements.label}</td>
  24      <td class="listTableRow small" align="center" ><img onClick="fnvshobj(this,'editdiv');fetchEditNotify('{$elements.id}');" style="cursor:pointer;" src="{$IMAGE_PATH}editfield.gif" title="{$APP.LBL_EDIT}"></td>
  25      </tr>
  26      {/foreach}
  27      </table>
  28  


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7