Überflüssige "jquery-ui"-Einbindungen gelöscht
authorThomas Heck <theck@linet-services.de>
Fri, 30 Nov 2012 09:39:20 +0000 (10:39 +0100)
committerThomas Heck <theck@linet-services.de>
Fri, 30 Nov 2012 09:39:20 +0000 (10:39 +0100)
templates/webpages/am/edit_units.html
templates/webpages/am/list_price_factors.html
templates/webpages/am/list_warehouses.html
templates/webpages/amcvar/list_cvar_configs.html
templates/webpages/payment_term/list.html

index 8384d44..c8d6ae7 100644 (file)
@@ -1,8 +1,6 @@
 [%- USE T8 %][%- USE LxERP %][% USE L %]
 [% USE HTML %]
 
-<script type="text/javascript" src="js/jquery-ui.js"></script>
-
 
  [% IF saved_message %]
   <p>[% saved_message %]</p>
index 06e48a3..6b3757b 100644 (file)
@@ -1,9 +1,6 @@
 [%- USE T8 %][% USE L %][% USE LxERP %]
 [% USE HTML %]
 
-<script type="text/javascript" src="js/jquery-ui.js"></script>
-
-
  [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
 
  <div class="listtop">[% title %]</div>
index 4761d3f..958913a 100644 (file)
@@ -1,9 +1,6 @@
 [%- USE T8 %][% USE LxERP %][% USE L %]
 [% USE HTML %]
 
-<script type="text/javascript" src="js/jquery-ui.js"></script>
-
-
  [% IF saved_message %]<p>[% saved_message %]</p>[% END %]
 
  <div class="listtop">[% title %]</div>
index ddf2143..b3631e3 100644 (file)
@@ -1,9 +1,6 @@
 [%- USE T8 %][% USE LxERP %][% USE L %]
 [% USE HTML %]
 
-<script type="text/javascript" src="js/jquery-ui.js"></script>
-
-
  [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
 
  <div class="listtop">[% title %]</div>
index 3213be2..20533f6 100644 (file)
@@ -1,7 +1,5 @@
 [% USE HTML %][% USE T8 %][% USE L %][% USE LxERP %]
 
-<script type="text/javascript" src="js/jquery-ui.js"></script>
-
  <div class="listtop">[% FORM.title %]</div>
 
 [%- INCLUDE 'common/flash.html' %]