Scarab commit: svn commit: r11281 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm

[email protected] Sat, 9 Jun 2012 02:49:29 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2012-06-09 02:49:29-0700
New Revision: 11281

Modified:
   branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm

Log:
Fix read of footer display control parameter

Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm?view=diff&pathrev=11281&r1=11280&r2=11281
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm	(original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm	2012-06-09 02:49:29-0700
@@ -272,7 +272,7 @@
   #end
 
 
-  #set ($extended_footer = $scarab.extended.footer)
+  #set ($extended_footer = $scarabG.getTurbineConfiguration().getString("scarab.extended.footer"))
   #if ($extended_footer == true)
 
   ## ==========================================================================

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2969975