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 6a6dc9c..e6b71d1 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 c9ce8a7..e9df309 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 3080e42..248bbb1 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 3b6ba95..518b9a8 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 0b6778b..2ce20ff 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 a33fe8b..b7ee6ed 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 2552964..baa3ac6 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>
-