Bug #17969 » 20080106_specialmenus.diff
typo3/sysext/cms/layout/db_new_content_el.php (working copy) | ||
---|---|---|
),
|
||
'special_sitemap' => array( // Sitemap
|
||
'icon'=>'gfx/c_wiz/sitemap2.gif',
|
||
'title'=>$LANG->getLL('special_sitemap_title'),
|
||
'description'=>$LANG->getLL('special_sitemap_description'),
|
||
'title'=>$LANG->getLL('special_menus_title'),
|
||
'description'=>$LANG->getLL('special_menus_description'),
|
||
'tt_content_defValues' => array(
|
||
'CType' => 'menu',
|
||
'menu_type' => 2
|
||
'menu_type' => 0
|
||
)
|
||
),
|
||
'special_plainHTML' => array( // Plain HTML
|
typo3/sysext/cms/layout/locallang_db_new_content_el.xml (working copy) | ||
---|---|---|
<label index="special_multimedia_description">Inserts a media element like a Flash animation, audio file or video clip.</label>
|
||
<label index="special_sitemap_title">Sitemap</label>
|
||
<label index="special_sitemap_description">Creates a sitemap of the website.</label>
|
||
<label index="special_menus_title">Special Menus</label>
|
||
<label index="special_menus_description">Creates a menu of pages, sitemap or other special menus.</label>
|
||
<label index="special_plainHTML_title">Plain HTML</label>
|
||
<label index="special_plainHTML_description">With this element you can insert raw HTML code on the page.</label>
|
||
<label index="forms">Form elements</label>
|
||
... | ... | |
<label index="plugins_general_description">Select this element type to insert a plugin which cannot be found amongst the options below.</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|
||
</T3locallang>
|
typo3/sysext/cms/locallang_ttc.xml (working copy) | ||
---|---|---|
<label index="CType.I.9">Search</label>
|
||
<label index="CType.I.10">Login</label>
|
||
<label index="CType.I.11">Textbox</label>
|
||
<label index="CType.I.12">Menu/Sitemap</label>
|
||
<label index="CType.I.12">Special Menus</label>
|
||
<label index="CType.I.13">Insert records</label>
|
||
<label index="CType.I.14">Insert plugin</label>
|
||
<label index="CType.I.15">Script</label>
|