Refactoring: DHTML-Tab-Dialog durch Variante aus jQuery-UI ersetzt
[kivitendo-erp.git] / templates / webpages / ic / form_footer.html
index 7fd6908..416b54b 100644 (file)
     <td><hr size="3" noshade></td>
   </tr>
  </table>
-
- <br style="clear: left" />
 </div>
 
 [%- IF id %]
-<div id="sales_price_information" class="tabcontent">
+<div id="sales_price_information">
   [% PROCESS ic/sales_price_information.html id=id %]
 </div>
 [%- END %]
 
 [%- IF CUSTOM_VARIABLES.size %]
-<div id="custom_variables" class="tabcontent">
+<div id="custom_variables">
 
  <p>[% 'Unchecked custom variables will not appear in orders and invoices.' | $T8 %]</p>
 
@@ -50,8 +48,6 @@
    [%- END %]
   </table>
  </p>
-
- <br style="clear: left" />
 </div>
 [%- END %]
 
 </form>
 
 <script type="text/javascript" src="js/wz_tooltip.js"></script>
-<script type="text/javascript">
-<!--
-    var maintab = new ddtabcontent("maintab");
-    maintab.setpersist(true);
-    maintab.setselectedClassTarget("link"); //"link" or "linkparent"
-    maintab.init();
-  -->
-</script>
-