diff options
| author | BoskSpb <bosk@mail.ru> | 2016-12-15 01:05:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-15 01:05:35 +0300 |
| commit | ebf2e82f9687110b0237245169f2ae20f18382c0 (patch) | |
| tree | ffd2f53566b2351e8c345124c47fe5a7f4509908 /www/templates/reorder-modal.html | |
| parent | e2f15230ac9c4c90b483914398886c70f7d6dd04 (diff) | |
| parent | 1d9625d30bec5929164fb53b237fa4995f6991f5 (diff) | |
Merge pull request #1 from pliablepixels/master
updating
Diffstat (limited to 'www/templates/reorder-modal.html')
| -rw-r--r-- | www/templates/reorder-modal.html | 43 |
1 files changed, 12 insertions, 31 deletions
diff --git a/www/templates/reorder-modal.html b/www/templates/reorder-modal.html index f58d567c..397d4be7 100644 --- a/www/templates/reorder-modal.html +++ b/www/templates/reorder-modal.html @@ -1,39 +1,20 @@ - - <ion-modal-view cache-view="false" style="width: 90%; height: 90%; top: 5%; left: 5%; right: 5%; bottom: 5%;" > - +<ion-modal-view cache-view="false" style="width: 90%; height: 90%; top: 5%; left: 5%; right: 5%; bottom: 5%;"> <ion-header-bar class="bar-stable"> - - - <h1 class="title"></h1> - <div class="buttons"> - - - <button class="button button-icon icon ion-checkmark" ng-click="saveReorder()"></button> - - <button class="button button-icon icon ion-close" ng-click="cancelReorder()"></button> - - </div> + <h1 class="title"></h1> + <div class="buttons"> + <button class="button button-icon icon ion-checkmark" ng-click="saveReorder()"></button> + <button class="button button-icon icon ion-close" ng-click="cancelReorder()"></button> + </div> </ion-header-bar> - - - <ion-content > - <div class="list"> - <span ng-repeat="item in copyMontage"> + <ion-content> + <div class="list"> + <span ng-repeat="item in copyMontage"> <a class="item item-icon-left" ng-click="toggleHide($index)" href=""> <i ng-class="{'icon ion-eye':item.Monitor.listDisplay=='show','icon ion-eye-disabled':item.Monitor.listDisplay!='show'}"> </i> {{item.Monitor.Name}} </a> </span> - </div> - - - </ion-content> - - </ion-modal-view> - - - - - - + </div> + </ion-content> +</ion-modal-view> |
