* Add comment of zin and program.
This commit is contained in:
@@ -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'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user