pari: branch asterisknow r2752 - in /branches/asterisknow/config: ./ styleshe...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Tue Apr 1 11:59:16 CDT 2008
Author: pari
Date: Tue Apr 1 11:59:15 2008
New Revision: 2752
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2752
Log:
ABE-1435 request to expose SIP/IAX settings
Modified:
branches/asterisknow/config/cfgbasic.html
branches/asterisknow/config/stylesheets/schwing.css
Modified: branches/asterisknow/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/cfgbasic.html?view=diff&rev=2752&r1=2751&r2=2752
==============================================================================
--- branches/asterisknow/config/cfgbasic.html (original)
+++ branches/asterisknow/config/cfgbasic.html Tue Apr 1 11:59:15 2008
@@ -250,6 +250,8 @@
// newpanel( ["Graphs", "graphs.html", "View Graphs of your System Information."]);
newpanel( ["System Info", "sysinfo.html", "System Information."]);
newpanel( ["Asterisk Logs", "syslog.html", "Asterisk Log messages."]);
+ newpanel( ["Global SIP options", "sip.html", "Global SIP settings."]);
+ newpanel( ["Global IAX options", "iax.html", "Global IAX settings."]);
// newpanel( ["CDR Configuration", "cdr_conf.html", "CDR Engine Configuration."]); // Uncomment when cdr_conf.html is finished, there are still some errors.
//newpanel( ["CDR Reader", "cdr_conf.html", "Read all your call records from Asterisk."]);
newpanel( ["File Editor", "feditor.html", "Edit Asterisk Config Files"]);
Modified: branches/asterisknow/config/stylesheets/schwing.css
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/stylesheets/schwing.css?view=diff&rev=2752&r1=2751&r2=2752
==============================================================================
--- branches/asterisknow/config/stylesheets/schwing.css (original)
+++ branches/asterisknow/config/stylesheets/schwing.css Tue Apr 1 11:59:15 2008
@@ -30,7 +30,7 @@
border-style : solid none solid none;
border-top-color : #BDC7E7;
border-bottom-color : #182052;
- border-width : 1px 0px 1px 0px;
+ border-width : 0px 0px 1px 0px;
height : 16px;
cursor: pointer;
background-color : #6B79A5;
More information about the asterisk-gui-commits
mailing list