summaryrefslogtreecommitdiff
path: root/admin/admin_layout_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2008-06-26make use of display_mode option recently added by spiderr and add some ↵Max Kremmel1-54/+2
rudimentary column control based on display_mode. also moved FormatHeader stuff to BitThemes.
2008-05-21patch assignment of module groups settings to storage hash - fixes bug to ↵wjames51-5/+2
respect module group assignments
2007-11-13add option to add module to all custom layoutsMax Kremmel1-6/+17
2007-04-14various UI updates to the layout manager, add method to clone layouts for ↵Max Kremmel1-20/+18
quick customisation.
2007-04-12add option to turn on modules in header and modules in footer. all options ↵Max Kremmel1-17/+30
available to left / right modules are available to top / bottom modules as well. css for such modules has not been added yet and probably has to be added manually due to varied requirements of modules placed in these areas
2007-04-12merge move methods, add expungeLayout method and add method to fix module ↵Max Kremmel1-4/+7
posititional data
2007-04-04add new layout admin page which gives full access to all modules in all ↵Max Kremmel1-2/+1
layouts. should we simplify the original layout page now or leave as is?
2007-04-02Massive changes to themes layout engine:Max Kremmel1-0/+161
- merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now.