Skip to content

Commit

Permalink
Item13883: PerlDependencyReport BUTTON not working
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 9, 2016
1 parent 029229f commit d36ab90
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions core/data/System/PerlDependencyReport.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1457496285" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1460215225" format="1.1" version="1"}%
%META:TOPICPARENT{name="InstallationGuide"}%
---+!! Perl dependencies for Foswiki and Extensions

Expand All @@ -17,16 +17,16 @@ needed, and should only be installed if you know that your particular
installation will require them.</div>

%IF{"$include='all'" else="
%BUTTON{
"Show all dependencies"
icon="book"
onclick="window.location.href='%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?include=all';"
}%" then="
%BUTTON{
"Show only missing dependencies"
icon="book"
onclick="window.location.href='%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?include=missing';"
}%
$percntBUTTON{
\"Show all dependencies\"
icon=\"book\"
onclick=\"window.location.href='%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?include=all';\"
}$percnt" then="
$percntBUTTON{
\"Show only missing dependencies\"
icon=\"book\"
onclick=\"window.location.href='%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?include=missing';\"
}$percnt
"}%


Expand Down

0 comments on commit d36ab90

Please sign in to comment.