Scarab commit: svn commit: r10698 - branches/release/0.22/src/webapp/WEB-INF/templates/navigations/CommonLinks.vm
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2009-02-16 01:29:24-0800
New Revision: 10698
Modified:
branches/release/0.22/src/webapp/WEB-INF/templates/navigations/CommonLinks.vm
Log:
FIX - localization fix, to avoid redundant namings in navigation ("...(neu), ... (neu), ... ")
FIX - header of navigation part for new issues renamed from "Issue Type" into "New Issue"
FIX - renamed issue type links for creating new issue accordingly
Modified: branches/release/0.22/src/webapp/WEB-INF/templates/navigations/CommonLinks.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/webapp/WEB-INF/templates/navigations/CommonLinks.vm?view=diff&pathrev=10698&r1=10697&r2=10698
==============================================================================
--- branches/release/0.22/src/webapp/WEB-INF/templates/navigations/CommonLinks.vm (original)
+++ branches/release/0.22/src/webapp/WEB-INF/templates/navigations/CommonLinks.vm 2009-02-16 01:29:24-0800
@@ -63,7 +63,7 @@
<div class="scarab-toolgroup">
<div class="label">
- <strong><a href="$link.setPage("home,EnterNew.vm").addPathInfo("eventSubmit_doStart", "foo").setAction("ReportIssue")">$l10n.IssueTypes</a></strong>
+ <strong><a href="$link.setPage("home,EnterNew.vm").addPathInfo("eventSubmit_doStart", "foo").setAction("ReportIssue")">$l10n.EnterNewIssue</a></strong>
</div>
<div class="body">
@@ -72,7 +72,7 @@
#if ($issueType.canCreateIssueInScope($user, $module))
#set ($rmit = $module.getRModuleIssueType($issueType))
#set ($pagelink = $scarabR.getNextEntryTemplate($issueType))
- <div><a href="$link.setPage($pagelink).addPathInfo($scarabG.Constant.CURRENT_ISSUE_TYPE, $issueType.QueryKey).addPathInfo("eventSubmit_doStart", "foo").setAction("ReportIssue")">$l10n.format('NewIssueType', $rmit.DisplayName)</a></div>
+ <div><a href="$link.setPage($pagelink).addPathInfo($scarabG.Constant.CURRENT_ISSUE_TYPE, $issueType.QueryKey).addPathInfo("eventSubmit_doStart", "foo").setAction("ReportIssue")">$rmit.DisplayName</a></div>
#end
#end
@@ -113,4 +113,4 @@
</div>
</div>
-
\ No newline at end of file
+
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=1169605