many cosmetic changes
[myslice.git] / plugins / apply / templates / apply.html
index 31a22ee..f05af49 100644 (file)
@@ -5,7 +5,13 @@
       <div class="modal-content">
         <div class="modal-header">
           <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
-            <h4 class="modal-title" id="{{domid}}__apply__label">Applying pending changes...</h4>
+            <h4 class="modal-title" id="{{domid}}__apply__label">
+                Applying pending changes...                    
+            </h4>
+            <div>
+               <img id="applyloading" src="/static/img/loading.gif" /> &nbsp;&nbsp;
+               Please be patient, this operation can take a minute or two.
+            </div>
         </div>
         <div class="modal-body">
 <div class='resources-selected-spacer'>
@@ -36,6 +42,6 @@
 
   
   <!-- Button toolbar -->
-  <button class="btn btn-onelab btn-sm"  id="{{domid}}__apply" data-toggle="modal" data-target="#{{domid}}__apply__window">Apply</button>
+  <button class="btn btn-onelab btn-apply"  id="{{domid}}__apply" data-toggle="modal" data-target="#{{domid}}__apply__window">Apply</button>
   <!-- <button class="btn btn-default btn-sm" id="{{domid}}__cancel">Cancel</button> -->
 </div>