Skip to content

Commit

Permalink
Item13883: fixed use of %BUTTON
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Jun 20, 2022
1 parent 95d53f6 commit c62ede4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
15 changes: 9 additions & 6 deletions core/data/System/CompleteDocumentation.txt
@@ -1,15 +1,18 @@
%META:TOPICINFO{author="ProjectContributor" date="1488593563" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1655716214" format="1.1" version="1"}%
---+!! Reference Manual (%WIKIVERSION%)

This page contains all documentation topics as one long, complete reference sheet.

*Related Topics:* UserDocumentationCategory, AdminDocumentationCategory

%BUTTON{
"%MAKETEXT{"Load content"}%"
icon="book"
onclick="window.location.href='%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?section=content';"
}% %MAKETEXT{"Use this button to load the content.%BR% *Caution* the content is very large and loading it will put a high load on your browser. Only load the content if you are going to print it - otherwise use the [[ReferenceManual][online reference manual]]."}%
icon="fa-book"
target="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?section=content"
}%

%MAKETEXT{"Use this button to load the content. *Caution* the content is very large and loading it will put a high load on your browser. Only load the content if you are going to print it - otherwise use the [[ReferenceManual][online reference manual]]."}%

*Related Topics:* UserDocumentationCategory, AdminDocumentationCategory


<verbatim class="foswikiHidden">
%STARTSECTION{"content"}%
Expand Down
10 changes: 5 additions & 5 deletions core/data/System/PerlDependencyReport.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1655454502" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1655716214" format="1.1" version="1"}%
%META:TOPICPARENT{name="InstallationGuide"}%
---+!! Perl dependencies for Foswiki and Extensions

Expand All @@ -19,13 +19,13 @@ installation will require them.</div>
%IF{"$include='all'"
else="$percntBUTTON{
\"Show all dependencies\"
icon=\"book\"
onclick=\"window.location.href='%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?include=all';\"
icon=\"fa-book\"
target=\"%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?include=all\"
}$percnt"
then="$percntBUTTON{
\"Show only missing dependencies\"
icon=\"book\"
onclick=\"window.location.href='%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?include=missing';\"
icon=\"fa-book\"
target=\"%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?include=missing\"
}$percnt"
}%

Expand Down

0 comments on commit c62ede4

Please sign in to comment.