rbrindley: branch 2.0 r4806 - /branches/2.0/config/
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu May 28 14:29:41 CDT 2009
Author: rbrindley
Date: Thu May 28 14:29:38 2009
New Revision: 4806
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4806
Log:
- include object.customs.js in the trunk pages
Modified:
branches/2.0/config/trunks_analog.html
branches/2.0/config/trunks_providers.html
branches/2.0/config/trunks_voip.html
Modified: branches/2.0/config/trunks_analog.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/trunks_analog.html?view=diff&rev=4806&r1=4805&r2=4806
==============================================================================
--- branches/2.0/config/trunks_analog.html (original)
+++ branches/2.0/config/trunks_analog.html Thu May 28 14:29:38 2009
@@ -20,6 +20,7 @@
-->
<script src="js/jquery.js"></script>
<script src="js/astman.js"></script>
+<script src="js/object.customs.js"></script>
<script src="js/trunks_analog.js"></script>
<script src="js/jquery.tooltip.js"></script>
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
Modified: branches/2.0/config/trunks_providers.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/trunks_providers.html?view=diff&rev=4806&r1=4805&r2=4806
==============================================================================
--- branches/2.0/config/trunks_providers.html (original)
+++ branches/2.0/config/trunks_providers.html Thu May 28 14:29:38 2009
@@ -20,6 +20,7 @@
-->
<script src="js/jquery.js"></script>
<script src="js/astman.js"></script>
+<script src="js/object.customs.js"></script>
<script src="js/trunks_providers.js"></script>
<script src="js/jquery.tooltip.js"></script>
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
Modified: branches/2.0/config/trunks_voip.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/trunks_voip.html?view=diff&rev=4806&r1=4805&r2=4806
==============================================================================
--- branches/2.0/config/trunks_voip.html (original)
+++ branches/2.0/config/trunks_voip.html Thu May 28 14:29:38 2009
@@ -20,6 +20,7 @@
-->
<script src="js/jquery.js"></script>
<script src="js/astman.js"></script>
+<script src="js/object.customs.js"></script>
<script src="js/trunks_voip.js"></script>
<script src="js/jquery.tooltip.js"></script>
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
More information about the asterisk-gui-commits
mailing list