Line 31... |
Line 31... |
31 |
|
31 |
|
32 |
<script type="text/javascript">
|
32 |
<script type="text/javascript">
|
33 |
|
33 |
|
34 |
jQuery(document).ready(function() {
|
34 |
jQuery(document).ready(function() {
|
35 |
|
35 |
|
36 |
jQuery('#wpsg_foottext_0_<?php echo $key; ?>').wpsg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_rechnungen&do=inlinedit&noheader=1', {
|
36 |
jQuery('#wpsg_foottext_0_<?php echo $key; ?>').wpsg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_rechnungen&do=inlinedit&noheader=1', {
|
37 |
submitdata: {
|
37 |
submitdata: {
|
38 |
field: '0',
|
38 |
field: '0',
|
39 |
field_id: '<?php echo $key; ?>'
|
39 |
field_id: '<?php echo $key; ?>'
|
40 |
},
|
40 |
},
|
41 |
submit: '<?php echo __('Speichern', 'wpsg'); ?>',
|
41 |
submit: '<?php echo __('Speichern', 'wpsg'); ?>',
|
Line 43... |
Line 43... |
43 |
indicator: '<?php echo __('Speicher ...', 'wpsg'); ?>',
|
43 |
indicator: '<?php echo __('Speicher ...', 'wpsg'); ?>',
|
44 |
tooltip: '<?php echo __('Zum Bearbeiten anklicken ...', 'wpsg'); ?>'
|
44 |
tooltip: '<?php echo __('Zum Bearbeiten anklicken ...', 'wpsg'); ?>'
|
45 |
});
|
45 |
});
|
46 |
|
46 |
|
47 |
jQuery('#wpsg_foottext_1_<?php echo $key; ?>').wpsg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_rechnungen&do=inlinedit&noheader=1', {
|
47 |
jQuery('#wpsg_foottext_1_<?php echo $key; ?>').wpsg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_rechnungen&do=inlinedit&noheader=1', {
|
- |
|
48 |
type: 'textarea',
|
48 |
submitdata: {
|
49 |
submitdata: {
|
49 |
field: '1',
|
50 |
field: '1',
|
50 |
field_id: '<?php echo $key; ?>'
|
51 |
field_id: '<?php echo $key; ?>'
|
51 |
},
|
52 |
},
|
52 |
submit: '<?php echo __('Speichern', 'wpsg'); ?>',
|
53 |
submit: '<?php echo __('Speichern', 'wpsg'); ?>',
|