pari: branch appliance r243 - /branches/appliance/config/sysinfo.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Thu Jan 11 16:13:47 MST 2007


Author: pari
Date: Thu Jan 11 17:13:47 2007
New Revision: 243

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=243
Log:
Select current month and day in sysinfo.html

Modified:
    branches/appliance/config/sysinfo.html

Modified: branches/appliance/config/sysinfo.html
URL: http://svn.digium.com/view/asterisk-gui/branches/appliance/config/sysinfo.html?view=diff&rev=243&r1=242&r2=243
==============================================================================
--- branches/appliance/config/sysinfo.html (original)
+++ branches/appliance/config/sysinfo.html Thu Jan 11 17:13:47 2007
@@ -111,6 +111,9 @@
 
 function localajaxinit(){
 	// call the tool (sysinfo)
+	var date = new Date() ; 
+	$('log_month').selectedIndex = date.getMonth() ;
+	$('log_day').selectedIndex = date.getDate()  - 1 ;
 	$('status_message').style.display="block";
 	$('message_text').innerHTML = "Loading system Information ...";
 	parent.loadscreen(this);



More information about the asterisk-gui-commits mailing list