[Vtigercrm-commits] [vtiger-commits] r7858 - /vtigercrm/trunk/Smarty/templates/Settings/ProxyServer.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 07:26:32 EDT 2006
Author: richie
Date: Wed Jul 5 05:26:29 2006
New Revision: 7858
Log:
validation done for portnumber
Modified:
vtigercrm/trunk/Smarty/templates/Settings/ProxyServer.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/ProxyServer.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/ProxyServer.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/ProxyServer.tpl Wed Jul 5 05:26:29 2006
@@ -145,7 +145,8 @@
<script>
function validate() {
if (!emptyCheck("server","Proxy Server Name","text")) return false
- if (!emptyCheck("server_username","Proxy User Name","text")) return false
+ if (!emptyCheck("port","Port Number","text")) return false
+ if (!emptyCheck("server_username","Proxy User Name","text")) return false
if (!emptyCheck("server_password","Proxy Password","text")) return false
return true;
More information about the vtigercrm-commits
mailing list