fed4fire style changes
[myslice.git] / plugins / apply / templates / apply.html
index 31a22ee..9e251b7 100644 (file)
@@ -1,11 +1,19 @@
-<div id={{ domid }}>
-  <!-- Modal - columns selector -->
+<div id="{{ domid }}" class="sl-filter-resources">
+    <button class="btn btn-onelab btn-apply"  id="{{domid}}__apply" data-toggle="modal" data-target="#{{domid}}__apply__window">Apply</button>
+</div> 
+<!-- Modal - columns selector -->
   <div class="modal fade" id="{{domid}}__apply__window" tabindex="-1" role="dialog" aria-labelledby="{{domid}}__apply__label" aria-hidden="true">
     <div class="modal-dialog modal-dialog-large">
       <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'>
         </div>
       </div>
     </div>
-  </div>
-
-  
-  <!-- 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-default btn-sm" id="{{domid}}__cancel">Cancel</button> -->
-</div> 
+  </div>
\ No newline at end of file