Project

General

Profile

Actions

Bug #3068

closed

Admin tabs labels are all "TypeName"

Added by Goulwen Reboux about 12 years ago. Updated about 12 years ago.

Status:
Feature implemented
Priority:
Normal
Assignee:
-
Target version:
Start date:
09/03/2011
Due date:
% Done:

0%

Estimated time:
Complexity:
Normal

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

admin_tab_labels.patch (1.21 KB) admin_tab_labels.patch Goulwen Reboux, 09/03/2011 17:17
Actions #1

Updated by Sven Vanpoucke about 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.

Actions #2

Updated by Goulwen Reboux about 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.

Actions #3

Updated by Hans De Bisschop about 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.

Actions #4

Updated by Ivan Tcholakov about 12 years ago

A note from me: The funtion ucfirst() is not UTF-8 compatible, it should not be applied on human-language strings.

Actions #5

Updated by Goulwen Reboux about 12 years ago

  • Status changed from New to Feature implemented
Actions #6

Updated by Hans De Bisschop about 12 years ago

  • Project changed from Chamilo LCMS Connect to Admin
  • Category deleted (5)
Actions #7

Updated by Hans De Bisschop about 12 years ago

  • Target version set to 2.1.0
Actions

Also available in: Atom PDF