]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/am/config_master.html
DATEV-Schnittstelle: Auslagerung von KNE-Schreibfunktionen in eigenes Modul. Kosmetik...
[mfinanz.git] / templates / webpages / am / config_master.html
index 1c692acad28041bc78f5f72ed8bebae03c2fbd14..94345e3a74e78566e7597949f628b209d5c18b2c 100644 (file)
@@ -1,8 +1,10 @@
 [% USE HTML %]<body onLoad="fokus()">
 
- <div class="listtop">[% title %]</div>
+ <p>
+  <div class="listtop">[% title %]</div>
+ </p>
 
- <form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
+ <form method="post" action="am.pl" name="Form">
 
   <ul id="maintab" class="shadetabs">
    <li class="selected"><a href="#" rel="page_personal_settings"><translate>Personal settings</translate></a></li>
 
  <script type="text/javascript">
   <!--
-      //Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
-      initializetabcontent("maintab");
+      var maintab = new ddtabcontent("maintab");
+      maintab.setpersist(true);
+      maintab.setselectedClassTarget("link"); //"link" or "linkparent"
+      maintab.init();
     -->
  </script>