Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/13 16:30:39 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Added an overview for users to inspect their orders
  • Order Administrators may now suspend or reactivate orders
  • When creating an order, its necessary to enter payment information (paypal, credit card,...) before
  • Also, the billing period and type must be entered during the creation of an order.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/_Layout.cshtml

    r9508 r9582  
    6363            <ul id="menu">
    6464                <li>@Html.ActionLink("Home", "Index", "Home")</li>
    65                 <li>@Html.ActionLink("Experiment", "Index", "Experiment")</li>               
     65                <li>@Html.ActionLink("Experiment", "Index", "Experiment")</li>         
     66                <li>@Html.ActionLink("Orders", "Overview", "Order")</li>     
    6667                <li>@Html.ActionLink("Admin", "Index", "Admin")</li>               
     68                <li>@Html.ActionLink("Order Administration", "Index", "OrderAdmin")</li>               
    6769                <li>@Html.ActionLink("About", "About", "Home")</li>
    6870            </ul>
Note: See TracChangeset for help on using the changeset viewer.