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/groups/details/groupDetails.cshtml

    r12551 r12778  
    224224             <label for="fromDate">To:&nbsp;</label>
    225225             <div class="input-group">
    226                  <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" />
     226                 <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"/>
    227227                 <span class="input-group-btn">
    228228                     <button type="button" class="btn btn-default" ng-click="openToDateSelection($event)"><i class="glyphicon glyphicon-calendar"></i></button>
    229229                 </span>
     230             </div>
     231         </div>
     232         <div class="form-group" style="margin-left: 5px; margin-right: 5px;">
     233             <div class="btn-group" dropdown dropdown-append-to-body>
     234                 <button type="button" class="btn btn-default dropdown-toggle" dropdown-toggle style="width: 130px; text-align: left;">
     235                     <span class="text-left" style="display: inline-block; width: 85px;">{{curQuickSelection.name}}</span>
     236                     <span class="glyphicon glyphicon-chevron-down" style="margin-top: 3px;"></span>
     237                 </button>
     238                 <ul class="dropdown-menu" role="menu">
     239                     <li ng-repeat="quickSelection in quickSelectionList">
     240                         <a class="cursor-pointer" ng-click="changeQuickSelection(quickSelection)">{{quickSelection.name}}</a>
     241                     </li>
     242                 </ul>
    230243             </div>
    231244         </div>
Note: See TracChangeset for help on using the changeset viewer.