Project

General

Profile

Bug #18829 » about_help.diff

Administrator Admin, 2008-05-25 01:18

View differences:

typo3/mod/help/about/conf.php (working copy)
$BACK_PATH='../../../';
$MLANG['default']['tabs_images']['tab'] = 'info.gif';
$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_help_about.php';
$MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_help_about.xml';
$MCONF['script']='index.php';
$MCONF['name']='help_about';
?>
?>
typo3/sysext/aboutmodules/ext_tables.php (working copy)
<?php
if (!defined ('TYPO3_MODE')) die ('Access denied.');
if (TYPO3_MODE=='BE') t3lib_extMgm::addModule('help','aboutmodules','top',t3lib_extMgm::extPath($_EXTKEY).'mod/');
?>
if (TYPO3_MODE=='BE') t3lib_extMgm::addModule('help','aboutmodules','',t3lib_extMgm::extPath($_EXTKEY).'mod/');
?>
typo3/sysext/aboutmodules/mod/locallang_mod.xml (working copy)
<languageKey index="default" type="array">
<label index="mlang_labels_tablabel">Information about modules</label>
<label index="mlang_labels_tabdescr">Shows this page about available modules.</label>
<label index="mlang_tabs_tab">About modules</label>
<label index="mlang_tabs_tab">About Modules</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>
typo3/sysext/lang/locallang_mod_help_about.xml (working copy)
<label index="minor">TYPO3 is a flexible and professional Open Source Web-CMS based on PHP and MySQL.&lt;br /&gt;&lt;br /&gt;TYPO3 is &lt;b&gt;freely available&lt;/b&gt; under the &lt;a href=&quot;http://typo3.com/1316.0.html&quot; target=&quot;_blank&quot;&gt;TYPO3-license (GNU/GPL)&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;%s %s&lt;br /&gt;</label>
<label index="mlang_labels_tablabel">About TYPO3</label>
<label index="mlang_labels_tabdescr">Displays the basic facts about the TYPO3 application, version and licensing terms.</label>
<label index="mlang_tabs_tab">About</label>
<label index="mlang_tabs_tab">About TYPO3</label>
</languageKey>
</data>
</T3locallang>
</T3locallang>
(2-2/2)