pari: branch 2.0 r3776 - in /branches/2.0/config: js/pbx.js welcome.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Sep 5 17:39:09 CDT 2008


Author: pari
Date: Fri Sep  5 17:39:09 2008
New Revision: 3776

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3776
Log:
 
 Disabling  'detection of hardware changes' for the time being,
 as i am getting the hardware changes detected everytime -Will be fixed soon.



Modified:
    branches/2.0/config/js/pbx.js
    branches/2.0/config/welcome.html

Modified: branches/2.0/config/js/pbx.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/pbx.js?view=diff&rev=3776&r1=3775&r2=3776
==============================================================================
--- branches/2.0/config/js/pbx.js (original)
+++ branches/2.0/config/js/pbx.js Fri Sep  5 17:39:09 2008
@@ -596,20 +596,20 @@
 			}
 		}}
 
-		if( CONFIGURED_FXOPORTS != sessionData.FXO_PORTS_DETECTED.join(',') || CONFIGURED_FXSPORTS != sessionData.FXS_PORTS_DETECTED.join(',') ){
-			var message = 'Changes detected in your Analog Hardware !! <BR><BR>'
-				+ 'You will now be redirected to the hardware configuration page';
-			ASTGUI.yesOrNo({
-				btnYes_text : 'Ok' ,
-				title: 'Hardware changes detected ! ' ,
-				msg: message ,
-				ifyes: function(){
-					miscFunctions.click_panel('digital.html');
-				},
-				ifno: function(){ } ,
-				hideNo: true
-			});
-		}
+// 		if( CONFIGURED_FXOPORTS != sessionData.FXO_PORTS_DETECTED.join(',') || CONFIGURED_FXSPORTS != sessionData.FXS_PORTS_DETECTED.join(',') ){
+// 			var message = 'Changes detected in your Analog Hardware !! <BR><BR>'
+// 				+ 'You will now be redirected to the hardware configuration page';
+// 			ASTGUI.yesOrNo({
+// 				btnYes_text : 'Ok' ,
+// 				title: 'Hardware changes detected ! ' ,
+// 				msg: message ,
+// 				ifyes: function(){
+// 					miscFunctions.click_panel('digital.html');
+// 				},
+// 				ifno: function(){ } ,
+// 				hideNo: true
+// 			});
+// 		}
 	} // end of readcfg.ztScanConf();
 }; // end of readcfg
 

Modified: branches/2.0/config/welcome.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/welcome.html?view=diff&rev=3776&r1=3775&r2=3776
==============================================================================
--- branches/2.0/config/welcome.html (original)
+++ branches/2.0/config/welcome.html Fri Sep  5 17:39:09 2008
@@ -177,8 +177,8 @@
 	(function(){ // add first row
 		var newRow = DOM_table_Ext_list.insertRow(-1);
 		newRow.className = "frow";
-		addCell( newRow , { html:'', width:'15px'} );
-		addCell( newRow , { html:'Extension', width:'320px' } );
+		addCell( newRow , { html:'', width:'18px'} );
+		addCell( newRow , { html:'Extension' } );
 		addCell( newRow , { html:'Name/Label' } );
 		addCell( newRow , { html:'Status' } );
 		addCell( newRow , { html:'Type', width:'275px'} );




More information about the asterisk-gui-commits mailing list