JIRA 4.3 : Modifying the JIRA Footer
This page last changed on Jul 08, 2010 by jcostello.
Deploying Velocity Templates without a RestartIn a development instance, you can play with picking up velocity file changes without a restart.
How to Modify the FooterThe footer can be modified by editing <install directory>/atlassian-jira/WEB-INF/classes/templates/plugins/footer/footer.vm. ... <span #if($smallFooter) class="smallfooter" #else class="poweredbymessage" #end> #if ($longFooterMessage)Powered by #end<a href="$externalLinkUtil.getProperty('external.link.jira.product.site')" class="smalltext">Atlassian JIRA</a> the Professional <a href="$externalLinkUtil.getProperty('external.link.jira.product.site')">Issue Tracker</a>. <span #if($smallFooter)class="smallgreyfooter" #else style="color: #666666;" #end>($buildInformation)</span>#if($smallFooter)<br/>#end - <a href="$externalLinkUtil.getProperty('external.link.jira.raise.issue')">Bug/feature request</a> - <a href="$externalLinkUtil.getProperty('external.link.atlassian.news')">Atlassian news</a> - <a href="${req.contextPath}/secure/Administrators.jspa">Contact Administrators</a> </span> \#if($smallFooter) </span> \#end </div> Keep in mind the considerations about Modifying Jira Templates and JSPs. Restart JIRA after your customization in order for it to take effect. RELATED PAGES |
![]() |
Document generated by Confluence on Mar 27, 2011 18:50 |