pari: branch asterisknow r1773 - in /branches/asterisknow/config: ./ scripts/
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Nov 5 20:23:47 CST 2007
Author: pari
Date: Mon Nov 5 20:23:47 2007
New Revision: 1773
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1773
Log:
some minor fixes
Modified:
branches/asterisknow/config/cdr.html
branches/asterisknow/config/cdr_conf.html
branches/asterisknow/config/cfgbasic.html
branches/asterisknow/config/scripts/astman.js
branches/asterisknow/config/users.html
Modified: branches/asterisknow/config/cdr.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/cdr.html?view=diff&rev=1773&r1=1772&r2=1773
==============================================================================
--- branches/asterisknow/config/cdr.html (original)
+++ branches/asterisknow/config/cdr.html Mon Nov 5 20:23:47 2007
@@ -166,7 +166,7 @@
top._$('mainscreen').width= 798;
parent.astmanEngine.run_tool("sh " + asterisk_scriptsFolder + "mastercsvexists", function (){
- new Ajax.Request("/asterisk/static/Master.csv", {
+ new Ajax.Request("/static/Master.csv", {
method : "get",
asynchronous : true,
onComplete : function(c) {
Modified: branches/asterisknow/config/cdr_conf.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/cdr_conf.html?view=diff&rev=1773&r1=1772&r2=1773
==============================================================================
--- branches/asterisknow/config/cdr_conf.html (original)
+++ branches/asterisknow/config/cdr_conf.html Mon Nov 5 20:23:47 2007
@@ -33,7 +33,7 @@
<script type="text/javascript" src="scripts/astman.js"></script>
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
<script type="text/javascript">
-var symlink_csv = 'ln -s /var/log/asterisk/cdr-csv/Master.csv /var/lib/asterisk/static-http/Master.csv';
+var symlink_csv = 'touch /var/log/asterisk/cdr-csv/Master.csv && ln -s /var/log/asterisk/cdr-csv/Master.csv /var/lib/asterisk/static-http/Master.csv';
var redirect_ToCdr = function(){
parent.astmanEngine.run_tool(symlink_csv, function(t) {
Modified: branches/asterisknow/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/cfgbasic.html?view=diff&rev=1773&r1=1772&r2=1773
==============================================================================
--- branches/asterisknow/config/cfgbasic.html (original)
+++ branches/asterisknow/config/cfgbasic.html Mon Nov 5 20:23:47 2007
@@ -193,7 +193,7 @@
newpanel( ["CDR Reader", "cdr_conf.html", "Read all your call records from Asterisk."]);
newpanel( ["File Editor", "feditor.html", "Edit Asterisk Config Files"]);
newpanel( ["Asterisk CLI", "cli.html", "Asterisk Command Line Interface"]);
- newpanel( ["GUI Access", "http_options.html", "GUI Access settings."]);
+ //newpanel( ["GUI Access", "http_options.html", "GUI Access settings."]);
newpanel( ["Backup", "backup.html", "Backup Management."]);
newpanel( ["Options", "localexts.html", "Admin Settings"]);
return panels;
Modified: branches/asterisknow/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/scripts/astman.js?view=diff&rev=1773&r1=1772&r2=1773
==============================================================================
--- branches/asterisknow/config/scripts/astman.js (original)
+++ branches/asterisknow/config/scripts/astman.js Mon Nov 5 20:23:47 2007
@@ -580,7 +580,7 @@
_hs.borderColor= "#7E5538";
_hs.borderStyle= "solid";
h.innerHTML = '<BR><BR><TABLE border=0 cellpadding=0 cellspacing=3 align=center>' +
- '<TR><TD><img src="images/loading.gif"></TD>' +
+ '<TR><TD><img src="/static/config/images/loading.gif"></TD>' +
'<TD valign=middle align=center> <div id=message_text></div></TD></TR></TABLE>';
document.body.appendChild(h);
}
Modified: branches/asterisknow/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/users.html?view=diff&rev=1773&r1=1772&r2=1773
==============================================================================
--- branches/asterisknow/config/users.html (original)
+++ branches/asterisknow/config/users.html Mon Nov 5 20:23:47 2007
@@ -588,7 +588,7 @@
</table>
</div>
<div style="display:none">
-<form name="buynow_form" id="buynow_form" action="https://asterisknow.digium.com/phone/buynow" method="post">
+<form name="buynow_form" id="buynow_form" action="http://www.digium.com/en/ecosystem/partners/partners.php" method="post">
<select id="userinfo" style="display:none"></select>
<input type="hidden" id="cust_firstName" name="cust_firstName">
<input type="hidden" id="cust_lastName" name="cust_lastName">
More information about the asterisk-gui-commits
mailing list