]> wagnertech.de Git - kivitendo-erp.git/commitdiff
[% onload %] aus den templates entfernt, weil das nie mehr gesetzt ist.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 20 Sep 2012 17:04:18 +0000 (19:04 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:01:11 +0000 (16:01 +0200)
23 files changed:
templates/webpages/admin/list_users.html
templates/webpages/ar/form_header.html
templates/webpages/ca/list.html
templates/webpages/cp/form_header.html
templates/webpages/do/form_header.html
templates/webpages/dunning/search.html
templates/webpages/dunning/set_email.html
templates/webpages/dunning/show_invoices.html
templates/webpages/generic/calculate_qty.html
templates/webpages/generic/cov_selection.html
templates/webpages/generic/part_selection.html
templates/webpages/generic/select_delivery_customer.html
templates/webpages/generic/select_part.html
templates/webpages/generic/select_vendor.html
templates/webpages/generic/set_longdescription.html
templates/webpages/gl/search.html
templates/webpages/ic/parts_language_selection.html
templates/webpages/oe/form_header.html
templates/webpages/rc/step1.html
templates/webpages/report_generator/html_report.html
templates/webpages/rp/report.html
templates/webpages/wh/warehouse_selection_assembly.html
templates/webpages/wh/warehouse_selection_stock.html

index a48685e6f34157468ab1716b9b992b2b097df802..664a6141b9569d47fdf99a0efd172995027fdf9f 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body class="admin" onload="">
+<body class="admin">
 
  <h1>[% title %]</h1>
 
index 0e65ea9c6f372dd6dbbc45d5023891d6150b2534..7fa799f5fcf30a29c7c8b7b0e629e50ad186c5f8 100644 (file)
@@ -3,8 +3,6 @@
 [%- USE T8 %]
 [%- USE LxERP %]
 
-<body onLoad="[% onload %]">
-
 <form method=post name="arledger" action="[% script %]">
 
 [% L.hidden_tag('id', id) %]
index dec97db56c11c1fb11241a87dee8abbc34a063b0..82cd1807e0f65e8471b9f0055ab6fd494b13635f 100644 (file)
@@ -2,9 +2,6 @@
 [% USE T8 %]
 [% USE HTML %]
 [% USE LxERP %]
-
-<body onLoad="[% onload %]">
-
 <form method=post action="[% script %]">
 
 [% L.hidden_tag('accno', accno) %]
index c513eca9b9f348bfc3716bcb3fbf7776e8e3ffdb..4d24a8a239b2c477d8be1dfb0575c95e8757387c 100644 (file)
@@ -2,8 +2,6 @@
 [%- USE HTML %]
 [%- USE T8 %]
 [%- USE LxERP %]
-<body onload=[% onload %]>
-
 <form method=post action=cp.pl>
 
 [% L.hidden_tag('defaultcurrency', defaultcurrency) %]
index 5c513297770f892b20212e506db85bb45785514c..ef415027f0f18480371b789f89f7669858212316 100644 (file)
@@ -2,8 +2,6 @@
 [%- USE HTML %]
 [%- USE LxERP %]
 [%- USE L %]
-<body onload="on_load()">
-
  <script type="text/javascript" src="js/show_form_details.js"></script>
  <script type="text/javascript" src="js/show_history.js"></script>
  <script type="text/javascript" src="js/show_vc_details.js"></script>
  <script type="text/javascript" src="js/stock_in_out.js"></script>
  <script type="text/javascript" src="js/follow_up.js"></script>
 
- <script type="text/javascript">
-  <!--
-      function on_load() {
-        [% IF onload %][% onload %];[% END %]
-      }
-    -->
- </script>
-
  <style type="text/css">
   .fixed_width {
     width: 250px;
index a56bbef3d2214cce8c7d61ec0df5230cd4de2294..18737886c54bc359850bf54fc516ce48c92ee3f0 100644 (file)
@@ -1,8 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
 [%- USE L %]
-<body onLoad="[% onload %]">
-
  <script type="text/javascript" src="js/common.js"></script>
 
  <form method="post" name="search" action="dn.pl">
index c6f50c085072ee150b3493e2f362728aff7c0346..e2d558d4c3e588b45cea1a722b96b1a59efb2a5b 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
-
  <script type="text/javascript">
   <!--
       function email_updated() {
index 968e67d0943496288cc8ff43b7870fbe19573cd2..ce7579b8c201fc4f42b2b1af3578ab627ab3f049 100644 (file)
@@ -4,8 +4,6 @@
 [% L.javascript_tag('jquery.checkall') %]
 [% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %]
 [% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %]
-<body [% IF onload %] onload="[% onload %]"[% END %]>
-
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/dunning.js"></script>
 
index 12b5232ee51f5f6037dcc370c874c931642c8de7..97e9e426456620fd4852e35ba6d78ab98ae8a011 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
-
  <form name="Form">
 
   <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
index c4f98abc0e734431febb8abd9027373564c9e533..49ccd3c6e187e6e0fd438befb5850bfdf78fb739 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body[% IF onload %] onload="[% onload %]"[% END %]>
-
  <form method="post">
 
   <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
index f10331ce69ae780618f15f4d92df6536b196dd59..3bca0a880642ae6ce1b2cf3152c16ec095399839 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
-
  <form action="[% HTML.escape(script) %]" method="post" name="Form">
 
   <input type="hidden" name="input_partnumber" value="[% HTML.escape(input_partnumber) %]">
index 71435913b80385bcf8841c3a8be4d4af8f836b90..9f8957eb9424914d1c1b640aa887f71edaab0502 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
-
  <form name="Form">
 
   <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
index 9a4b55542c16e7a077b96568f4dbb6d0fa644d7e..f08104146258faf4b08d700cec3e223d57331410 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body [%- IF onload %]onload="[%- onload %]"[%- END %]>
-
  <form method="post" action="[% HTML.escape(script) %]">
 
   <input type="hidden" name="nextsub" value="[% HTML.escape(nextsub) %]">
index c97893ea5c5bebe35a07aee31441bb7e408c4d91..e34bed9ce638b65d10401ba29deccfe77b6868b4 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
-
  <form name="Form">
 
   <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
index 6ba4ed9b39e64933047d6be5fd3919a7a35cf76e..1b4b9d0647f932cb21d986d4644da0ba60169b1c 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
-
  <form name="Form">
 
   <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
index 56acaa67d93b3d240f5396ab48330013f284d52e..3f1fd404d03760053ff7b04de5a35393ec491100 100644 (file)
@@ -2,8 +2,6 @@
 [%- USE HTML %]
 [%- USE LxERP %]
 [%- USE L %]
-<body onLoad="[% onload %]">
-
 <form method=post action=gl.pl>
 
 <input type=hidden name=sort value=datesort>
index 685910ec7fefe5deacc281112a9268e65d5457ed..59fd2f6cdca8d8d1a13f7bdb22d778cbcb695741 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
-
  <form name="Form">
 
   <input type="hidden" name="input_name" value="[% HTML.escape(input_name) %]">
index 76190766ff77508646d867c004704865a2b77967..eed285c72af4a552bbfeb41d23f120abfd7138d1 100644 (file)
@@ -2,7 +2,6 @@
 [%- USE HTML %]
 [%- USE LxERP %]
 [%- USE L %]
-<body onLoad="[% onload %]">
 
   <form method="post" name="oe" action="[% script %]">
 
index 09ebefccfe908f01c633cb0aa6554ea5b26d3302..940b3065c1b7a6a47cbc512397b14d195a021152 100644 (file)
@@ -2,8 +2,6 @@
 [%- USE HTML %]
 [%- USE L %]
 [%- USE LxERP %]
-<body onLoad="[% onload %]">
-
 <h1>[% 'Reconciliation' | $T8 %]</h1>
 
 <form method=post action="[% script %]">
index c00113eecb7fc39aad7ede739f8b7edd73784e31..71908655ccd74f14479a35b38d3d30f872670be8 100644 (file)
@@ -1,7 +1,5 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body[%- IF onload %] onload="[%- onload %]"[%- END %]>
-
  <style type="text/css">
   <!--
 .top_border {
index 263ff2c862e006800c0a4c5fb12db1a7e0c11301..cf755d6b7fbbd138841c212ad95d638525deea46 100644 (file)
@@ -74,7 +74,6 @@
   </tr>
 [%- END %]
 
-<body onLoad="[% onload %]">
 <h1>[% title %]</h1>
 
 <form method=post action='[% script %]'>
index 77a4e73665c69d69fc036522a462542af6d090f0..bb51941b929017566639e3455d09eef8b5d77c32 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
 [%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
-<body onload="on_load(); [%- onload %]">
+<body onload="on_load();">
 
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/part_selection.js"></script>
index 63b15d4beb25b978bf920345fd2dda0ed4266cc4..1a50d5575ddba9efb871f175ea73cef3e466ada4 100644 (file)
@@ -1,7 +1,7 @@
 [%- USE T8 %]
 [%- USE L %]
 [%- USE HTML %][%- USE JavaScript %][%- USE LxERP %]
-<body onload="on_load(); [%- onload %]">
+<body onload="on_load();">
 
  <script type="text/javascript" src="js/common.js"></script>
  <script type="text/javascript" src="js/part_selection.js"></script>
    <input type="submit" class="submit" name="action" value="[% 'Stock' | $T8 %]">
    [%- END %]
   </p>
- </form> 
+ </form>
+