buttons in the resources selected area are styled by bootstrap
[unfold.git] / plugins / resources_selected / templates / resources_selected.html
index aa5e485..e1e56bc 100644 (file)
@@ -8,8 +8,10 @@
       <th>+/-</th>
     </tr>
   </thead>
+  <tbody></tbody>
 </table>
-<input id="{{domid}}__update" type=button value="Update" />
-<input id="{{domid}}__refresh" type=button value="Refresh" />
-<input id="{{domid}}__reset" type=button value="Reset" />
-<input id="{{domid}}__clear_annotations" type=button value="Clear annotations" />
+<button type="button" id="{{domid}}__update"  class="btn btn-default">"Update"</button>
+<button type="button" id="{{domid}}__refresh"  class="btn btn-default">"Refresh"</button>
+<button type="button" id="{{domid}}__reset"  class="btn btn-default">"Reset"</button>
+<button type="button" id="{{domid}}__clear_annotations"  class="btn btn-default">"Clear Annotations"</button>
+