function makeDocSel() in alt_doc.php

View: New views
2 Messages — Rating Filter:   Alert me  

function makeDocSel() in alt_doc.php

by Tapio Markula-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

  *  850:     function makeDocSel()

the function doesn't exist in Typo3 4.2.1

The function could be added near
<div class="docheader-funcmenu">###LANGSELECTOR###</div>

like
<div class="docheader-funcmenu">###DOC_SEL###</div>
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: function makeDocSel() in alt_doc.php

by Tapio Markula-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tapio Markula kirjoitti:

> Hi
>
>  *  850:     function makeDocSel()
>
> the function doesn't exist in Typo3 4.2.1
>
> The function could be added near
> <div class="docheader-funcmenu">###LANGSELECTOR###</div>
>
> like
> <div class="docheader-funcmenu">###DOC_SEL###</div>


maybe that has been regarded as confusing but that could be added
  as an optional feature into tm_shared_lib and setting in TS config for
users/user groups

mod.xMOD_alt_doc.enableDocSelector=1

so if somebody would like to us it, it would be available, but not as
default
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev