[ 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 language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script> 13 <br> 14 <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%"> 15 <tbody><tr> 16 <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td> 17 <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%"> 18 <br> 19 20 <div align=center> 21 {include file="SetMenu.tpl"} 22 <!-- DISPLAY --> 23 <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine"> 24 <form action="index.php" method="post" name="def_org_share" id="form"> 25 <input type="hidden" name="module" value="Users"> 26 <input type="hidden" name="action" value="SaveOrgSharing"> 27 <input type="hidden" name="parenttab" value="Settings"> 28 <tr> 29 <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}shareaccess.gif" alt="Users" width="48" height="48" border=0 title="Users"></td> 30 <td class=heading2 valign=bottom><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$MOD.LBL_EDIT} {$MOD.LBL_SHARING_ACCESS} </b></td> 31 <td rowspan=2 class="small" align=right> </td> 32 </tr> 33 <tr> 34 <td valign=top class="small">{$MOD.LBL_SHARING_ACCESS_DESCRIPTION}</td> 35 </tr> 36 </table> 37 38 <br> 39 <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading"> 40 <tr> 41 <td class="big"><strong>{$CMOD.LBL_GLOBAL_ACCESS_PRIVILEGES}</strong></td> 42 <td class="small" align=right> 43 <input class="crmButton small save" title="Save" accessKey="C" type="submit" name="Save" value="{$CMOD.LBL_SAVE_PERMISSIONS}"> 44 <input class="crmButton small cancel" title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" type="button" name="Cancel" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" onClick="window.history.back();"> 45 </td> 46 </tr> 47 </table> 48 49 50 <table cellspacing="0" cellpadding="5" class="listTable" width="100%"> 51 {foreach item=elements from=$ORGINFO} 52 <tr> 53 <td width="30%" class="colHeader small" nowrap>{$APP[$elements.0]}</td> 54 <td width="70%" class="listTable small">{$elements.2}</td> 55 <tr> 56 {/foreach} 57 </table> 58 </form> 59 </table> 60 61 <table border=0 cellspacing=0 cellpadding=5 width=100% > 62 <tr><td class="small" ><div align=right><a href="#top">{$MOD.LBL_SCROLL}</a></div></td></tr> </table> 63 </td> 64 </tr> 65 66 </table> 67 68 69 70 </td> 71 </tr> 72 </table> 73 </td> 74 </tr> 75 </table> 76 77 78 79 </td> 80 <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td> 81 </tr> 82 </tbody> 83 </table> 84 <script> 85 86 function checkAccessPermission(share_value) 87 {ldelim} 88 if (share_value == "3") 89 {ldelim} 90 alert("Potentials, HelpDesk, Quotes, SalesOrder & Invoice Access must be set to Private when the Account Access is set to Private"); 91 document.getElementById('2_perm_combo').options[3].selected=true 92 document.getElementById('13_perm_combo').options[3].selected=true 93 document.getElementById('20_perm_combo').options[3].selected=true 94 document.getElementById('22_perm_combo').options[3].selected=true 95 document.getElementById('23_perm_combo').options[3].selected=true 96 97 {rdelim} 98 {rdelim} 99 </script> 100 101
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 |