bkruse: trunk r3525 - /trunk/config/cfgbasic.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jul 17 15:00:11 CDT 2008


Author: bkruse
Date: Thu Jul 17 15:00:11 2008
New Revision: 3525

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3525
Log:
Making the system configuration link availible

Modified:
    trunk/config/cfgbasic.html

Modified: trunk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgbasic.html?view=diff&rev=3525&r1=3524&r2=3525
==============================================================================
--- trunk/config/cfgbasic.html (original)
+++ trunk/config/cfgbasic.html Thu Jul 17 15:00:11 2008
@@ -259,8 +259,8 @@
 	//newpanel( ["GUI Access", "http_options.html", "GUI Access settings."]);
 	newpanel( ["Backup", "backup.html", "Backup Management."]);
 	/*
-	if( (asterisk_guirPath && !asterisk_guiANOW) || ( !asterisk_guirPath && !asterisk_guiANOW) ){ // if is BE 
-	newpanel( ["Provisioning", "provisioning.html", "Settings related to Polycom auto provisioning."]);
+	if( (asterisk_guirPath && !asterisk_guiANOW) || ( !asterisk_guirPath && !asterisk_guiANOW) ){ // if is BE
+		newpanel( ["Provisioning", "provisioning.html", "Settings related to Polycom auto provisioning."]);
 	}
 	*/
 	newpanel( ["Options", "localexts.html", "Admin Settings"]);
@@ -322,11 +322,10 @@
 	astmanEngine.setURL(asterisk_rawmanPath );
 	createpanels();
 	var links_str = "";
-	if(asterisk_guirPath){ links_str += '<a href="#" onclick="system_link()">System Configuration</a><BR>'; }
+	links_str += '<a href="#" onclick="system_link()">System Configuration</a><BR>';
 	links_str += '<a target="_extern" href="http://www.digium.com/en/company/profile/">About Digium</a>&nbsp;|&nbsp;';
-	if(asterisk_guiANOW){ links_str += '<a target="_extern" href="http://www.asterisknow.org/bugs">Report a Bug</a>&nbsp;|&nbsp;'
+	links_str += '<a target="_extern" href="http://www.asterisknow.org/bugs">Report a Bug</a>&nbsp;|&nbsp;'
 		+ '<a target="_extern" href="http://www.asterisknow.org/help">Help</a>&nbsp;' ;
-	}
 	_$('linksToshow').innerHTML = links_str;
 	_$('mainscreen').src = "home.html" ;
 	if( navigator.userAgent.indexOf("MSIE") != -1 || navigator.userAgent.indexOf("Konqueror") != -1 || navigator.userAgent.indexOf("Safari") != -1 ){




More information about the asterisk-gui-commits mailing list