1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Tweaks to admin-ui batch drop-down.

This commit is contained in:
Cameron
2013-02-26 17:18:37 -08:00
parent fdf78c92a4
commit 710b21823a
3 changed files with 32 additions and 10 deletions

View File

@@ -70,7 +70,8 @@ class links_admin_ui extends e_admin_ui
protected $batchCopy = true;
protected $listOrder = 'link_category,link_order ASC';
protected $listSorting = true;
//FIXME TOOD - Filter out 'unassigned' entries by default.
public $current_parent = 0;
public $sublink_data = null;