Sha256: e1dbe58240be02f603d61f02300917cc42efac85f782967fd304126223adfc78

Contents?: true

Size: 977 Bytes

Versions: 9

Compression:

Stored size: 977 Bytes

Contents

<div class="modal" ng-controller="EditorUnsavedChangesPopupCrtl">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <h2 translate="EDITOR.POPUP.UNSAVED-CHANGES.TITLE"></h2>
            </div>
            <div class="modal-body">
            	<p translate="EDITOR.POPUP.UNSAVED-CHANGES.DESCRIPTION"></p>
            </div>
            <div class="modal-footer">
            	<div class="pull-right">
                	<button class="btn btn-danger" ng-click="ok()" translate="EDITOR.POPUP.UNSAVED-CHANGES.ACTION.DISCARD"></button>
                	<button class="btn btn-default" ng-click="cancel()" translate="EDITOR.POPUP.UNSAVED-CHANGES.ACTION.CONTINUE"></button>
                </div>
            	<div class="loading pull-right" ng-show="loading">
            		<div class="l1"></div><div class="l2"></div><div class="l2"></div>
            	</div>
            </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/unsaved-changes.html
jruby_activiti-2.0.7 web/public/editor-app/popups/unsaved-changes.html
jruby_activiti-2.0.6 web/public/editor-app/popups/unsaved-changes.html
jruby_activiti-2.0.5 web/public/editor-app/popups/unsaved-changes.html
jruby_activiti-2.0.4 web/public/editor-app/popups/unsaved-changes.html
jruby_activiti-2.0.3 web/public/editor-app/popups/unsaved-changes.html
jruby_activiti-2.0.2 web/public/editor-app/popups/unsaved-changes.html
jruby_activiti-2.0.1 web/public/editor-app/popups/unsaved-changes.html
jruby_activiti-2.0.0 web/public/editor-app/popups/unsaved-changes.html