diff options
| author | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-11 04:25:26 +0100 |
|---|---|---|
| committer | reger24 <11603289+reger24@users.noreply.github.com> | 2022-02-11 04:25:26 +0100 |
| commit | 84651f2925270b6885887b1514094122b048bf21 (patch) | |
| tree | ecc23a7e651ede61a410bac719bc9e545b4df4b9 /htroot/env/templates | |
| parent | 2d53147d7f9eba46766ddd3fc83a640727912982 (diff) | |
Make bookmarks.html accessible
for the time beeing (as possibliy other decision has been made)
make the bookmarks feature accessible, as it is available but w/o link in UI
relates to https://github.com/yacy/yacy_search_server/issues/452#issuecomment-1033054368
Diffstat (limited to 'htroot/env/templates')
| -rw-r--r-- | htroot/env/templates/submenuComputation.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/env/templates/submenuComputation.template b/htroot/env/templates/submenuComputation.template index b6062bcf8..9b24c0226 100644 --- a/htroot/env/templates/submenuComputation.template +++ b/htroot/env/templates/submenuComputation.template @@ -33,6 +33,7 @@ <ul class="SubMenu"> <li><a href="Surftips.html" class="MenuItemLink">Surftips</a></li> <li><a href="Wiki.html?display=1" class="MenuItemLink">Local Peer Wiki</a></li> + <li><a href="Bookmarks.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Bookmarks</a></li> </ul> </div> </div> |
