* fixed graphics problem * fixed some other problems with default values * 1-2-3 config now appears automatically on start-up if no password is set * added new config menu * moved profile to new config menu git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1792 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
c2f8318b4f
commit
1b9b8922d9
@ -1,11 +1,14 @@
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="SubMenu">
|
||||
<tr height="10"><td colspan="3" class="MenuHeader"> Peer Configuration Menu</td></tr>
|
||||
<tr height="2"><td colspan="3"></td></tr>
|
||||
<tr height="10"><td colspan="5" class="MenuHeader"> Peer Configuration Menu</td></tr>
|
||||
<tr height="2"><td colspan="5"></td></tr>
|
||||
<tr class="TableHeader">
|
||||
<td width="50%" class="MenuSubItem"> <img border="0" src="/env/grafics/lock.gif" align="top">
|
||||
<td width="40%" class="MenuSubItem"> <img border="0" src="/env/grafics/lock.gif" align="top">
|
||||
<a href="/ConfigBasic.html" class="MenuItemLink">Basic Configuraion</a> </td>
|
||||
<td class="MenuSubSpacer"></td>
|
||||
<td width="50%" class="MenuSubItem"> <img border="0" src="/env/grafics/lock.gif" align="top">
|
||||
<td width="40%" class="MenuSubItem"> <img border="0" src="/env/grafics/lock.gif" align="top">
|
||||
<a href="/ConfigProfile_p.html" class="MenuItemLink">Profile Configuraion</a> </td>
|
||||
<td class="MenuSubSpacer"></td>
|
||||
<td width="20%" class="MenuSubItem"> <img border="0" src="/env/grafics/lock.gif" align="top">
|
||||
<a href="/ConfigAdvanced_p.html" class="MenuItemLink">Advanced Configuration</a> </td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Reference in new issue