pari: trunk r183 - in /trunk/config: cfgbasic.html localexts.html
options.html
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Wed Dec 20 08:01:26 MST 2006
Author: pari
Date: Wed Dec 20 09:01:24 2006
New Revision: 183
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=183
Log:
Hide 'Incoming Calls' panels till it is ready, people are complaining that it is not working and I have to reply them that it is WIP
Modified:
trunk/config/cfgbasic.html
trunk/config/localexts.html
trunk/config/options.html
Modified: trunk/config/cfgbasic.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/cfgbasic.html?view=diff&rev=183&r1=182&r2=183
==============================================================================
--- trunk/config/cfgbasic.html (original)
+++ trunk/config/cfgbasic.html Wed Dec 20 09:01:24 2006
@@ -76,8 +76,8 @@
new PanelDef("numberplan", "Calling Rules", "accordion-icon.gif",
"The Calling Rules define dialing permissions and least cost routing rules."),
- new PanelDef("incoming", "Incoming Calls", "accordion-icon.gif",
- "Define how your incoming calls should be handled & configure DID (Direct inward Dialing)"),
+// new PanelDef("incoming", "Incoming Calls", "accordion-icon.gif",
+// "Define how your incoming calls should be handled & configure DID (Direct inward Dialing)"),
// new PanelDef("musiconhold", "Music On Hold", "accordion-icon.gif",
// "Music on hold sometimes keeps people less angry while they wait for an answer."),
Modified: trunk/config/localexts.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/localexts.html?view=diff&rev=183&r1=182&r2=183
==============================================================================
--- trunk/config/localexts.html (original)
+++ trunk/config/localexts.html Wed Dec 20 09:01:24 2006
@@ -91,9 +91,9 @@
<div class="mainscreenContentBox" id="userscontent">
<TABLE align=center width="520" cellpadding=0 cellspacing=0 style="margin: 5px 0 0 0;">
<TR>
- <TD valign="bottom" align="center"><font style="border-bottom: 2px solid #000; padding-bottom: 2px;">Local Extension settings</font></TD>
- <TD><A href="options.html" class="field_text">Change Password</A></TD>
- <TD valign="bottom" align="left"><A href="#" onclick="tosetup();" class="field_text">Run Setup Wizard</A></TD>
+ <TD valign="bottom" align="center" class="tab"><a href="#" class="tab" style="border-bottom: 4px solid #000000; font-weight:bold; background: #FFFFFF; font-size: 13px">Local Extension settings</a></TD>
+ <TD><a href="options.html" class="tab" style="border-bottom: 0px solid #777788; font-weight:bold; background: #DDDDEE; font-size: 11px">Change Password</a></TD>
+ <TD valign="bottom" align="left"><a href="#" class="tab" onclick="tosetup();" style="border-bottom: 0px solid #777788; font-weight:bold; background: #DDDDEE; font-size: 11px">Run Setup Wizard</a></TD>
</TR>
</TABLE>
<BR><BR>
Modified: trunk/config/options.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/options.html?view=diff&rev=183&r1=182&r2=183
==============================================================================
--- trunk/config/options.html (original)
+++ trunk/config/options.html Wed Dec 20 09:01:24 2006
@@ -234,9 +234,9 @@
<TABLE align=center width="520" cellpadding=0 cellspacing=0 style="margin: 5px 0 0 0;">
<TR>
- <TD valign="bottom" align="center"><A href="localexts.html" class="field_text">Local Extension settings</A></TD>
- <TD><font style="border-bottom: 2px solid #000; padding-bottom: 2px;">Change Password</font></TD>
- <TD valign="bottom" align="left"><A href="#" onclick="tosetup();" class="field_text">Run Setup Wizard</A></TD>
+ <TD valign="bottom" align="center"><a href="localexts.html" class="tab" style="border-bottom: 0px solid #777788; font-weight:bold; background: #DDDDEE; font-size: 11px">Local Extension settings</a></TD>
+ <TD><a href="#" class="tab" style="border-bottom: 4px solid #000000; font-weight:bold; background: #FFFFFF; font-size: 13px">Change Password</a></TD>
+ <TD valign="bottom" align="left"><a href="#" onclick="tosetup();" class="tab" style="border-bottom: 0px solid #777788; font-weight:bold; background: #DDDDEE; font-size: 11px">Run Setup Wizard</a></TD>
</TR>
</TABLE>
<BR>
More information about the asterisk-gui-commits
mailing list