Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/11 11:03:17 (13 years ago)
Author:
wtollsch
Message:

#1433 connection with new AdministrationService established

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Index.aspx

    r5081 r5763  
    1414   
    1515    <asp:Panel ID="pMenu" runat="server">
    16         <asp:ImageButton ID="btnAddAlgorithmClass" runat="server"             
    17             ImageUrl="~/Resources/Plus.bmp" ToolTip="Add Class" BorderColor="Black"
    18             CommandArgument="Id" onclick="~/Controllers/AddAlgorithmClass" />
    19         <asp:ImageButton ID="btnDelAlgorithmClass" runat="server"
    20             ImageUrl="~/Resources/Delete.bmp" ToolTip="Delete Class"
    21             CommandArgument="Id" CommandName="lgorithmClass" />
    22         <asp:ImageButton ID="btnUpdAlgorithmClass" runat="server"
    23             CommandArgument="Id"
    24             ImageUrl="~/Resources/Update.bmp" />
    2516    </asp:Panel>
    2617    <p>
Note: See TracChangeset for help on using the changeset viewer.