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/Scripts/jquery.validate.js

    r8384 r9582  
    11/**
    2 * Note: While Microsoft is not the author of this file, Microsoft is
    3 * offering you a license subject to the terms of the Microsoft Software
    4 * License Terms for Microsoft ASP.NET Model View Controller 3.
    5 * Microsoft reserves all other rights. The notices below are provided
    6 * for informational purposes only and are not the license terms under
    7 * which Microsoft distributed this file.
    8 *
    9 * jQuery Validation Plugin 1.8.0
    10 *
    11 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
    12 * http://docs.jquery.com/Plugins/Validation
    13 *
    14 * Copyright (c) 2006 - 2011 Jörn Zaefferer
    15 */
     2 * jQuery Validation Plugin 1.8.0
     3 *
     4 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
     5 * http://docs.jquery.com/Plugins/Validation
     6 *
     7 * Copyright (c) 2006 - 2011 Jörn Zaefferer
     8 *
     9 * Dual licensed under the MIT and GPL licenses:
     10 *   http://www.opensource.org/licenses/mit-license.php
     11 *   http://www.gnu.org/licenses/gpl.html
     12 */
    1613
    1714(function($) {
Note: See TracChangeset for help on using the changeset viewer.