2009-08-18 Francois Suter <francois@typo3.org>
* Follow-up to #11373, #11379, #11408: Removed unnecessary use of second parameter in calls to $GLOBALS['LANG']->getLL()
+ * Code cleanup #11745: Class tx_tstemplateinfo misses phpdoc declaration and SVN Id keyword placeholder
2009-08-14 Rupert Germann <rupi@gmx.li>
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
-/**
- * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
- */
/**
* [CLASS/FUNCTION INDEX of SCRIPT]
*
$GLOBALS['LANG']->includeLLFile('EXT:tstemplate_info/locallang.xml');
+/**
+ * This class displays the Info/Modify screen of the Web > Template module
+ *
+ * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
+ *
+ * $Id$
+ */
class tx_tstemplateinfo extends t3lib_extobjbase {
public $tce_processed = false; // indicator for t3editor, whether data is stored