diff options
| author | reger <reger18@arcor.de> | 2017-02-14 02:04:42 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-02-14 02:04:42 +0100 |
| commit | a011a97de9175811c49222c9750d8a0380093f8b (patch) | |
| tree | 0e7706ea998188150b78f14a36fa32f70f9618fa /htroot/env/templates | |
| parent | f85aaa7c76e131f09503ea6752add97e18929393 (diff) | |
make ConfigParser a protected page, for consistent behavior of locked
menu items.
Diffstat (limited to 'htroot/env/templates')
| -rw-r--r-- | htroot/env/templates/submenuCrawler.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/templates/submenuCrawler.template b/htroot/env/templates/submenuCrawler.template index 2c17e25a0..6a647d62e 100644 --- a/htroot/env/templates/submenuCrawler.template +++ b/htroot/env/templates/submenuCrawler.template @@ -2,6 +2,6 @@ <h3>Load Web Pages</h3> <ul class="SubMenu"> <li><a href="CrawlStartSite.html" class="MenuItemLink">Site Crawling</a></li> - <li><a href="ConfigParser.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Parser Configuration</a></li> + <li><a href="ConfigParser_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Parser Configuration</a></li> </ul> </div>
\ No newline at end of file |
