* Add chart browse page.

This commit is contained in:
songchenxuan
2024-03-26 16:35:03 +08:00
parent ed4c672a27
commit b0c5cc3065
+19
View File
@@ -24,6 +24,25 @@ foreach($groups as $id => $name)
featureBar(set::items($items));
if($config->edition != 'open')
{
toolbar
(
hasPriv('chart', 'export') ? item(set(array
(
'text' => $lang->export,
'icon' => 'export',
'class' => 'ghost',
))) : null,
hasPriv('chart', 'browse') ? item(set(array
(
'text' => $lang->chart->toDesign,
'class' => 'primary',
'url' => inlink('browse'),
))) : null,
);
}
$chart = zget($charts, 0, null);
div