Merge branch 'master' of ssh://lx-office/~/lx-office-erp
[kivitendo-erp.git] / templates / webpages / oe / sales_order_master.html
index b9caef4..6072564 100644 (file)
@@ -1,8 +1,7 @@
 [% USE HTML %]
 <tr>
  <td>
-  <input type="checkbox" id="cb_show_details" name="show_details" [%- IF show_details %] checked[% END %]>
-  <label for="cb_show_details"><translate>Show details</translate></label><br>
+  <input type="button" id="cb_show_details" name="show_details" value='<translate>Show details</translate>'>
   <script type="text/javascript">
    $('#cb_show_details').click(function(){ $('[id$="row2"]').toggle() });
   </script>