Images are missing (I think a spacer is missing now that background images are used for the menu icons)
it exepects a x.gif in the manager folder
the first 4 items in usersettings are not saved.
the Items are:
Manager Login Startup
Manager Interface Access
Allowed IP Address
Allowed Days
this and the 2 above are from release : MODx 0.9.5 beta 3 (rev 1480)
ok when wil de truck be updated?
Then I can do some more test
Quote from: rthrash at Sep 23, 2006, 06:05 AM
......
The section headers also now need any bullets/dots added to the CSS, as I’ve removed those from the code completely (let me know if i’ve missed any please!). ....
There are two bullets in DocManager module
NOTE: Bullets like background image of section header works fine only with MODxLight, all other manager templates (MODx and MODx Green) uses a background image in the section header and your double call in Green style.css does not work.
.sectionHeader, .showHideVisible {
margin: 0 10px 4px 10px;
padding: 5px 3px 5px 3px;
font-weight: bold;
color: #fff;
background-position: top left;
background-repeat: repeat-x;
background: #9EBD5A;
border: 1px solid #000000;
background-image: url(images/bg/button_dn.gif);
}
.sectionHeader {
padding: 5px 3px 5px 18px;
background: url(images/misc/dot.gif) no-repeat 6px 45%;
}
can we add an <H3> to the content of sectionheader and then create a style with bullet image for .sectionHeader H3?