Clean up the mess that is Xml::monthSelector()...
authorRob Church <robchurch@users.mediawiki.org>
Mon, 25 Jun 2007 11:09:51 +0000 (11:09 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 25 Jun 2007 11:09:51 +0000 (11:09 +0000)
commit510add5a5c48f536f1376e7038c0b18e2fbedd9a
tree1631746480eddfdfa4d277d518aa5b8845754bd3
parent3b5fa6f103fc5cda8e12367bd8b76d96dbea1858
Clean up the mess that is Xml::monthSelector()...
* Use accessors instead of direct access to static members
* Use existing XML functions to make life easier and guarantee clean XHTML
* Drop the useless class (use the ID in CSS)
includes/Xml.php