Revision c3cbcf4f
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
config/lx-erp.conf | ||
---|---|---|
1 | 1 |
use Cwd; |
2 | 2 |
|
3 |
use vars qw( |
|
4 |
$dbcharset $eur $ghostscript_bin $html2ps_bin $language $latex_bin |
|
5 |
$latex_templates $lizenzen $memberfile $opendocument_templates |
|
6 |
$openofficeorg_daemon $openofficeorg_daemon_port $openofficeorg_writer_bin |
|
7 |
$pg_dump_exe $pg_restore_exe $sendmail $show_best_before $sid $spool $templates |
|
8 |
$use_rdbo $userspath $vertreter $webdav $xvfb_bin |
|
3 |
our qw( |
|
4 |
$dbcharset $eur $ghostscript_bin $html2ps_bin $language $latex_bin |
|
5 |
$latex_templates $lizenzen $memberfile $opendocument_templates |
|
6 |
$openofficeorg_daemon $openofficeorg_daemon_port $openofficeorg_writer_bin |
|
7 |
$parts_image_css $parts_listing_images $parts_show_image $pg_dump_exe |
|
8 |
$pg_restore_exe $sendmail $show_best_before $sid $spool $templates |
|
9 |
$use_rdbo $userspath $vertreter $webdav $xvfb_bin |
|
9 | 10 |
); |
10 | 11 |
|
11 | 12 |
# path to user configuration files |
... | ... | |
53 | 54 |
# Zeige Felder für Mindesthaltbarkeitsdatum |
54 | 55 |
$show_best_before = 0; |
55 | 56 |
|
57 |
## Artikelbilder anzeigen |
|
58 |
# Artikelbild in der Detailansicht anzeigen |
|
59 |
$parts_show_image = 1; # [0|1] |
|
60 |
$parts_image_css = 'border:0;float:left;max-width:250px;margin-top:20px:margin-right:10px;margin-left:10px;'; # [belibige valide css definiton] |
|
61 |
# Artikelbilder per default in den Suchergebnissen anzeigen |
|
62 |
$parts_listing_images = 0; # [0|1] |
|
63 |
|
|
56 | 64 |
## Support fuer OpenDocument-Vorlagen |
57 | 65 |
# Diese Option legt fest, ob OpenDocument-Vorlagen generell verfuegbar sind. |
58 | 66 |
$opendocument_templates = 1; |
Auch abrufbar als: Unified diff
Inhalte von lx-erp.conf und lx-erp.conf.default angeglichen
Teil eines Fixes für Bug 1557.