Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/25/11 17:42:59 (13 years ago)
Author:
wtollsch
Message:

#1433 menue entries and views for OKB Admin created / adapted, each view contains a listbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/AssemblyInfo.cs

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