UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

34 lines (28 loc) 1.27 kB
<!-- @file Feedback page @copyright Digital Living Software Corp. 2014-2016 --> <md-toolbar class="pip-appbar-ext"></md-toolbar> <pip-document width="800"> <pip-feedback-panel data="data" pip-created="$panel = $control" show-pictures="showPictures" show-documents="showDocuments" save-callback="saveCallback" type-collection="typeCollection"></pip-feedback-panel> <div class="pip-footer"> <pip-content-switch class="hide-xs"></pip-content-switch> <div class="flex"></div> <div class="flex-fixed layout-row"> <md-button ng-show="transaction.busy()" ng-click="transaction.abort()" class="md-raised md-warn"> {{::'CANCEL' | translate}} </md-button> <md-button ng-hide="transaction.busy()" ng-click="goBack()"> {{::'CANCEL' | translate}} </md-button> <md-button class="md-accent" ng-hide="transaction.busy()" ng-click="onSave()" ng-disabled="data.content == '' && data.title == ''"> {{::'SEND' | translate}} </md-button> </div> </div> </pip-document>