修改框架底部显示内容

This commit is contained in:
zhangyang 2013-08-04 09:37:32 +08:00
parent d71efeac48
commit f2d4d1dfff
4 changed files with 4 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<div id="footer" style="margin-left:-5px;padding-top: 10px;clear: both;">
<div class="bgl"><div class="bgr">
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2013 Jean-Philippe Lang
Powered by <%= "Trustie2 Team "%> &copy; 2013 Jack
</div></div>
</div>

View File

@ -29,6 +29,7 @@
<%= call_hook :view_layouts_base_content %>
<div style="clear:both;"></div>
</div>
<%=render :partial => 'layouts/base_footer'%>
</div>
</div>

View File

@ -132,6 +132,7 @@
<%= call_hook :view_layouts_base_content %>
<div style="clear:both;"></div>
</div>
<%=render :partial => 'layouts/base_footer'%>
</div>
</div>
</div>
@ -141,13 +142,6 @@
</div>
<div id="ajax-modal" style="display:none;"></div>
<div id="footer">
<div class="bgl">
<div class="bgr">
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2013 Jean-Philippe Lang
</div>
</div>
</div>
</div>
</div>
<%= call_hook :view_layouts_base_body_bottom %>

View File

@ -495,7 +495,7 @@ ul.projects li.root
#footer .bgr:after
{
content:' Theme by Jared Denison (themondays)';
content:' Theme by Trustie2 Team';
float:right
}