* Fix bug #37164.
This commit is contained in:
@@ -83,6 +83,7 @@ $config->host->actionList['delete']['icon'] = 'trash';
|
||||
$config->host->actionList['delete']['text'] = $lang->delete;
|
||||
$config->host->actionList['delete']['hint'] = $lang->delete;
|
||||
$config->host->actionList['delete']['showText'] = true;
|
||||
$config->host->actionList['delete']['ajaxSubmit'] = true;
|
||||
$config->host->actionList['delete']['data-confirm'] = $lang->host->confirmDelete;
|
||||
$config->host->actionList['delete']['url'] = array('module' => 'host', 'method' => 'delete', 'params' => 'id={id}');
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ $config->repo->commentDtable->fieldList['revision']['hint'] = true;
|
||||
$config->repo->commentDtable->fieldList['commit']['name'] = 'commit';
|
||||
$config->repo->commentDtable->fieldList['commit']['title'] = $lang->repo->commit;
|
||||
$config->repo->commentDtable->fieldList['commit']['sortType'] = false;
|
||||
$config->repo->commentDtable->fieldList['commit']['width'] = '40';
|
||||
$config->repo->commentDtable->fieldList['commit']['width'] = '50';
|
||||
$config->repo->commentDtable->fieldList ['commit']['hint'] = true;
|
||||
|
||||
$config->repo->commentDtable->fieldList['time'] = $config->repo->repoDtable->fieldList['time'];
|
||||
|
||||
@@ -18,8 +18,6 @@ $browser = helper::getBrowser();
|
||||
jsVar('browser', $browser['name']);
|
||||
jsVar('edition', $config->edition);
|
||||
|
||||
$backURI = $this->session->repoView ? $this->session->repoView : $this->session->repoList;
|
||||
|
||||
$breadcrumbItems = array();
|
||||
$breadcrumbItems[] = h::a
|
||||
(
|
||||
@@ -65,7 +63,7 @@ $breadcrumbItems[] = span(setClass('label label-exchange'), icon('exchange'));
|
||||
|
||||
featureBar
|
||||
(
|
||||
backBtn(set::icon('back'), $backURI ? set::url($backURI) : null, setClass('bg-transparent diff-back-btn'), $lang->goback),
|
||||
backBtn(set::icon('back'), setClass('bg-transparent diff-back-btn'), $lang->goback),
|
||||
item(set::type('divider')),
|
||||
...$breadcrumbItems,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user