rbrindley: branch 2.0 r4521 - /branches/2.0/config/timeintervals.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Feb 19 13:36:02 CST 2009
Author: rbrindley
Date: Thu Feb 19 13:36:02 2009
New Revision: 4521
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4521
Log:
- added <html> and <head> tags
Modified:
branches/2.0/config/timeintervals.html
Modified: branches/2.0/config/timeintervals.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/timeintervals.html?view=diff&rev=4521&r1=4520&r2=4521
==============================================================================
--- branches/2.0/config/timeintervals.html (original)
+++ branches/2.0/config/timeintervals.html Thu Feb 19 13:36:02 2009
@@ -19,6 +19,8 @@
* at the top of the source tree.
*
-->
+<html>
+<head>
<script src="js/jquery.js"></script>
<script src="js/astman.js"></script>
<script src="js/timeintervals.js"></script>
@@ -73,6 +75,7 @@
</style>
+</head>
<body>
<div class="iframeTitleBar">
Time Intervals
@@ -176,3 +179,4 @@
</div>
</body>
+</html>
More information about the asterisk-gui-commits
mailing list