Scarab commit: svn commit: r11289 - branches/release/1.0.22/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm

[email protected] Tue, 26 Jun 2012 23:33:32 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: jhoech
Date: 2012-06-26 23:33:31-0700
New Revision: 11289

Modified:
   branches/release/1.0.22/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm

Log:
SCB3101 - Commented broken xml import function for navigation panel. Stated by Frank and ~mck in dev list under: http://scarab.tigris.org/ds/viewMessage.do?dsForumId=455&dsMessageId=2967892

Modified: branches/release/1.0.22/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/1.0.22/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm?view=diff&pathrev=11289&r1=11288&r2=11289
==============================================================================
--- branches/release/1.0.22/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm	(original)
+++ branches/release/1.0.22/src/webapp/WEB-INF/templates/navigations/ModuleAdmin.vm	2012-06-26 23:33:31-0700
@@ -7,7 +7,7 @@
  <div>$link.setPage("admin,ManageArtifactTypes.vm").setLabel("$l10n.NavManageIssueTypes")</div>
 #end
 #if ($allowXML)
- <div>$link.setPage("admin,XMLImportIssues.vm").setLabel("$l10n.XMLImportIssues")</div>
+ ## SCB3101 commented as found not working properly ## <div>$link.setPage("admin,XMLImportIssues.vm").setLabel("$l10n.XMLImportIssues")</div>
  <div>$link.setPage("admin,XMLExportIssues.vm").setLabel("$l10n.XMLExportIssues")</div>
  <div>$link.setPage("admin,XMLExportSettings.vm").setLabel("$l10n.XMLExportSettings")</div>
 #end

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