Skip to content

Commit

Permalink
MINOR: Only show the CTF utility bar if there are utilities available.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshort committed Feb 13, 2011
1 parent 590dbb5 commit 9e49d04
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions templates/ComplexTableField.ss
Expand Up @@ -71,10 +71,12 @@
<% end_if %> <% end_if %>
</tbody> </tbody>
</table> </table>
<div class="utility"> <% if Utility %>
<% control Utility %> <div class="utility">
<span class="item"><a href="$Link" target="_blank">$Title</a></span> <% control Utility %>
<% end_control %> <span class="item"><a href="$Link" target="_blank">$Title</a></span>
</div> <% end_control %>
</div>
<% end_if %>
</div> </div>
</div> </div>

0 comments on commit 9e49d04

Please sign in to comment.