diff --git a/contao/templates/be_dummy_copier.html5 b/contao/templates/be_dummy_copier.html5 index c18043e..462b643 100644 --- a/contao/templates/be_dummy_copier.html5 +++ b/contao/templates/be_dummy_copier.html5 @@ -8,13 +8,17 @@ .dc-tools { margin: 0.25rem 0 0.5rem; display: flex; gap: 0.5rem; } .dc-filter { width: 100%; margin: 0.25rem 0; } .dc-button { padding: 0.15rem 0.45rem; } + .dc-section { border: 1px solid #ccc; padding: 1rem; margin-bottom: 1.5rem; border-radius: 4px; } + .dc-section h3 { margin: 0 0 0.75rem; font-size: 1rem; font-weight: bold; } + .dc-hint { color: #666; font-size: 0.85rem; margin: 0.25rem 0 0.75rem; } -

-

+

1. Quell-Seiten auswaehlen

+

Alle Artikel und Inhaltselemente der gewaehlten Seiten werden automatisch mitkopiert (sofern Option "inkl. Content" aktiv ist).

+

+ -

+ +

+
-

- -

+ +
+

2. Quell-Module auswaehlen

+

Ausgewaehlte Module werden kopiert; Referenzen in den kopierten Seiten werden automatisch auf die neuen Module umgebogen.

+

+ +

+
-

- -

- -

-

+

3. Quell-Verzeichnisse auswaehlen (optional)

+

Optionale Dateiverzeichnisse, die gespiegelt werden sollen.

+

+ -

+ +

+
-

-

+

4. Kopieroptionen

+

+

+

+

+
+ + +
+

5. Ziel & Benennung

+

+ -

- -

-

-

- -

-

-

-

+ +

+

+ +

+

+ +

+

result) && \is_object($this->result)): ?>

Ergebnis

-
 $this->result->copiedPages,
-          'copiedModules' => $this->result->copiedModules,
-          'copiedContent' => $this->result->copiedContent,
+      
 $this->result->copiedPages,
+          'copiedModules'     => $this->result->copiedModules,
+          'copiedContent'     => $this->result->copiedContent,
           'copiedDirectories' => $this->result->copiedDirectories,
-          'pageMap' => $this->result->pageMap,
-          'moduleMap' => $this->result->moduleMap,
-          'notes' => $this->result->notes,
-      ], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES); ?>
+ 'pageMap' => $this->result->pageMap, + 'moduleMap' => $this->result->moduleMap, + 'notes' => $this->result->notes, + ], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES), ENT_QUOTES, 'UTF-8'); ?>