* Add comment of zin and program.

This commit is contained in:
tianshujie
2022-11-01 12:10:43 +08:00
parent d15ed1e77d
commit 86e76aef33
5 changed files with 214 additions and 15 deletions
+4 -1
View File
@@ -1,6 +1,7 @@
<?php
common::sortFeatureMenu();
/* Toolbar. */
/* Set toolbar. */
$toolbar = toolbar();
foreach($this->lang->program->featureBar['browse'] as $key => $label)
{
@@ -12,8 +13,10 @@ if(common::hasPriv('project', 'batchEdit') and $programType != 'bygrid' and $has
{
$toolbar->append(html::checkbox('editProject', array('1' => $lang->project->edit), '', $this->cookie->editProject ? 'checked=checked' : ''));
}
$toolbar->append('<a class="btn btn-link querybox-toggle" id="bysearchTab"><i class="icon icon-search muted"></i> ' . $lang->user->search . '</a>');
/* Set actionbar. */
$actionbar = actionbar();
if(common::hasPriv('project', 'create'))
{