mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
News - start last admin changes (UI, manager access)
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* News Administration
|
* News Administration
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/newspost.php,v $
|
||||||
* $Revision: 1.58 $
|
* $Revision: 1.59 $
|
||||||
* $Date: 2009-10-20 07:39:40 $
|
* $Date: 2009-10-20 16:01:47 $
|
||||||
* $Author: e107coders $
|
* $Author: secretr $
|
||||||
*/
|
*/
|
||||||
require_once("../class2.php");
|
require_once("../class2.php");
|
||||||
|
|
||||||
@@ -1064,8 +1064,8 @@ class admin_newspost
|
|||||||
<fieldset id='core-newspost-list'>
|
<fieldset id='core-newspost-list'>
|
||||||
<legend class='e-hideme'>".NWSLAN_4."</legend>
|
<legend class='e-hideme'>".NWSLAN_4."</legend>
|
||||||
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
<table cellpadding='0' cellspacing='0' class='adminlist'>
|
||||||
".$frm->colGroup($this->_fields,$this->fieldpref).
|
".$frm->colGroup($this->fields, $this->fieldpref)."
|
||||||
$frm->thead($this->_fields,$this->fieldpref,"main.[FIELD].[ASC].[FROM]")."
|
".$frm->thead($this->_fields, $this->fieldpref, 'main.[FIELD].[ASC].[FROM]')."
|
||||||
<tbody>";
|
<tbody>";
|
||||||
|
|
||||||
$ren_type = array("default","title","other-news","other-news 2");
|
$ren_type = array("default","title","other-news","other-news 2");
|
||||||
|
Reference in New Issue
Block a user