0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
Smarty
/
templates
/
[
Home
]
File: ReportColumns.tpl
{*<!-- /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ -->*} <script> var moveupLinkObj,moveupDisabledObj,movedownLinkObj,movedownDisabledObj; </script> <table class="small" bgcolor="#ffffff" border="0" cellpadding="5" cellspacing="0" width="100%"> <tbody><tr> <td colspan="4"> <span class="genHeaderGray">{$MOD.LBL_SELECT_COLUMNS}</span><br> {$MOD.LBL_SELECT_COLUMNS_TO_GENERATE_REPORTS} <hr> </td> </tr> <tr> <td colspan="2" height="26"><b>{$MOD.LBL_AVAILABLE_FIELDS}</b></td> <td colspan="2"><b>{$MOD.LBL_SELECTED_FIELDS}</b></td> </tr> <tr> <td style="padding-right: 5px;" align="right" width="40%"> <select id="availList" multiple size="16" name="availList" class="txtBox"> {$BLOCK1} </select> </td> <td style="padding: 5px;" align="center" width="10%"> <input name="add" value=" {$APP.LBL_ADD_ITEM} > " class="classBtn" type="button" onClick="addColumn()"> </td> <input type="hidden" name="selectedColumnsString"/> <td style="padding-left: 5px;" align="left" width="40%"> <select id="selectedColumns" size="16" name="selectedColumns" onchange="selectedColumnClick(this);" multiple class="txtBox"> {$BLOCK2} </select> </td> <td style="padding-left: 5px;" align="left" width="10%"> <table border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td> <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"> </td> </tr> <tr> <td> <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"> </td> </tr> <tr> <td> <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"> </td> </tr> </tbody> </table> </td> </tr> <tr><td colspan="4" height="163"></td></tr> </tbody> </table>