Bug #19837 » 10158_v3.diff
typo3/stylesheet.css (working copy) | ||
---|---|---|
#typo3-mod-help-about-index-php-outer .typo3-mod-help-about-index-php-inner a {
|
||
color: black;
|
||
text-decoration: underline;
|
||
}
|
||
#typo3-mod-help-about-index-php-outer .typo3-mod-help-about-index-php-inner a:hover {
|
typo3/sysext/about/mod/index.php (working copy) | ||
---|---|---|
</div>
|
||
<div class="typo3-mod-help-about-index-php-inner">
|
||
<h2>' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:coredevs', true) . '</h2>
|
||
<p>' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:coredevs_detail') . '</p>
|
||
</div>
|
||
<div class="typo3-mod-help-about-index-php-inner">
|
||
<h2>'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_authors', true).'</h2>
|
||
<p>'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_mod_help_about.xml:extension_list_info', true).'</p>
|
||
<br />'.$this->getExtensionAuthors().'
|
typo3/sysext/lang/locallang_mod_help_about.xml (working copy) | ||
---|---|---|
<label index="welcome">TYPO3 Professional Web Content Management System</label>
|
||
<label index="minor">TYPO3 is a flexible and professional Open Source Web-CMS based on PHP and MySQL.<br /><br />TYPO3 is <b>freely available</b> under the <a href="http://typo3.com/1316.0.html" target="_blank">TYPO3-license (GNU/GPL)</a>.<br /><br />%s %s<br /></label>
|
||
<label index="community_credits">Community Credits</label>
|
||
<label index="information_detail">Visit <a href="http://typo3.com/community" target="_blank">typo3.org/community</a> if you want to know why TYPO3 rocks.</label>
|
||
<label index="information_detail">Visit <a href="http://typo3.org/community/" target="_blank">typo3.org/community/</a> if you want to know why TYPO3 rocks.</label>
|
||
<label index="coredevs">Core Team</label>
|
||
<label index="coredevs_detail">Visit <a href="http://typo3.org/teams/core/members/" target="_blank">typo3.org/teams/core/members/</a> for the complete member list.<br /><br />The SVN Repository and the ChangeLog can be found <a href="http://forge.typo3.org/projects/show/typo3v4-core/" target="_blank">here</a>.</label>
|
||
<label index="extension_authors">Extension Authors</label>
|
||
<label index="extension_list_info">This is a list of the people who contributed to the extensions you're using in your installation.</label>
|
||
<label index="extension">Extension</label>
|
- « Previous
- 1
- 2
- 3
- Next »