Bug #3068
closed
Admin tabs labels are all "TypeName"
Added by Goulwen Reboux over 12 years ago.
Updated over 12 years ago.
Status:
Feature implemented
Description
The attached patch replaces $application_links['application']['name']
by ucfirst($application_links['application']['class'])
in /Users/goulwen/Dev/php/chamilo-stable/admin/php/lib/admin_manager/component/browser.class.php
Files
The patch is not valid. The typename is there because it should be replaced in the translations file of the package. In english these are all translated and typename is not there but whenever you select another translation file which is not completed the typename reappears.
OK. In this case, I think that it would be better that the name of the tab and the name of the title (in an hidden <H2>
but used in the breadcrumb) are the same. Even if I see a case where we can have a title that differs from the tab name, it's probably uncommon.
Just to clarify: that hidden H2 is what you'll see to keep things "pretty" when Javascript is disabled on a tabbed-page.
A note from me: The funtion ucfirst() is not UTF-8 compatible, it should not be applied on human-language strings.
- Status changed from New to Feature implemented
- Project changed from Chamilo LCMS Connect to Admin
- Category deleted (
5)
- Target version set to 2.1.0
Also available in: Atom
PDF