/***************************************************************
* Copyright notice
*
-* (c) 1999-2004 Kasper Skaarhoj (kasper@typo3.com)
+* (c) 1999-2009 Kasper Skaarhoj (kasperYYYY@typo3.com)
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* $Id$
* Revised for TYPO3 3.6 5/2003 by Kasper Skaarhoj
*
- * @author Kasper Skaarhoj <kasper@typo3.com>
+ * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
*/
/**
* [CLASS/FUNCTION INDEX of SCRIPT]
* 100: function main()
*
*
- * 191: class tx_cms_webinfo_hits extends tx_cms_webinfo_page
+ * 198: class tx_cms_webinfo_hits extends tx_cms_webinfo_page
*
* TOTAL FUNCTIONS: 2
* (This index is automatically created/updated by the extension "extdeveval")
/**
* Class for displaying page information (records, page record properties)
*
- * @author Kasper Skaarhoj <kasper@typo3.com>
+ * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
* @package TYPO3
* @subpackage tx_cms
*/
global $BACK_PATH,$LANG,$SOBE;
$dblist = t3lib_div::makeInstance('tx_cms_layout');
+ $dblist->descrTable = '_MOD_'.$GLOBALS['MCONF']['name'];
$dblist->backPath = $BACK_PATH;
$dblist->thumbs = 0;
$dblist->script = 'index.php';
$dblist->generateList();
- $theOutput.=$this->pObj->doc->section($LANG->getLL('hits_title'),
- $h_func.$header.$dblist->HTMLcode,
+ $theOutput.= $this->pObj->doc->section($LANG->getLL('hits_title'),
+ t3lib_BEfunc::cshItem($dblist->descrTable, 'stat', $GLOBALS['BACK_PATH'], '|<br />') . // CSH
+ $h_func.
+ $header.
+ $dblist->HTMLcode,
0,
1
);
} else {
$h_func.= t3lib_BEfunc::getFuncMenu($this->pObj->id,'SET[pages]',$this->pObj->MOD_SETTINGS['pages'],$this->pObj->MOD_MENU['pages'],'index.php');
-
$dblist->start($this->pObj->id,'pages',0);
$dblist->generateList();
+
+ // CSH
$theOutput.=$this->pObj->doc->section($LANG->getLL('page_title'),
- $h_func.$dblist->HTMLcode,
+ t3lib_BEfunc::cshItem($dblist->descrTable, 'pagetree_overview', $GLOBALS['BACK_PATH'], '|<br />') . // CSH
+ $h_func.
+ $dblist->HTMLcode,
0,
1
);
* IMPORTANT: This class is used by the extension "sys_stat" and will be added to the Info module only when "sys_stat" is installed.
* The display of statistics goes on in "tx_cms_webinfo_page" though
*
- * @author Kasper Skaarhoj <kasper@typo3.com>
+ * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
* @package TYPO3
* @subpackage tx_cms
*/