Bug #3068
closedAdmin tabs labels are all "TypeName"
0%
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
Updated by Sven Vanpoucke over 12 years ago
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.
Updated by Goulwen Reboux over 12 years ago
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.
Updated by Hans De Bisschop over 12 years ago
Just to clarify: that hidden H2 is what you'll see to keep things "pretty" when Javascript is disabled on a tabbed-page.
Updated by Ivan Tcholakov over 12 years ago
A note from me: The funtion ucfirst() is not UTF-8 compatible, it should not be applied on human-language strings.
Updated by Goulwen Reboux over 12 years ago
- Status changed from New to Feature implemented
Updated by Hans De Bisschop over 12 years ago
- Project changed from Chamilo LCMS Connect to Admin
- Category deleted (
5)