Revision 172936e9
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
476 | 476 |
|
477 | 477 |
$layout->use_javascript("$_.js") for qw( |
478 | 478 |
jquery common jscalendar/calendar jscalendar/lang/calendar-de |
479 |
jscalendar/calendar-setup part_selection jquery-ui jquery.cookie jqModal |
|
479 |
jscalendar/calendar-setup part_selection jquery-ui jquery.cookie jqModal jquery.checkall
|
|
480 | 480 |
switchmenuframe |
481 | 481 |
); |
482 | 482 |
|
bin/mozilla/dn.pl | ||
---|---|---|
153 | 153 |
'no_html' => 1, |
154 | 154 |
'no_opendocument' => 1,); |
155 | 155 |
|
156 |
$::request->layout->use_javascript('jquery.checkall.js'); |
|
157 | 156 |
$form->header(); |
158 | 157 |
print $form->parse_html_template("dunning/show_invoices"); |
159 | 158 |
|
bin/mozilla/do.pl | ||
---|---|---|
314 | 314 |
$form->{follow_up_trans_info} = $form->{donumber} .'('. $follow_up_vc .')'; |
315 | 315 |
|
316 | 316 |
$::request->layout->use_stylesheet('presenter/record/record_list.css'); |
317 |
$::request->layout->use_javascript('jquery.checkall.js'); |
|
318 | 317 |
|
319 | 318 |
$form->header(); |
320 | 319 |
# Fix für Bug 1082 Erwartet wird: 'abteilungsNAME--abteilungsID' |
bin/mozilla/sepa.pl | ||
---|---|---|
58 | 58 |
$invoice->{reference_prefix} = $prefix; |
59 | 59 |
} |
60 | 60 |
|
61 |
$::request->layout->use_javascript('jquery.checkall.js'); |
|
62 | 61 |
$form->header(); |
63 | 62 |
print $form->parse_html_template('sepa/bank_transfer_add', |
64 | 63 |
{ 'INVOICES' => $invoices, |
... | ... | |
187 | 186 |
my $cgi = $::request->{cgi}; |
188 | 187 |
my $vc = $form->{vc} eq 'customer' ? 'customer' : 'vendor'; |
189 | 188 |
|
190 |
$::request->layout->use_javascript('jquery.checkall.js'); |
|
191 |
|
|
192 | 189 |
$form->{title} = $vc eq 'customer' ? $::locale->text('List of bank collections') : $locale->text('List of bank transfers'); |
193 | 190 |
|
194 | 191 |
$form->{sort} ||= 'id'; |
... | ... | |
333 | 330 |
$form->error($locale->text('That export does not exist.')); |
334 | 331 |
} |
335 | 332 |
|
336 |
$::request->layout->use_javascript('jquery.checkall.js'); |
|
337 | 333 |
$form->{jsscript} = 1; |
338 | 334 |
$form->{title} = $locale->text('View SEPA export'); |
339 | 335 |
$form->header(); |
templates/webpages/bp/list_spool.html | ||
---|---|---|
4 | 4 |
[%- USE T8 %] |
5 | 5 |
[%- USE url %] |
6 | 6 |
[%- SET list_spool__callback = href _ '&sort=' _ sort %] |
7 |
[% L.javascript_tag('jquery.checkall') %] |
|
8 | 7 |
|
9 | 8 |
<h1>[% title | html %]</h1> |
10 | 9 |
|
... | ... | |
79 | 78 |
[% L.select_tag('printer', ALL_PRINTERS, title_key = 'printer_description') %] |
80 | 79 |
|
81 | 80 |
</form> |
82 |
|
templates/webpages/dunning/show_invoices.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %] |
3 | 3 |
[% USE L %] |
4 |
[% L.javascript_tag('jquery.checkall') %] |
|
5 | 4 |
[% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %] |
6 | 5 |
[% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %] |
7 | 6 |
<script type="text/javascript" src="js/common.js"></script> |
templates/webpages/rc/step2.html | ||
---|---|---|
2 | 2 |
[%- USE L %] |
3 | 3 |
[%- USE T8 %] |
4 | 4 |
[%- USE LxERP %] |
5 |
[%- L.javascript_tag('jquery.checkall') %] |
|
6 | 5 |
|
7 | 6 |
<h1>[% accno | html %]--[% account | html %]</h1> |
8 | 7 |
|
... | ... | |
114 | 113 |
<input type=submit class=submit name=action value="[% 'Done' | $T8 %]"> |
115 | 114 |
|
116 | 115 |
</form> |
117 |
|
Auch abrufbar als: Unified diff
jquery.checkall.js immer laden lassen