methodName !== 'browsebranch' && strpos($this->methodName,'browse') > -1 && common::hasPriv($module, 'create')) {
echo html::a(inlink('create' . $module),
" {$lang->ci->create}{$lang->ci->subModules[$module]}",
'', "class='btn btn-primary'");
} else if($this->methodName == 'browsebranch') {
echo html::backButton();
}
?>