Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Manager bei pageTree #158

Closed
codepiX-dev opened this issue Jun 5, 2014 · 4 comments
Closed

File Manager bei pageTree #158

codepiX-dev opened this issue Jun 5, 2014 · 4 comments
Labels

Comments

@codepiX-dev
Copy link

Hallo,

mir ist aufgefallen, dass bei der Verwendung des pageTree als inputType mit dem MCW noch eine Verlinkung zum File Manager generiert wird. Diese funktioniert nicht mehr.

Diese verweist auf /contao/files.php.

$xlabel .= ' a href="' . $strContaoPrefix . 'files.php' . $path . '" title="' . specialchars($GLOBALS['TL_LANG']['MSC']['fileManager']) . '" rel="lightbox[files 765 80%]">' . $this->generateImage('filemanager.gif', $GLOBALS['TL_LANG']['MSC']['fileManager'], 'style="vertical-align:text-bottom;"') . '</a';

VG
Patrick

@codepiX-dev
Copy link
Author

Der Fehler besteht auch weiterhin in der Version 3.2.1 Build 4.

@andreasisaak
Copy link
Contributor

Können wir erstmal anfangen Code als solchen auch zu kennzeichnen? Das würde den Entwickler einiges leichter machen.

@codepiX-dev
Copy link
Author

Es geht um die Zeile 770 in MultiColumnWizard.php

$xlabel .= ' a href="' . $strContaoPrefix . 'files.php' . $path . '" title="' . specialchars($GLOBALS['TL_LANG']['MSC']['fileManager']) . '" rel="lightbox[files 765 80%]">' . $this->generateImage('filemanager.gif', $GLOBALS['TL_LANG']['MSC']['fileManager'], 'style="vertical-align:text-bottom;"') . '</a';

Die Verlinkung dort ist falsch.

VG

@zonky2
Copy link
Collaborator

zonky2 commented Jan 28, 2019

Fixed in MCW-bundle menatwork/contao-multicolumnwizard-bundle#25

@zonky2 zonky2 closed this as completed Jan 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants