Note on installed manuals now only appear for external-browser.
svn: r7184
This commit is contained in:
parent
27bef0e8d4
commit
1fae7ae2b0
|
@ -50,10 +50,12 @@
|
|||
(html-subpage
|
||||
"PLT Scheme Help Desk: Installed Manuals"
|
||||
(html-top initial-request) (left-items) ""
|
||||
`((h3 "NOTE")
|
||||
(p "To see the list of manuals installed on " (i "your") " computer, "
|
||||
" use the HelpDesk from within DrScheme. This list of manuals reflects "
|
||||
"what is installed on this HelpDesk server only.")
|
||||
`(,@(if (eq? (helpdesk-platform) 'external-browser)
|
||||
'((h3 "NOTE")
|
||||
(p "To see the list of manuals installed on " (i "your") " computer, "
|
||||
" use the HelpDesk from within DrScheme. This list of manuals reflects "
|
||||
"what is installed on this HelpDesk server only."))
|
||||
'())
|
||||
(VERBATIM ,(find-manuals))
|
||||
(p)
|
||||
(i "Version: " ,(plt-version))))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user