1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +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

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $
| $Revision: 1.53 $
| $Date: 2009-11-04 21:59:35 $
| $Revision: 1.54 $
| $Date: 2009-11-05 17:32:17 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
@@ -127,7 +127,7 @@ class pluginManager{
$this -> pluginProcessUpload();
}
if(isset($_POST['submit-e-columns']))
if(isset($_POST['etrigger_ecolumns']))
{
$user_pref['admin_pluginmanager_columns'] = $_POST['e-columns'];
save_prefs('user');