summaryrefslogtreecommitdiff
path: root/sidebar.php
AgeCommit message (Collapse)AuthorFilesLines
2011-01-01Refactoring class names and use autoloading.fisharebest1-8/+8
2011-01-01Refactoring class names and use autoloading.fisharebest1-28/+23
2010-11-01Fix sidebar not appearing when googlemap tab is disabledBrian Holland1-0/+1
2010-10-30(no commit message)fisharebest1-6/+6
2010-10-30Cosmetic change - consistent "; " before PHP close tagfisharebest1-20/+20
2010-10-20#663954 - sidebar : bad W3C validationfisharebest1-15/+13
2010-09-25Tidy up whitespace/indentsfisharebest1-30/+30
2010-09-19Tidy whitespace/indentationfisharebest1-18/+17
2010-09-10Tidy up some whitespace/formattingfisharebest1-36/+36
2010-09-09Bug #591596 - Googlemap tab v.8667 - Hopefully this is the definitive fix ↵Brian Holland1-1/+13
until V3 is released.
2010-09-07Bug #591596 - Googlemap tab v.8667 - Add loadMap() function to ↵Brian Holland1-21/+20
closeCallback() function
2010-07-17Combine large and small icons - use CSS to downsize when small icons are ↵fisharebest1-8/+8
required
2010-07-17Combine WT_THEME_DIR with WT_IMAGES. This reduces repetition, and will ↵fisharebest1-9/+9
allow themes to share common images, e.g. in the images directory.
2010-07-06Minor tidying up for XHTML validationNigel Osborne1-13/+13
2010-05-26#585661 sidepanel disabled in admin panel but icons and pin still displayfisharebest1-2/+5
2010-05-25Fix tiny px difference in sidebar open/close image positioningNigel Osborne1-1/+1
(http://webtrees.net/forums/3-help/1644-navigator-sidepanel?limit=6&start=6#1674)
2010-05-13some validationsŁukasz Wilenski1-4/+4
2010-05-10Make the sidebar panels auto adjust their height dependent on their content.Brian Holland1-1/+2
2010-05-08Remove incorrect adjustment in svn 8205. (Adjustment causes module not to load)Brian Holland1-8/+1
2010-05-08Minor tool tip display adjustment for modules with shortened directory names ↵Brian Holland1-1/+9
(e.g. family_nav)
2010-05-08Push the Indi page content further left (by 30px) when the Sidebar is ↵Brian Holland1-1/+1
opened, to avoid overlay.
2010-05-07Update Sidebar to have two options. normally closed + auto close, normally ↵Brian Holland1-49/+110
open + auto open [default].
2010-05-05Add UTF8 headers to sidebar - for servers with a latin default charset in ↵fisharebest1-1/+1
php.ini
2010-05-04Sidebar Changes: re-added pin function, standardised open close icon, ↵Brian Holland1-112/+60
narrowed sidebar width. Still TO DO: rtl css, session save "sb_pin and "sb_open" states
2010-05-04Fix: need to specify character set encoding for sidebar contentfisharebest1-0/+1
2010-04-30Minor wording changeBrian Holland1-3/+3
2010-04-30Make Sidebar "open" by default. Other available options (to be perhaps ↵Brian Holland1-4/+50
configurable) are: "on", "closed" or "off". See $sidebar_state variable on line 217 of sidebar.php
2010-04-28Add Sidebar "Pin" function to keep sidebar permanently open.Brian Holland1-1/+44
2010-04-26Add text titles to sidebar open/close imagesNigel Osborne1-4/+3
2010-04-11Fix: CSS parsing errorfisharebest1-4/+0
2010-04-06Start to refactor module code. Administration and initialisation. NOTE: ↵fisharebest1-20/+13
changes to DB structure.
2010-04-05(no commit message)Veit Olschinski1-0/+197