mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
#185 Navigation Breadcrumb - Do not generate new entries for "Preferences..." when the user is tuning the language
SVN:trunk[4026]
This commit is contained in:
@@ -305,7 +305,7 @@ LoginWebPage::DoLogin(); // Check user rights and prompt if needed
|
||||
$iStep = utils::ReadParam('step', 1);
|
||||
|
||||
$oPage = new iTopWebPage(Dict::S('UI:Preferences'));
|
||||
|
||||
$oPage->DisableBreadCrumb();
|
||||
$sOperation = utils::ReadParam('operation', '');
|
||||
|
||||
try
|
||||
@@ -351,6 +351,7 @@ try
|
||||
|
||||
case 'display':
|
||||
default:
|
||||
$oPage->SetBreadCrumbEntry('ui-tool-preferences', Dict::S('UI:Preferences'), Dict::S('UI:Preferences'), '', utils::GetAbsoluteUrlAppRoot().'images/wrench.png');
|
||||
DisplayPreferences($oPage);
|
||||
}
|
||||
$oPage->output();
|
||||
|
||||
Reference in New Issue
Block a user