mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Admin UI - batch navigation link creation improvements, testing required
This commit is contained in:
@@ -244,7 +244,8 @@ class page_admin_ui extends e_admin_ui
|
||||
protected $batchLink = true;
|
||||
protected $sortField = 'page_order';
|
||||
protected $orderStep = 10;
|
||||
protected $url = array('profile'=>'page/view', 'name' => 'page_title', 'description' => '', 'link'=>'{e_BASE}page.php?id=[id]'); // 'link' only needed if profile not provided.
|
||||
//protected $url = array('profile'=>'page/view', 'name' => 'page_title', 'description' => '', 'link'=>'{e_BASE}page.php?id=[id]'); // 'link' only needed if profile not provided.
|
||||
protected $url = array('route'=>'page/view/index', 'vars' => array('id' => 'page_id', 'sef' => 'page_sef'), 'name' => 'page_title', 'description' => ''); // 'link' only needed if profile not provided.
|
||||
protected $tabs = array("Main","Advanced");
|
||||
// protected $listSorting = true;
|
||||
|
||||
|
Reference in New Issue
Block a user