%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %>
<%
@help_link_anchor = HELP_URL_CONFIG['admin']['licenses']['license_code_information']
%>
<% @content_for_layout = capture do %>
Licenses
<%= link_to("", help_link(@help_link_anchor), :class => "help-link", :popup => true ) unless @help_link_anchor.nil? %>
<%= yield %>
<%= render :file =>'layouts/_footer', :locals => { :page_bottom => true } %>
<% end %>
<%= render :file =>'layouts/standard', 'content_for_layout' => @content_for_layout %>