mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Admin tools - column selector working everywhere again; improved UI - list/editQuery not needed anymore, queries are auto-generated, table JOIN support added (see comment manager), various improvement, still work in progress
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
* Custom Menus/Pages Administration
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/cpage.php,v $
|
||||
* $Revision: 1.24 $
|
||||
* $Date: 2009-11-01 23:10:57 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.25 $
|
||||
* $Date: 2009-11-05 17:32:17 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -111,7 +111,7 @@ class page
|
||||
{
|
||||
|
||||
global $pref,$user_pref, $admin_log;
|
||||
if(isset($_POST['submit-e-columns']))
|
||||
if(isset($_POST['etrigger_ecolumns']))
|
||||
{
|
||||
$user_pref['admin_cpage_columns'] = $_POST['e-columns'];
|
||||
save_prefs('user');
|
||||
|
Reference in New Issue
Block a user