[geeklog-devel] Config page validation errors
=MF=Geiss
geiss at midnightforce.com
Tue Dec 18 22:01:29 EST 2007
Hi all,
While validating my theme I came across the following issue (among
others)...
In system/classes/config.class.php on line 437 the onClick needs to be
changed to all lowercase like this:
"(<a href='#' onclick='unset(\"{$name}\");'>X</a>)");
Can someone with CVS commit rights please make that change? Thanks in
advance! :-)
Also, there are a handful of errors due to using an "id" more than once.
This should be switched to "class" since the selector is used repeatedly
in the markup. Of course the corresponding style.css "#" will need to be
changed to ".", or at least duplicated as such, if it is used elsewhere
appropriately as an "id".
There are also some changes that needed to be made in the
configuration.thtml and config_element.thtml files to be compliant. Col
end tags, etc.
I haven't received any feedback on the nouveau theme from anyone. I'm
not sure if it is because everyone is busy, or because people have
stopped caring. At any rate, it is available in an SVN repository at
http://geiss.getmyip.com:81/svn/nouveau/trunk. Read only login/password
is everyone/everyone.
Thx!
Eric
More information about the geeklog-devel
mailing list