Added feature #16396: Implement a Grid View + wizard to enable the backend...
Added feature #16396: Implement a Grid View + wizard to enable the backend layout to be adapted to the frontend look and feel (Thanks to Joey Hasenau, Martin Ficzel and Thomas Hempel) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9393 709f56b5-9817-0410-a4d7-c38de5d9e867
Showing
- ChangeLog 2 additions, 11 deletionsChangeLog
- t3lib/class.t3lib_befunc.php 3 additions, 2 deletionst3lib/class.t3lib_befunc.php
- t3lib/stddb/tables.sql 2 additions, 0 deletionst3lib/stddb/tables.sql
- t3lib/stddb/tbl_be.php 0 additions, 1 deletiont3lib/stddb/tbl_be.php
- t3lib/stddb/tbl_pages.php 43 additions, 6 deletionst3lib/stddb/tbl_pages.php
- typo3/sysext/cms/class.tx_cms_be_layout.php 178 additions, 0 deletionstypo3/sysext/cms/class.tx_cms_be_layout.php
- typo3/sysext/cms/ext_tables.php 26 additions, 1 deletiontypo3/sysext/cms/ext_tables.php
- typo3/sysext/cms/ext_tables.sql 31 additions, 0 deletionstypo3/sysext/cms/ext_tables.sql
- typo3/sysext/cms/layout/class.tx_cms_layout.php 114 additions, 22 deletionstypo3/sysext/cms/layout/class.tx_cms_layout.php
- typo3/sysext/cms/layout/db_layout.php 19 additions, 5 deletionstypo3/sysext/cms/layout/db_layout.php
- typo3/sysext/cms/layout/locallang.xml 1 addition, 0 deletionstypo3/sysext/cms/layout/locallang.xml
- typo3/sysext/cms/layout/res/grideditor.css 268 additions, 0 deletionstypo3/sysext/cms/layout/res/grideditor.css
- typo3/sysext/cms/layout/res/grideditor.js 1136 additions, 0 deletionstypo3/sysext/cms/layout/res/grideditor.js
- typo3/sysext/cms/layout/res/t3grid-edit-inactive-1.png 0 additions, 0 deletionstypo3/sysext/cms/layout/res/t3grid-edit-inactive-1.png
- typo3/sysext/cms/layout/res/t3grid-edit-inactive.png 0 additions, 0 deletionstypo3/sysext/cms/layout/res/t3grid-edit-inactive.png
- typo3/sysext/cms/layout/res/t3grid-edit.png 0 additions, 0 deletionstypo3/sysext/cms/layout/res/t3grid-edit.png
- typo3/sysext/cms/layout/res/t3grid-editor-down-inactive.png 0 additions, 0 deletionstypo3/sysext/cms/layout/res/t3grid-editor-down-inactive.png
- typo3/sysext/cms/layout/res/t3grid-editor-down.png 0 additions, 0 deletionstypo3/sysext/cms/layout/res/t3grid-editor-down.png
- typo3/sysext/cms/layout/res/t3grid-editor-left-inactive.png 0 additions, 0 deletionstypo3/sysext/cms/layout/res/t3grid-editor-left-inactive.png
- typo3/sysext/cms/layout/res/t3grid-editor-left.png 0 additions, 0 deletionstypo3/sysext/cms/layout/res/t3grid-editor-left.png
Please register or sign in to comment