* Change priv group create link.
This commit is contained in:
@@ -14,7 +14,6 @@ namespace zin;
|
||||
|
||||
formPanel
|
||||
(
|
||||
set::shadow(!isonlybody()),
|
||||
set::title($lang->group->create),
|
||||
formGroup
|
||||
(
|
||||
@@ -43,5 +42,3 @@ formPanel
|
||||
) : null,
|
||||
set::actions(array('submit'))
|
||||
);
|
||||
|
||||
render();
|
||||
|
||||
@@ -23,11 +23,11 @@ toolbar
|
||||
(
|
||||
item(set(array
|
||||
(
|
||||
'icon' => 'plus',
|
||||
'text' => $lang->group->create,
|
||||
'class' => "primary create-project-btn",
|
||||
'url' => $this->createLink('project', 'createGroup', '', '', true),
|
||||
'data-modal' => 'modal'
|
||||
'icon' => 'plus',
|
||||
'text' => $lang->group->create,
|
||||
'class' => "primary create-project-btn",
|
||||
'url' => $this->createLink('project', 'createGroup', "projectID={$projectID}"),
|
||||
'data-toggle' => 'modal'
|
||||
)))
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user