mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +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);
|
$iStep = utils::ReadParam('step', 1);
|
||||||
|
|
||||||
$oPage = new iTopWebPage(Dict::S('UI:Preferences'));
|
$oPage = new iTopWebPage(Dict::S('UI:Preferences'));
|
||||||
|
$oPage->DisableBreadCrumb();
|
||||||
$sOperation = utils::ReadParam('operation', '');
|
$sOperation = utils::ReadParam('operation', '');
|
||||||
|
|
||||||
try
|
try
|
||||||
@@ -351,6 +351,7 @@ try
|
|||||||
|
|
||||||
case 'display':
|
case 'display':
|
||||||
default:
|
default:
|
||||||
|
$oPage->SetBreadCrumbEntry('ui-tool-preferences', Dict::S('UI:Preferences'), Dict::S('UI:Preferences'), '', utils::GetAbsoluteUrlAppRoot().'images/wrench.png');
|
||||||
DisplayPreferences($oPage);
|
DisplayPreferences($oPage);
|
||||||
}
|
}
|
||||||
$oPage->output();
|
$oPage->output();
|
||||||
|
|||||||
Reference in New Issue
Block a user