This commit is contained in:
zhaoke
2023-08-10 15:26:06 +08:00
parent 9935b12408
commit 586ec18ba6
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -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}');
+1 -1
View File
@@ -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'];
+1 -3
View File
@@ -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,
);