Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Anlegen neuer Templateordner ist im Backend nicht möglich #8138

Closed
proplab opened this issue Nov 27, 2015 · 3 comments
Closed

Anlegen neuer Templateordner ist im Backend nicht möglich #8138

proplab opened this issue Nov 27, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@proplab
Copy link

proplab commented Nov 27, 2015

Sowohl in Contao 3.5.5 als auch in Contao 3.5.6 können keine neuen Templateverzeichnisse angelegt werden.
Der Link dafür fehlt.
Wenn ich ein Verzeichnis via SSH anlege wird es angezeigt und kann verwendet werden.

Bei mir betrifft es sowohl Updates, als auch Neuinstallation.

@leofeyer leofeyer added this to the 3.5.7 milestone Nov 27, 2015
@xchs
Copy link
Contributor

xchs commented Nov 27, 2015

Das Problem liegt vermutlich hier:

<a href="'.$this->getReferer(true).'" class="header_back" title="'.specialchars($GLOBALS['TL_LANG']['MSC']['backBTTitle']).'" accesskey="b" onclick="Backend.getScrollOffset()">'.$GLOBALS['TL_LANG']['MSC']['backBT'].'</a> ' : '') . ((\Input::get('act') != 'select' && !$blnClipboard && !$GLOBALS['TL_DCA'][$this->strTable]['config']['closed'] && !$GLOBALS['TL_DCA'][$this->strTable]['config']['notCreatable']) ? '
<a href="'.$this->addToUrl($hrfNew).'" class="'.$clsNew.'" title="'.specialchars($ttlNew).'" accesskey="n" onclick="Backend.getScrollOffset()">'.$lblNew.'</a>
<a href="'.$this->addToUrl('&amp;act=paste&amp;mode=move').'" class="header_new" title="'.specialchars($GLOBALS['TL_LANG'][$this->strTable]['move'][1]).'" onclick="Backend.getScrollOffset()">'.$GLOBALS['TL_LANG'][$this->strTable]['move'][0].'</a> ' : '') . ($blnClipboard ? '
<a href="'.$this->addToUrl('clipboard=1').'" class="header_clipboard" title="'.specialchars($GLOBALS['TL_LANG']['MSC']['clearClipboard']).'" accesskey="x">'.$GLOBALS['TL_LANG']['MSC']['clearClipboard'].'</a> ' : $this->generateGlobalButtons()) . '

(Commit da885ca)

@BugBuster1701
Copy link
Contributor

Betrifft auch Contao 4.1

@leofeyer
Copy link
Member

Fixed in 27f883f.

jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Mar 5, 2016
### 4.1.1 (2015-03-03)

 * Remove the "disable IP check" field from the back end settings (see #436).
 * Do not quote the search string in `FIND_IN_SET()` (see #424).
 * Always fix the domain and language when generating URLs (see contao/core#8238).
 * Fix two issues with the flexible back end theme (see contao/core#8227).
 * Correctly toggle custom page type icons (see contao/core#8236).
 * Correctly render the links in the monthly/yearly event list menu (see contao/core#8140).
 * Skip the registration related fields if a user is duplicated (see contao/core#8185).
 * Correctly show the form field type help text (see contao/core#8200).
 * Correctly create the initial version of a record (see contao/core#8141).
 * Correctly show the "expand preview" buttons (see contao/core#8146).
 * Correctly check that a password does not match the username (see contao/core#8209).
 * Check if a directory exists before executing `mkdir()` (see contao/core#8150).
 * Do not link to the maintenance module if the user cannot access it (see contao/core#8151).
 * Show the "new folder" button in the template manager (see contao/core#8138).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants