Skip to content

Commit

Permalink
SAK-30066 - Wrong composite page in Authz Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
SedueRey committed Nov 13, 2015
1 parent b862902 commit 42b7e4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
$validator.escapeHtml($!description)
</div>
## no need to show the drop down menu if there is no group defined for the site
#if ($!groups && $groups.size()>0)
<div class="navPanel">
#if ($!groups && $groups.size()>0)
## if there are any groups at all
<div class="viewNav" id="groupSelector">
<form name="viewForm" class="inlineForm" method="post" action="#toolForm($action)">
Expand Down

0 comments on commit 42b7e4a

Please sign in to comment.