]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_location.tpl
Spelling updates
[bacula/bacula] / gui / bweb / tpl / display_location.tpl
index 9c22c8394cb8742223e7ae7571007636eb73d69b..b00075877b6a7542ebad6bc2d34e51f76573a3aa 100644 (file)
@@ -5,23 +5,16 @@
  <div class="bodydiv">
    <form action='?' method='get'>
     <table id='id<TMPL_VAR ID>'></table>
-    <button class='formulaire' type='submit' name='action' value='location_add' title='Add a location'>
-     <img src='/bweb/add.png'>
-    </button>
-    <button class='formulaire' type='submit' name='action' value='location_del' title='Remove a location'>
-     <img src='/bweb/remove.png'>
-    </button>
-    <button class='formulaire' type='submit' name='action' value='location_edit' title='Edit a location'>
-     <img src='/bweb/edit.png'>
-    </button>
+    <input type="image" name='action' value='location_add' title='Add a location' src='/bweb/add.png'>&nbsp;
+    <input type="image" name='action' value='location_del' title='Remove a location' src='/bweb/remove.png'>&nbsp;
+    <input type="image" name='action' value='location_edit' title='Edit a location' src='/bweb/edit.png'>&nbsp;
 
-    <button class='formulaire' type='submit' name='action' value='media' title='Show content'>
-     <img src='/bweb/zoom.png'>
-    </button>
+    <input type="image" name='action' value='media' title='Show content'
+     src='/bweb/zoom.png'>
    </form>
  </div>
 
-<script language="JavaScript">
+<script type="text/javascript" language="JavaScript">
 
 var header = new Array("Name","Enabled", "Cost", "Nb volumes", "Select");
 
@@ -66,8 +59,8 @@ nrsTable.setup(
  header_color: header_color,
  page_nav: true,
  padding: 3,
- rows_per_page: rows_per_page,
-// disable_sorting: new Array(5,6)
+// disable_sorting: new Array(5,6),
+ rows_per_page: rows_per_page
 }
 );
 </script>