]> wagnertech.de Git - kivitendo-erp.git/commitdiff
jquery.checkall.js immer laden lassen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 1 Mar 2013 13:14:36 +0000 (14:14 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 1 Mar 2013 13:17:07 +0000 (14:17 +0100)
SL/Form.pm
bin/mozilla/dn.pl
bin/mozilla/do.pl
bin/mozilla/sepa.pl
templates/webpages/bp/list_spool.html
templates/webpages/dunning/show_invoices.html
templates/webpages/rc/step2.html

index 6a6dc9c21886c95c707ec37dab9660538c0afc8c..e6b71d1fc7b636a0f897a1eca9f26a1678e57ec3 100644 (file)
@@ -476,7 +476,7 @@ sub header {
 
   $layout->use_javascript("$_.js") for qw(
     jquery common jscalendar/calendar jscalendar/lang/calendar-de
-    jscalendar/calendar-setup part_selection jquery-ui jquery.cookie jqModal
+    jscalendar/calendar-setup part_selection jquery-ui jquery.cookie jqModal jquery.checkall
     switchmenuframe
   );
 
index c9ce8a76e6933d59ef7757d3b0928925a9ffa80a..e9df309444a5e377cbfdc52fb3920f87f0d6c7be 100644 (file)
@@ -153,7 +153,6 @@ sub show_invoices {
                                           'no_html'         => 1,
                                           'no_opendocument' => 1,);
 
-  $::request->layout->use_javascript('jquery.checkall.js');
   $form->header();
   print $form->parse_html_template("dunning/show_invoices");
 
index 3080e42a9d900439c43abce2947d31a0c374f222..248bbb1f83e5261cbde9a776cdb3e673acd24fcb 100644 (file)
@@ -314,7 +314,6 @@ sub form_header {
   $form->{follow_up_trans_info} = $form->{donumber} .'('. $follow_up_vc .')';
 
   $::request->layout->use_stylesheet('presenter/record/record_list.css');
-  $::request->layout->use_javascript('jquery.checkall.js');
 
   $form->header();
   # Fix für Bug 1082 Erwartet wird: 'abteilungsNAME--abteilungsID'
index 3b6ba95dfc060f2538314a96776771015b05d731..518b9a8fcea3a7d11194c13ee2dbaeb7003353fb 100755 (executable)
@@ -58,7 +58,6 @@ sub bank_transfer_add {
     $invoice->{reference_prefix}  = $prefix;
   }
 
-  $::request->layout->use_javascript('jquery.checkall.js');
   $form->header();
   print $form->parse_html_template('sepa/bank_transfer_add',
                                    { 'INVOICES'           => $invoices,
@@ -187,8 +186,6 @@ sub bank_transfer_list {
   my $cgi    = $::request->{cgi};
   my $vc     = $form->{vc} eq 'customer' ? 'customer' : 'vendor';
 
-  $::request->layout->use_javascript('jquery.checkall.js');
-
   $form->{title}     = $vc eq 'customer' ? $::locale->text('List of bank collections') : $locale->text('List of bank transfers');
 
   $form->{sort}    ||= 'id';
@@ -333,7 +330,6 @@ sub bank_transfer_edit {
     $form->error($locale->text('That export does not exist.'));
   }
 
-  $::request->layout->use_javascript('jquery.checkall.js');
   $form->{jsscript} = 1;
   $form->{title}    = $locale->text('View SEPA export');
   $form->header();
index 0b6778be796bf9e8604742504c710bf33d37a39c..2ce20ffa7816a37f0a5aaa44416af0273f5d3ac7 100644 (file)
@@ -4,7 +4,6 @@
 [%- USE T8 %]
 [%- USE url %]
 [%- SET list_spool__callback = href _ '&sort=' _ sort %]
-[% L.javascript_tag('jquery.checkall') %]
 
 <h1>[% title | html %]</h1>
 
@@ -79,4 +78,3 @@
 [% L.select_tag('printer', ALL_PRINTERS, title_key = 'printer_description') %]
 
 </form>
-
index a33fe8b889af6139470a8922e9f6c0462d4d9331..b7ee6ed47585796bf2acd1774f2dc3bd5f41674a 100644 (file)
@@ -1,7 +1,6 @@
 [%- USE T8 %]
 [% USE HTML %]
 [% USE L %]
-[% 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 %]
  <script type="text/javascript" src="js/common.js"></script>
index 255296463fbcebfc156616b44eccc74869f784e0..baa3ac6b01640937191ea392a986ab214974935e 100644 (file)
@@ -2,7 +2,6 @@
 [%- USE L  %]
 [%- USE T8 %]
 [%- USE LxERP  %]
-[%- L.javascript_tag('jquery.checkall')  %]
 
 <h1>[% accno | html %]--[% account | html %]</h1>
 
 <input type=submit class=submit name=action value="[% 'Done' | $T8 %]">
 
 </form>
-