提交 | 用户 | 时间
|
1ac2bc
|
1 |
|
懒 |
2 |
<div class="modal" ng-controller="KisBpmTextPropertyPopupCtrl"> |
|
3 |
<div class="modal-dialog"> |
|
4 |
<div class="modal-content"> |
|
5 |
<div class="modal-header"> |
|
6 |
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" ng-click="close()">×</button> |
|
7 |
<h3>{{'PROPERTY.PROPERTY.EDIT.TITLE' | translate:property}}</h3> |
|
8 |
</div> |
|
9 |
<div class="modal-body"> |
|
10 |
<p><textarea auto-focus class="form-control" ng-model="property.value" style="width:70%; height:100%; max-width: 100%; max-height: 100%; min-height: 200px"/></p> |
|
11 |
</div> |
|
12 |
<div class="modal-footer"> |
|
13 |
<button ng-click="save()" class="btn btn-primary" translate >ACTION.SAVE</button> |
|
14 |
</div> |
|
15 |
</div> |
|
16 |
</div> |
|
17 |
</div> |