Scarab commit: svn commit: r11054 - trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm
[email protected] Wed, 16 Nov 2011 09:01:37 -0800 (PST)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2011-11-16 09:01:37-0800
New Revision: 11054
Modified:
trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm
Log:
Added property to disable IsseEdit footer (Work in progress). fixed som l10n issues
Modified: trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm?view=diff&pathrev=11054&r1=11053&r2=11054
==============================================================================
--- trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm (original)
+++ trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueBody.vm 2011-11-16 09:01:37-0800
@@ -175,7 +175,7 @@
</select>
</span>
<span>
- <input type="submit" name="eventSubmit_doAddwatchers" title="$l10n.format("AssignOtherWatcher", $watchedRMA.DisplayValue)" value="$l10n.As $watchedRMA.DisplayValue" class="button" />
+ <input type="submit" name="eventSubmit_doAddwatchers" title="$l10n.format("AssignOtherWatcher", $watchedRMA.DisplayValue)" value="$l10n.As $watchedRMA.DisplayValue" class="button" />
</span>
#end
@@ -227,7 +227,7 @@
#if ($tab.equals("all"))
- <h3 class="functnbar" style="background-color: #668DB2;margin-left:-1px;margin-right:-1px;">$l10n.Issue $currentIssue.UniqueId:
+ <h3 class="functnbar">$l10n.Issue $currentIssue.UniqueId:
(<strong>$currentIssue.DefaultText</strong>)
</h3>
#end
@@ -272,6 +272,9 @@
#end
+ #set ($extended_footer = "#getProperty('scarab.extended.footer')" )
+ #if ($extended_footer == true)
+
## ==========================================================================
## Create the bottom navigation buttons:
##
@@ -387,5 +390,5 @@
</span>
</div>
-
+ #end
</div>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2878901