source: extensions/greydragon/admin/js/admin.js @ 30210

Last change on this file since 30210 was 30210, checked in by SergeD, 10 years ago

version 1.0.13
+ New colorpack - GreyDragon
+ ADMIN: Added support for horizontal menu - "Static Menu - Header Bottom". When used with Additional Pages Plugin, pages except Root Page would be embeded

into menu bar instead of drop down menu.

+ ADMIN: Added option "Display navigation arrows" for Root page
+ ADMIN: Added option "Display navigation controls" for Root page
+ Added support for thumb shadow space - custom CSS is required (please refer to help section in admin area). Latest gdThumb is recomended.
+ CSS: cleanup

  • Removed hardcoded height for root page slideshow to accomodate navigation controls
  • Fixed issues with Categories List overlapping when Static menu is enabled
  • In Phote page, hide overflow photo when huge size is used
  • Property svn:eol-style set to native
File size: 455 bytes
Line 
1$().ready(function() {
2  $("div.infos").delay(8000).slideUp('slow', function() { $('div.infos').hide(); });
3  $("#menubar dl dd:visible").parent('dl').find('dt').addClass('menu-header-active');
4  $("form li label input[type=checkbox]").change(function() { $(this).prev().toggleClass('icon-check icon-check-empty'); });
5  $("#menubar dl").click(function() {
6    $("#menubar dl").removeClass('menu-focused');
7    $(this).addClass('menu-focused');
8  });
9});
Note: See TracBrowser for help on using the repository browser.