summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2007-04-12add option to turn on modules in header and modules in footer. all options ↵Max Kremmel4-107/+180
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 Kremmel2-2/+7
posititional data
2007-04-12try to simplify modules tpl by removing unnecessary classes and apply ↵Max Kremmel1-8/+12
positional data as the module id
2007-04-09create unique identifier for each module based on layout pos, and remove id ↵wjames51-3/+3
which nolonger is unique
2007-04-04forgot to add in new layout managing screenMax Kremmel1-0/+43
2007-04-04add new layout admin page which gives full access to all modules in all ↵Max Kremmel2-6/+13
layouts. should we simplify the original layout page now or leave as is?
2007-04-04move all style related code to BitThemes to further clean up the mess. all ↵Max Kremmel1-8/+8
style related methods are now called using BitThemes instead of BitSystem
2007-04-03replace _ with - in classnameMax Kremmel1-2/+2
2007-04-03assign moduleTitle to module tplMax Kremmel1-4/+4
2007-04-03add missing fileMax Kremmel1-0/+73
2007-04-02move module.tpl from kernel to themesMax Kremmel1-0/+27
2007-04-02Massive changes to themes layout engine:Max Kremmel5-5/+408
- 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.
2007-03-22jstabs for 3 kinds of menu settings, <table> for listing of top bar menu ↵laetzer1-34/+66
names/visibility
2006-12-02move to custom_module.tpl for custom modules from previous use of ↵Christian Fowler1-0/+4
users/modules/user_module.tpl
2006-11-11add option to enhance dropdown menu with simple javascript to make it easier ↵Max Kremmel2-29/+42
to navigate
2006-09-27revert the MSIE fix reversion of the revert. in short, this code is STILL ↵Christian Fowler1-2/+11
needed for drop menus to work on MSIE. code in top_bar.tpl is not sufficient.
2006-09-27revert MSIE removal and add note to see top_bar.tpl for people with custom ↵Christian Fowler1-11/+3
themes
2006-09-22revert removal of MSIE .js fix script. this is required for drop menus to ↵Christian Fowler1-1/+12
work properly on MSIE. Do not remove until all issues are fully handled.
2006-09-21removes IE7 css standardizing/bastardizing library, some sytles in themes ↵wjames51-11/+1
will probably break, and gifs need to be provided for pngs
2006-09-15clean up menu admin and add some helpMax Kremmel1-47/+42
2006-09-14a wee bit 'o paddin'Max Kremmel1-3/+3
2006-09-13add custom menu position configChristian Fowler1-2/+3
2006-09-13give the layouts more space to breatheMax Kremmel1-2/+2
2006-09-12fix typoChristian Fowler1-1/+1
2006-09-12drag sortable menus. not functional, but the drag sort, which is coolChristian Fowler2-4/+16
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+6
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-11change behaviour of theme manager - require user approval before storing settingMax Kremmel2-2/+14
2006-09-10clean up, move around and consolidate tonnes of crappy and complicated core ↵Max Kremmel3-58/+28
admin pages
2006-09-10rename columnsMax Kremmel1-1/+3
2006-09-09add basic icon browser for devs to pick icons easilyMax Kremmel2-0/+43
2006-09-07make links externalMax Kremmel1-1/+1
2006-09-06apply highlight class to selected itemsMax Kremmel1-3/+3
2006-09-04display a few icons that it's easier to pick a preferred styleMax Kremmel1-0/+6
2006-09-04indicate what the default icon style isMax Kremmel1-0/+3
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel2-5/+35
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-08-29makes column layout object match new theme layout system colorswjames51-3/+5
2006-08-28only load spinner div when neededbitweaver.org1-3/+5
2006-08-27renamed page on bwo.Max Kremmel1-1/+1
2006-08-26use a crude but better than inline styling method to display style layout ↵Max Kremmel2-4/+14
gallery
2006-08-25soem cleanup and use an image for removal of style layoutMax Kremmel1-3/+2
2006-08-25add a layout selection layer to existing themes - some themes have been ↵Max Kremmel2-7/+46
updated to work with this method.
2006-08-21fix inclusion of alternate themes and don't make them dependent on a theme ↵Max Kremmel1-10/+8
description
2006-08-15use correct mConfig valuesMax Kremmel1-3/+3
2006-07-22replace underscore with spaceMax Kremmel1-1/+1
2006-07-13fix site_disable_fat settingMax Kremmel2-4/+4
2006-04-19more kernel_config renamesMax Kremmel2-2/+2
2006-04-17more kernel_config renames - themes related config settingsMax Kremmel2-6/+6
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-18/+0
2006-04-10upgrade to prototype 1.4Max Kremmel1-5/+3
get debugger working again - has vd(object); and a prototype debugger load debugger by $gBitSmarty->assign( 'loadDebug', TRUE ); load spinner while getting data with: <script type="text/javascript">/*<![CDATA[*/ show_spinner('spinner'); /*]]>*/</script>
2006-04-08multifile js is now called manuallyMax Kremmel1-1/+5