[Vtigercrm-commits] [vtiger-commits] r9574 - /vtigercrm/branches/5.0.1/modules/Portal/Popup.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Oct 6 03:34:05 EDT 2006
Author: richie
Date: Fri Oct 6 01:34:01 2006
New Revision: 9574
Log:
* Added script function call in save onclick to remove http:// from the given URL
Modified:
vtigercrm/branches/5.0.1/modules/Portal/Popup.php
Modified: vtigercrm/branches/5.0.1/modules/Portal/Popup.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Portal/Popup.php (original)
+++ vtigercrm/branches/5.0.1/modules/Portal/Popup.php Fri Oct 6 01:34:01 2006
@@ -55,7 +55,7 @@
<table border="0" cellspacing="0" cellpadding="5" width="100%" class="layerPopupTransport">
<tr>
<td align="center">
- <input name="save" value=" '.$app_strings['LBL_SAVE_BUTTON_LABEL'].' " class="crmbutton small save" onClick="SaveSite(\''.$portalid.'\')" type="button">
+ <input name="save" value=" '.$app_strings['LBL_SAVE_BUTTON_LABEL'].' " class="crmbutton small save" onClick="OnUrlChange(); SaveSite(\''.$portalid.'\')" type="button">
<input name="cancel" value=" '.$app_strings['LBL_CANCEL_BUTTON_LABEL'].' " class="crmbutton small cancel" onclick="fninvsh(\'orgLay\');" type="button">
</td>
</tr>
More information about the vtigercrm-commits
mailing list