Templatize admin/settings.php
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 10 Jan 2009 07:00:07 +0000 (23:00 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 10 Jan 2009 07:00:07 +0000 (23:00 -0800)
commit39e5f2647ef505ee0a10423e634c6cd657dbd2fd
tree4eb9c4d4fcaf81793e5605716511dc204cc80e89
parent25cd5d3c525bf74f2ba510ddd572a41e3e74a89e
Templatize admin/settings.php

* admin/global.php: Include DecoratorHelpers.php
* admin/settings.php: Complete rewrite with templates
* admin/templates/nav.html: Add id's to nav elements
* admin/templates/settings.html: New file
* includes/functions.php:
(construct_option_select): Add an id attribute
admin/global.php
admin/settings.php
admin/templates/nav.html
admin/templates/settings.html [new file with mode: 0644]
includes/functions.php