Skip to content

Commit

Permalink
Item13883: Avoid a merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 10, 2016
1 parent 0cf467d commit 0726179
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions core/data/System/PerlDependencyReport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@ resolution. Optional or "recommended" dependencies will note when they are
needed, and should only be installed if you know that your particular
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';\"
}$percnt" then="
$percntBUTTON{
\"Show only missing dependencies\"
icon=\"book\"
onclick=\"window.location.href='%SCRIPTURL{"view"}%/%WEB%/%TOPIC%?include=missing';\"
}$percnt
"}%

%IF{"$include='all'"
else="$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"
}%

%TOC%

Expand Down

0 comments on commit 0726179

Please sign in to comment.