Documentation TYPO3 par Ameos |
00001 <?php 00002 if (!defined ('TYPO3_MODE')) die ('Access denied.'); 00003 00007 t3lib_extMgm::addUserTSConfig(' 00008 00009 admPanel { 00010 enable.edit = 1 00011 module.edit.forceNoPopup = 1 00012 module.edit.forceDisplayFieldIcons = 1 00013 module.edit.forceDisplayIcons = 0 00014 hide = 1 00015 } 00016 options.shortcutFrame = 1 00017 00018 '); 00019 00020 ?>