1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +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:
secretr
2009-11-05 17:32:19 +00:00
parent 276fa19298
commit 18a4b9bfe9
11 changed files with 455 additions and 260 deletions

View File

@@ -9,9 +9,9 @@
* Administration Area - User classes
*
* $Source: /cvs_backup/e107_0.8/e107_admin/userclass2.php,v $
* $Revision: 1.31 $
* $Date: 2009-11-05 12:26:43 $
* $Author: e107coders $
* $Revision: 1.32 $
* $Date: 2009-11-05 17:32:18 $
* $Author: secretr $
*
*/
@@ -861,7 +861,7 @@ class uclass_manager
function uclass_manager()
{
global $user_pref;
if(isset($_POST['submit-e-columns']))
if(isset($_POST['etrigger_ecolumns']))
{
$user_pref['admin_userclass_columns'] = $_POST['e-columns'];
save_prefs('user');