pari: branch asterisknow r2121 -	/branches/asterisknow/config/localexts.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Jan 10 13:28:45 CST 2008
    
    
  
Author: pari
Date: Thu Jan 10 13:28:44 2008
New Revision: 2121
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2121
Log:
disable advanced options including setup wizard
Modified:
    branches/asterisknow/config/localexts.html
Modified: branches/asterisknow/config/localexts.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/localexts.html?view=diff&rev=2121&r1=2120&r2=2121
==============================================================================
--- branches/asterisknow/config/localexts.html (original)
+++ branches/asterisknow/config/localexts.html Thu Jan 10 13:28:44 2008
@@ -179,7 +179,8 @@
 <body id="foo" onload="localajaxinit()" bgcolor="EFEFEF"  onunload="free_mem()">
 <div class="mainscreenTitleBar">
 	<span style="margin-left: 4px;font-weight:bold">Admin Settings</span>
-	<span style="margin-left: 14px;font-weight:bold; cursor: pointer" id="advbasic" onclick="flipadvbasic();">(Show Advanced Options)</span>
+	<span style="display:none; margin-left: 14px;font-weight:bold; cursor: pointer" id="advbasic" onclick="flipadvbasic();">(Show Advanced Options)</span>
+	<span><a href="options.html" style="margin-left: 240px;font-weight:bold; cursor: pointer; color: #FFFFFF;">Change Password</a></span>
 </div>
 <div class="mainscreenContentBox" id="userscontent">
 <table class="mainscreenTable" align="center">
    
    
More information about the asterisk-gui-commits
mailing list