pdnsops2 / pdnsops

PDNSOps2 - A PHP based PowerDNS database manager
http://pdnsops.com
GNU General Public License v2.0
13 stars 5 forks source link

Put in a theme select drop down into settings #22

Closed ShakataGaNai closed 12 years ago

ShakataGaNai commented 12 years ago

I'd like to build a few themes and give a per-user ability to change themes. Can we put a drop down into the settings screen to select themes? Either based off the list of themes in /themes/ or based on an array in the config file (that a user will have to manually update when they add a new theme).

bdamer commented 12 years ago

Sure. Go ahead and create a theme or two, once they're checked in I'll add the feature to the settings page. We should be able to autodetect the templates.

ShakataGaNai commented 12 years ago

@bdamer I'll have the branch merged in tomorrow, hopefully. Mostly finished building the last remaining template.

Freaking css....

bdamer commented 12 years ago

Added system-setting and dropdown to select theme. Let's hold off on making this per-user for now, because that would require a user settings screen, which is probably overkill for now.