rbrindley: branch 2.0 r4793 - /branches/2.0/config/js/welcome.js

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Mon May 18 08:59:57 CDT 2009


Author: rbrindley
Date: Mon May 18 08:59:54 2009
New Revision: 4793

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4793
Log:

- to prevent confusion, the underlines for the voicemailmail and directory
  extensions in system status have been removed, as they are not links


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

Modified: branches/2.0/config/js/welcome.js
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/js/welcome.js?view=diff&rev=4793&r1=4792&r2=4793
==============================================================================
--- branches/2.0/config/js/welcome.js (original)
+++ branches/2.0/config/js/welcome.js Mon May 18 08:59:54 2009
@@ -206,7 +206,7 @@
 		}
 
 		if( tmp ){
-			var tmp_voicemails = '<u>' + tmp + '</u>' ;
+			var tmp_voicemails = tmp;
 		}else{
 			var tmp_voicemails = '-- <font color=red>*No Extension assigned</font>' ;
 		}
@@ -247,7 +247,7 @@
 	(function(){
 		var tmp = parent.sessionData.pbxinfo['localextensions'].getProperty('defaultDirectory') ;
 		if( tmp ){
-			var tmp_dirExten = '<u>' + tmp + '</u>' ;
+			var tmp_dirExten = tmp;
 		}else{
 			var tmp_dirExten = '-- <font color=red>*No Extension assigned</font>' ;
 		}




More information about the asterisk-gui-commits mailing list