Sha256: 559117bbecdb0443a8841f19a419882b7a273e08edc49a9291a866945ade0793

Contents?: true

Size: 811 Bytes

Versions: 9

Compression:

Stored size: 811 Bytes

Contents

<div class="modal" ng-controller="KisBpmShapeSelectionCtrl">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true" ng-click="close()">&times;</button>
                <h2>Change shape to:</h2>
            </div>
            <div class="modal-body">
            
                   <div class="kis-listener-grid" ng-grid="gridOptions"></div>
            
            </div>
            <div class="modal-footer">
                <button ng-click="cancel()" class="btn btn-primary" translate>ACTION.CANCEL</button>
                <button ng-click="select()" class="btn btn-primary" translate>ACTION.SELECT</button>
            </div>
        </div>
    </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jruby_activiti-2.0.8 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.7 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.6 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.5 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.4 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.3 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.2 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.1 web/public/editor-app/popups/select-shape.html
jruby_activiti-2.0.0 web/public/editor-app/popups/select-shape.html