1
0
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:
SecretR
2013-02-27 19:36:53 +02:00
parent af8c9af775
commit d4509edf7d
5 changed files with 164 additions and 82 deletions

View File

@@ -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;