1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +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 - Site Links
*
* $Source: /cvs_backup/e107_0.8/e107_admin/links.php,v $
* $Revision: 1.31 $
* $Date: 2009-10-26 09:51:56 $
* $Author: e107coders $
* $Revision: 1.32 $
* $Date: 2009-11-05 17:32:17 $
* $Author: secretr $
*
*/
@@ -208,7 +208,7 @@ class links
$this->mode = $_GET['mode'];
}
if (varset($_POST['submit-e-columns']))
if (varset($_POST['etrigger_ecolumns']))
{
$user_pref['admin_links_columns'] = $_POST['e-columns'];
save_prefs('user');