Scarab commit: svn commit: r11274 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations
[email protected] Fri, 8 Jun 2012 02:57:04 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2012-06-08 02:57:04-0700
New Revision: 11274
Modified:
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/Administration.vm
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm
Log:
minor code cleanup
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/Administration.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/Administration.vm?view=diff&pathrev=11274&r1=11273&r2=11274
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/Administration.vm (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/Administration.vm 2012-06-08 02:57:04-0700
@@ -42,7 +42,7 @@
<div><strong>$l10n.CurrentModule</strong>
$renderer.render("navigations", "ModuleAdmin.vm")
</div>
- #else
+ #else
#if ($allowMM)
<div>$link.setPage("SelectModule.vm").setPathInfo($scarabG.Constant.CURRENT_ADMIN_MENU, "3").setLabel("$l10n.CurrentModule")</div>
#else
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm?view=diff&pathrev=11274&r1=11273&r2=11274
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm 2012-06-08 02:57:04-0700
@@ -16,4 +16,5 @@
#end
#if ($allowA)
<div>$link.setPage("admin,Approval.vm").setLabel("$l10n.Approve")</div>
-#end
\ No newline at end of file
+#end
+
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2969757