]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_media.tpl
ebl add recyclecount + comment to display_media_zoom
[bacula/bacula] / gui / bweb / tpl / display_media.tpl
index 7295cea9362ae0179587b42b799e99a553c85901..0258ed69f78f925cd7afc1bdc28cf42c40de2b87 100644 (file)
@@ -21,7 +21,7 @@ Location : <TMPL_VAR location>
 
    <form action='?action=test' method='get'>
     <table id='id_pool_<TMPL_VAR ID>'></table>
-      <input type="image" name='action' value='extern' title='Move out' src='/bweb/extern.png'>&nbsp;
+      <input type="image" name='action' value='extern' title='Move out' src='/bweb/extern.png' onclick='return confirm("Do you want to eject selected media ?");'>&nbsp;
       <input type="image" name='action' value='intern' title='Move in' src='/bweb/intern.png'>&nbsp;
       <input type="image" name='action' value='update_media' title='Update media' src='/bweb/edit.png'>&nbsp;
       <input type="image" name='action' value='media_zoom' title='Informations' src='/bweb/zoom.png'>&nbsp;
@@ -86,7 +86,7 @@ nrsTable.setup(
  page_nav: true,
  padding: 3,
  rows_per_page: rows_per_page,
- disable_sorting: new Array(1,8)
+ disable_sorting: new Array(1,3,9)
 }
 );
 </script>