Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/20/15 13:49:39 (9 years ago)
Author:
dglaser
Message:

#2388:

HeuristicLab.Services.WebApp.Statistics-3.3:

  • Added QuickSelection button to the client and group pag

HeuristicLab.Services.WebApp-3.3:
HeuristicLab.Services.WebApp.Statistics-3.3:

  • Changed 'User Name' to 'Username' to be consistent throughout the whole WebApp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveStatistics/sources/HeuristicLab.Services.WebApp.Statistics/3.3/WebApp/clients/details/clientDetails.cshtml

    r12768 r12778  
    195195            <label for="fromDate">To:&nbsp;</label>
    196196            <div class="input-group">
    197                 <input id="fromDate" type="text" class="form-control" datepicker-popup="dd.MM.yyyy" ng-model="toDate" is-open="toIsOpen" datepicker-options="dateOptions" ng-required="true" close-text="Close" />
     197                <input id="fromDate" type="text" class="form-control" datepicker-popup="dd.MM.yyyy" ng-model="toDate" is-open="toIsOpen" datepicker-options="dateOptions" ng-required="true" close-text="Close"/>
    198198                <span class="input-group-btn">
    199199                    <button type="button" class="btn btn-default" ng-click="openToDateSelection($event)"><i class="glyphicon glyphicon-calendar"></i></button>
    200200                </span>
     201            </div>
     202        </div>
     203        <div class="form-group" style="margin-left: 5px; margin-right: 5px;">
     204            <div class="btn-group" dropdown dropdown-append-to-body>
     205                <button type="button" class="btn btn-default dropdown-toggle" dropdown-toggle style="width: 130px; text-align: left;">
     206                    <span class="text-left" style="display: inline-block; width: 85px;">{{curQuickSelection.name}}</span>
     207                    <span class="glyphicon glyphicon-chevron-down" style="margin-top: 3px;"></span>
     208                </button>
     209                <ul class="dropdown-menu" role="menu">
     210                    <li ng-repeat="quickSelection in quickSelectionList">
     211                        <a class="cursor-pointer" ng-click="changeQuickSelection(quickSelection)">{{quickSelection.name}}</a>
     212                    </li>
     213                </ul>
    201214            </div>
    202215        </div>
Note: See TracChangeset for help on using the changeset viewer.