From 8d33417a93ad20d181f36eaece8c5e52dce0f941 Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 20 Oct 2009 16:01:47 +0000 Subject: [PATCH] News - start last admin changes (UI, manager access) --- e107_admin/newspost.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_admin/newspost.php b/e107_admin/newspost.php index 831b150da..9492bed58 100644 --- a/e107_admin/newspost.php +++ b/e107_admin/newspost.php @@ -9,9 +9,9 @@ * News Administration * * $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $ - * $Revision: 1.58 $ - * $Date: 2009-10-20 07:39:40 $ - * $Author: e107coders $ + * $Revision: 1.59 $ + * $Date: 2009-10-20 16:01:47 $ + * $Author: secretr $ */ require_once("../class2.php"); @@ -1064,8 +1064,8 @@ class admin_newspost
".NWSLAN_4." - ".$frm->colGroup($this->_fields,$this->fieldpref). - $frm->thead($this->_fields,$this->fieldpref,"main.[FIELD].[ASC].[FROM]")." + ".$frm->colGroup($this->fields, $this->fieldpref)." + ".$frm->thead($this->_fields, $this->fieldpref, 'main.[FIELD].[ASC].[FROM]')." "; $ren_type = array("default","title","other-news","other-news 2");