institution: delete user button, once loaded
authorLoic Baron <loic.baron@lip6.fr>
Thu, 27 Feb 2014 10:48:19 +0000 (11:48 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Thu, 27 Feb 2014 10:48:19 +0000 (11:48 +0100)
portal/templates/institution.html

index 812b2e5..8248fca 100644 (file)
@@ -35,8 +35,7 @@
                     <th>Enabled</th>
                 </tr>
             </table>
-        </div>
-        <div>
+            <br>
             <button id="deleteusers" type="button" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Delete Users</button>
         </div>
        </div>
@@ -55,6 +54,7 @@
                     <th>expiration</th>
                 </tr>
             </table>
+            <br>
             <div>
                 <button id="renewslices" type="button" class="btn btn-default"><span class="glyphicon glyphicon-refresh"></span> Renew Slices</button>
                 <button id="deleteslices" type="button" class="btn btn-default"><span class="glyphicon glyphicon-remove"></span> Delete Slices</button>