diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 20:46:42 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 20:46:42 -0400 |
| commit | 3db27510b0e2026916155e9a4342715cb73a9e4a (patch) | |
| tree | 837fc8a155faafb3212aa9f7123c045c82027995 /www/templates/montage.html | |
| parent | 5c6bd778aee817b81e09e71ca55494c8d0aa4f1f (diff) | |
#321 vertical indication
Former-commit-id: ba3beed68c1f6ddd3a3a5e57fd8df98afde9d57b
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 9e0be000..f79db1ef 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -1,4 +1,5 @@ <ion-view view-title="{{'kMontage' | translate}}" cache-view="false" hide-nav-bar="{{minimal}}"> + <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> <button class="button button-icon button-clear ion-eye" ng-click="hideUnhide();"> @@ -34,7 +35,8 @@ <ion-content ng-cloak has-bouncing="false" style="background-color:#444444" delegate-handle="montage-delegate" > - + + <span ng-if="!minimal && showSizeButtons"> <!-- this is header --> @@ -120,6 +122,11 @@ </ion-content> + + <div class="bwmode" ng-if="$root.runMode=='lowbw'"> + {{ 'kLowBWDisplay' | translate }} + </div> + <div ng-show="minimal"> <nav mfb-menu position="br" effect="zoomin" label="{{'kCollapse' | translate}}" active-icon="ion-chevron-down" resting-icon="ion-chevron-up" toggling-method="click"> |
