Browse code

Fix permissions

Benjamin Roth authored on09/05/2025 10:13:08
Showing1 changed files
... ...
@@ -17,3 +17,4 @@ $GLOBALS['TL_LANG']['CTE'][SecureDownloadsController::TYPE][1] = 'Sichere Downlo
17 17
  * Misc
18 18
  */
19 19
 $GLOBALS['TL_LANG']['MSC']['gotoPage'] = 'Zur Seite "%s"';
20
+$GLOBALS['TL_LANG']['MSC']['edit'] = 'Bearbeiten';
Browse code

Update

Benjamin Roth authored on26/07/2023 21:23:35
Showing1 changed files
... ...
@@ -8,8 +8,10 @@
8 8
  * @license LGPL-3.0+
9 9
  */
10 10
 
11
-$GLOBALS['TL_LANG']['CTE']['secureDownloads'][0] = 'Sichere Downloads';
12
-$GLOBALS['TL_LANG']['CTE']['secureDownloads'][1] = 'Sichere Downloads für Mitglieder';
11
+use vonRotenberg\MemberfilesBundle\Controller\Frontend\ContentElement\SecureDownloadsController;
12
+
13
+$GLOBALS['TL_LANG']['CTE'][SecureDownloadsController::TYPE][0] = 'Sichere Downloads';
14
+$GLOBALS['TL_LANG']['CTE'][SecureDownloadsController::TYPE][1] = 'Sichere Downloads für Mitglieder';
13 15
 
14 16
 /**
15 17
  * Misc
Browse code

Add dcas

Benjamin Roth authored on17/07/2023 12:21:01
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+/**
4
+ * Pagelist for Contao
5
+ *
6
+ * Copyright (c) 2015 Benjamin Roth
7
+ *
8
+ * @license LGPL-3.0+
9
+ */
10
+
11
+$GLOBALS['TL_LANG']['CTE']['secureDownloads'][0] = 'Sichere Downloads';
12
+$GLOBALS['TL_LANG']['CTE']['secureDownloads'][1] = 'Sichere Downloads für Mitglieder';
13
+
14
+/**
15
+ * Misc
16
+ */
17
+$GLOBALS['TL_LANG']['MSC']['gotoPage'] = 'Zur Seite &quot;%s&quot;';