diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-31 14:16:07 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-31 14:16:07 -0400 |
| commit | 7c2b57e3ebafe875e2672a7a04ebd189d16b1928 (patch) | |
| tree | 870e6bd415b22fa54c7ebe6f72d196c7a7f51d31 /www/templates/montage.html | |
| parent | 75a26e142644f1a353f7ec8216e16802da8e9421 (diff) | |
#261 - additions
Former-commit-id: 58276aaa504b3c6ecccea2548d181d97c6742420
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 6f8c9253..5995f53b 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -19,6 +19,11 @@ <button class="button button-icon button-clear ion-arrow-move" ng-click="dragToggle();"> </button> + <!-- + <button class="button button-icon button-clear ion-monitor" ng-click="cast();"> + </button> + --> + <button class="button button-icon button-clear ion-loop" ng-click="resetSizes();"> </button> @@ -113,15 +118,15 @@ </ion-content> <div ng-show="minimal"> - <nav mfb-menu position="br" effect="zoomin" label="collapse" active-icon="ion-chevron-down" resting-icon="ion-chevron-up" toggling-method="click"> + <nav mfb-menu position="br" effect="zoomin" label="{['kCollapse' | translate}}" active-icon="ion-chevron-down" resting-icon="ion-chevron-up" toggling-method="click"> - <button mfb-button icon="ion-arrow-expand" label="increase size" ng-click="sliderChanged(1)"> + <button mfb-button icon="ion-arrow-expand" label="{{'kIncreaseSize' | translate}}" ng-click="sliderChanged(1)"> </button> - <button mfb-button icon="ion-arrow-shrink" label="decrease size" ng-click="sliderChanged(-1)"> + <button mfb-button icon="ion-arrow-shrink" label="{{'kDecreaseSize' | translate}}" ng-click="sliderChanged(-1)"> </button> - <button mfb-button icon="ion-refresh" label="refresh" ng-click="resetSizes();"> + <button mfb-button icon="ion-refresh" label="{{'kRefresh' | translate}}" ng-click="resetSizes();"> </button> - <button mfb-button icon="ion-close" label="exit full screen" ng-click="switchMinimal()"> + <button mfb-button icon="ion-close" label="{{'kExitFullScreen'| translate}}" ng-click="switchMinimal()"> </button> </nav> |
