nutbolt / luci-theme-bootstrap

A clean theme for LuCI
http://nut-bolt.nl/2012/openwrt-bootstrap-theme-for-luci/
68 stars 22 forks source link

Nice theme #1

Closed obsy closed 12 years ago

obsy commented 12 years ago

Hi, very nice theme. But see for checkboxes: http://dl.dropbox.com/u/60469886/OpenWrt%20-%20LED%20Configuration%20-%20LuCI.png

DavidMenting commented 12 years ago

Solved. See https://github.com/Nut-Bolt/luci-theme-bootstrap/commit/c57e216c9038e9060658c34fba3221b3f21cb760

obsy commented 12 years ago

Thanks. Next - ntpd: http://dl.dropbox.com/u/60469886/OpenWrt%20-%20System%20-%20LuCI.png

DavidMenting commented 12 years ago

I can't get the NTPD-form to show up on my devices. How do I enable it? Or could you send me a saved .html from that page?

obsy commented 12 years ago

Hmm, this is standard page from system tab: http://dl.dropbox.com/u/60469886/OpenWrt%20-%20System%20-%20LuCI.html

DavidMenting commented 12 years ago

The built-in NTPD on my device is not available or turned of. Using your HTML I've been able to fix it like this: https://github.com/Nut-Bolt/luci-theme-bootstrap/commit/f4454da943c7a9115367156eb6e427ab5062c2b7

obsy commented 12 years ago

Standard ar71xx trunk (on tplink), with latest luci. Your changes fixes the problem, so this can be closed. Thanks again.

DavidMenting commented 12 years ago

Thanks for reporting. If you find any other issues I'd be pleased to hear.

obsy commented 12 years ago

BTW, this package should be marked by PKGARCH=:all in Makefile

DavidMenting commented 12 years ago

Where would that go, or could you send me a diff?

obsy commented 12 years ago

define Package/luci-theme-$(THEME_NAME) SECTION:=luci CATEGORY:=LuCI SUBMENU:=Themes DEPENDS:=+luci-theme-base TITLE:=LuCI Theme - $(THEME_TITLE) URL:=http://nut-bolt.nl/ PKGARCH:=all endef

DavidMenting commented 12 years ago

That's a great tip! This means the final opkg packages is suited for all platforms, right?

obsy commented 12 years ago

Exactly. Downloaded package from your site can be installed on any platform.