pari: branch aadk r892 - /branches/aadk/config/networking.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Tue May 8 10:19:05 MST 2007


Author: pari
Date: Tue May  8 12:19:05 2007
New Revision: 892

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=892
Log:
TimeZone configuration

Modified:
    branches/aadk/config/networking.html

Modified: branches/aadk/config/networking.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/networking.html?view=diff&rev=892&r1=891&r2=892
==============================================================================
--- branches/aadk/config/networking.html (original)
+++ branches/aadk/config/networking.html Tue May  8 12:19:05 2007
@@ -168,7 +168,9 @@
 			_$('wan_div').style.display = "none";
 			_$('general_div').style.display="none";		
 		break;
-
+		case 4:
+			window.location.href= "timezone.html";
+		break;
 	}
 	
 }
@@ -185,6 +187,7 @@
 		<a href="#" class="tab" onclick="show_window(1);" id="tab1">General</a>&nbsp;&nbsp;
 		<a href="#" class="tab" onclick="show_window(2);" id="tab2">Wan</a>&nbsp;&nbsp;
 		<a href="#" class="tab" onclick="show_window(3);" id="tab3">Lan</a>&nbsp;&nbsp;
+		<a href="#" class="tab" onclick="show_window(4);" id="tab3">TimeZone</a>&nbsp;&nbsp;
 		<BR><BR>
 		<div id="general_div">
 		<table align="center">



More information about the asterisk-gui-commits mailing list