[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> EmailContents.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  <div id="rssScroll">
  13      <table class="rssTable" cellspacing="0" cellpadding="0" width=100%>
  14          <tr>
  15              <th width="5%"><input type="checkbox"  name="selectall" onClick=toggleSelect(this.checked,"selected_id")></th>
  16              <th width="65%">{$LISTHEADER.0}</th>
  17              <th width="15%">{$LISTHEADER.1}</th>
  18              <th width="15%">{$LISTHEADER.2}</th>
  19          </tr>
  20          {foreach key=id item=row from=$LISTENTITY}
  21          <tr id="row_{$id}">
  22              <td>
  23              <span><input type="checkbox" name="selected_id" value= '{$id}' onClick=toggleSelectAll(this.name,"selectall")>
  24  </span></td>
  25              <td onClick="getEmailContents('{$id}'),setSubject('{$row.0}');" style="cursor:pointer;"><b>{$row.0}</b></td>
  26              <td onClick="getEmailContents('{$id}'),setSubject('{$row.0}');" style="cursor:pointer;">{$row.1}</td>
  27              <td onClick="getEmailContents('{$id}'),setSubject('{$row.0}');" style="cursor:pointer;">{$row.2}</td>
  28          </tr>
  29          {/foreach}
  30      </table>
  31  </div>
  32  <SCRIPT>
  33      if(gselectedrowid != 0)
  34      {ldelim}
  35          var rowid = 'row_'+gselectedrowid;
  36          getObj(rowid).className = 'emailSelected';
  37      {rdelim}
  38  </SCRIPT>


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