[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
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 <script> 13 var moveupLinkObj,moveupDisabledObj,movedownLinkObj,movedownDisabledObj; 14 </script> 15 <table class="small" bgcolor="#ffffff" border="0" cellpadding="5" cellspacing="0" width="100%"> 16 <tbody><tr> 17 <td colspan="4"> 18 <span class="genHeaderGray">{$MOD.LBL_SELECT_COLUMNS}</span><br> 19 {$MOD.LBL_SELECT_COLUMNS_TO_GENERATE_REPORTS} 20 <hr> 21 </td> 22 </tr> 23 <tr> 24 <td colspan="2" height="26"><b>{$MOD.LBL_AVAILABLE_FIELDS}</b></td> 25 <td colspan="2"><b>{$MOD.LBL_SELECTED_FIELDS}</b></td> 26 </tr> 27 <tr> 28 <td style="padding-right: 5px;" align="right" width="40%"> 29 <select id="availList" multiple size="16" name="availList" class="txtBox"> 30 {$BLOCK1} 31 </select> 32 </td> 33 <td style="padding: 5px;" align="center" width="10%"> 34 <input name="add" value=" {$APP.LBL_ADD_ITEM} > " class="classBtn" type="button" onClick="addColumn()"> 35 </td> 36 <input type="hidden" name="selectedColumnsString"/> 37 <td style="padding-left: 5px;" align="left" width="40%"> 38 <select id="selectedColumns" size="16" name="selectedColumns" multiple class="txtBox"> 39 {$BLOCK2} 40 </select> 41 </td> 42 <td style="padding-left: 5px;" align="left" width="10%"> 43 <table border="0" cellpadding="0" cellspacing="0"> 44 <tbody><tr> 45 <td> 46 <img src="{$IMAGE_PATH}movecol_up.gif" onmouseover="this.src='{$IMAGE_PATH}movecol_up_over.gif'" onmouseout="this.src='{$IMAGE_PATH}movecol_up.gif'" onclick="moveUp()" onmousedown="this.src='{$IMAGE_PATH}movecol_up_down.gif'" align="absmiddle" border="0"> 47 </td> 48 </tr> 49 <tr> 50 <td> 51 <img src="{$IMAGE_PATH}movecol_down.gif" onmouseover="this.src='{$IMAGE_PATH}movecol_down_over.gif'" onmouseout="this.src='{$IMAGE_PATH}movecol_down.gif'" onclick="moveDown()" onmousedown="this.src='{$IMAGE_PATH}movecol_down_down.gif'" align="absmiddle" border="0"> 52 </td> 53 </tr> 54 <tr> 55 <td> 56 <img src="{$IMAGE_PATH}movecol_del.gif" onmouseover="this.src='{$IMAGE_PATH}movecol_del_over.gif'" onmouseout="this.src='{$IMAGE_PATH}movecol_del.gif'" onclick="delColumn()" onmousedown="this.src='{$IMAGE_PATH}movecol_del_down.gif'" align="absmiddle" border="0"> 57 </td> 58 </tr> 59 </tbody> 60 </table> 61 </td> 62 </tr> 63 <tr><td colspan="4" height="163"></td></tr> 64 </tbody> 65 </table>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |