Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/11 15:25:52 (14 years ago)
Author:
cfleisch
Message:

#1439 Query tool as plugin implemented, added submenu items

Location:
branches/WebApplication/MVC2/HLWebOKBQueryPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin

    • Property svn:ignore set to
      bin
      obj
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Properties/AssemblyInfo.cs

    r5756 r5910  
    4141[assembly: WebResource("HLWebOKBQueryPlugin.Resources.Update.bmp", "image/bmp")]
    4242[assembly: HLWebPluginViewLocations(
    43     new string[] { "~/Plugins/HLWebOKBQueryPlugin.dll/HLWebOKBQueryPlugin.Views.{1}.{0}.aspx" },
     43    new string[] { "~/Plugins/HLWebOKBQueryPlugin.dll/HLWebOKBQueryPlugin.Views.{1}.{0}.aspx", "~/Plugins/HLWebOKBQueryPlugin.dll/HLWebOKBQueryPlugin.Views.{1}.{0}.ascx" },
    4444    true,
    4545    action = "index",
    46     controller = "AlgorithmClass",
     46    controller = "Query",
    4747    name = "OKB Query"
    4848    )]
Note: See TracChangeset for help on using the changeset viewer.