Bernd Wurst commited on 2014-01-31 17:08:21
Zeige 1 geänderte Dateien mit 2 Einfügungen und 9 Löschungen.
... | ... |
@@ -17,18 +17,11 @@ Nevertheless, in case you use a significant part of this code, we ask (but not r |
17 | 17 |
require_once('inc/icons.php'); |
18 | 18 |
require_once('invoice.php'); |
19 | 19 |
|
20 |
+require_once('inc/jquery.php'); |
|
21 |
+ |
|
20 | 22 |
require_role(ROLE_CUSTOMER); |
21 | 23 |
$section = 'invoice_current'; |
22 | 24 |
|
23 |
-$path = config('jquery_ui_path'); |
|
24 |
- |
|
25 |
-html_header(' |
|
26 |
-<link rel="stylesheet" href="'.$path.'/themes/base/jquery-ui.css" /> |
|
27 |
-<script type="text/javascript" src="'.$path.'/jquery-1.9.0.js" ></script> |
|
28 |
-<script type="text/javascript" src="'.$path.'/ui/jquery-ui.js" ></script> |
|
29 |
- |
|
30 |
-'); |
|
31 |
- |
|
32 | 25 |
title('Erteilung eines Mandats zur SEPA-Basis-Lastschrift'); |
33 | 26 |
|
34 | 27 |
output('<p>Ich ermächtige die Firma schokokeks.org GbR, Zahlungen von meinem Konto mittels Lastschrift |
35 | 28 |