Browse code

Add list page picker to booking list module

Benjamin Roth authored on08/09/2023 13:01:36
Showing1 changed files
... ...
@@ -10,5 +10,7 @@
10 10
 
11 11
 $GLOBALS['TL_LANG']['tl_module']['vr_wa_standortId'][0] = 'Standort';
12 12
 $GLOBALS['TL_LANG']['tl_module']['vr_wa_standortId'][1] = 'Wählen Sie hier die Standorte aus, deren Zeitslots sie auflisten möchten.';
13
+$GLOBALS['TL_LANG']['tl_module']['vr_wa_listPage'][0] = 'Listenseite';
14
+$GLOBALS['TL_LANG']['tl_module']['vr_wa_listPage'][1] = 'Wählen Sie hier die Seite mit dem Weinanlieferung-Zeitslots Modul aus.';
13 15
 
14 16
 $GLOBALS['TL_LANG']['tl_module']['wa_config_legend'] = 'Weinanlieferung-Einstellungen';
Browse code

Update

Benjamin Roth authored on07/08/2023 16:41:30
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+<?php
2
+
3
+/**
4
+ * This file is part of contao-weinanlieferung-bundle.
5
+ *
6
+ * (c) vonRotenberg
7
+ *
8
+ * @license commercial
9
+ */
10
+
11
+$GLOBALS['TL_LANG']['tl_module']['vr_wa_standortId'][0] = 'Standort';
12
+$GLOBALS['TL_LANG']['tl_module']['vr_wa_standortId'][1] = 'Wählen Sie hier die Standorte aus, deren Zeitslots sie auflisten möchten.';
13
+
14
+$GLOBALS['TL_LANG']['tl_module']['wa_config_legend'] = 'Weinanlieferung-Einstellungen';