diff --git a/app/src/View/Helper/MenuHelper.php b/app/src/View/Helper/MenuHelper.php index 5d6deb7d7..3ac9dd8b6 100644 --- a/app/src/View/Helper/MenuHelper.php +++ b/app/src/View/Helper/MenuHelper.php @@ -49,6 +49,7 @@ public function getMenuOrder($action) { } $order = array( + 'Add' => 3, // add_circle 'View' => 5, // visibility 'Edit' => 10, // edit 'Default' => 20, // link - default starting order for arbitrary action menu items @@ -72,6 +73,7 @@ public function getMenuIcon($action) { } $icon = array( + 'Add' => 'add_circle', 'View' => 'visibility', 'Edit' => 'edit', 'Default' => 'link', // default icon for arbitrary menu items diff --git a/app/templates/Standard/add-edit-view.php b/app/templates/Standard/add-edit-view.php index f16ce1ef4..ecdf6f547 100644 --- a/app/templates/Standard/add-edit-view.php +++ b/app/templates/Standard/add-edit-view.php @@ -41,6 +41,41 @@