bkruse: branch 2.0 r3938 - /branches/2.0/config/timezone.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Oct 1 15:55:16 CDT 2008


Author: bkruse
Date: Wed Oct  1 15:55:16 2008
New Revision: 3938

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3938
Log:
Set the defautl timezone for a user to see.

Modified:
    branches/2.0/config/timezone.html

Modified: branches/2.0/config/timezone.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/timezone.html?view=diff&rev=3938&r1=3937&r2=3938
==============================================================================
--- branches/2.0/config/timezone.html (original)
+++ branches/2.0/config/timezone.html Wed Oct  1 15:55:16 2008
@@ -152,6 +152,7 @@
 				default_tz = p[1];
 			}
 		}
+		_$('default_tz').innerHTML = (default_tz.length > 1) ? default_tz : "None";
 		aaaa();
 	});
 }
@@ -178,6 +179,11 @@
 	</td></tr>
 </table>
 
+<tr>	<div valign="top" align="center">
+	<label align="center">&nbsp; Default Time Zone &nbsp; </label>
+		<div align="center" id="default_tz"> Loading.... </div>
+	</div>
+</tr>
 <table width="80%" align=center>
 <tr>	<td valign="top" align="center">
 	<fieldset  style="height: 300px; "  id="fieldset2">




More information about the asterisk-gui-commits mailing list