diff options
author | Manuel Munz <freifunk@somakoma.de> | 2012-09-19 06:27:51 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2012-09-19 06:27:51 +0000 |
commit | 386fa7a674f077d54d48955cb1bbd969c632c8a8 (patch) | |
tree | 66ee87b7c6b51f666aefc124fae20eaa93356709 /applications/luci-freifunk-widgets/root/etc | |
parent | be8760679a69857e59544cceb2b2ffba9e8cdc41 (diff) |
applications/freifunk-widgets: remove order variable, fix html in rss view, fix search view
Diffstat (limited to 'applications/luci-freifunk-widgets/root/etc')
-rw-r--r-- | applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets b/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets index 2c4d74386c..e5a20e7e5f 100644 --- a/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets +++ b/applications/luci-freifunk-widgets/root/etc/config/freifunk-widgets @@ -1,38 +1,33 @@ -config widget 'iframe_freifunk' +config widget 'example_iframe' option template 'iframe' - option order '10' option url 'http://www.freifunk.net' option title 'Freifunk Homepage' option height '500px' option width '100%' option enabled '0' -config widget 'rss_freifunk' +config widget 'example_rss' option template 'rssfeed' - option order '20' option url 'http://global.freifunk.net/rss/all/rss.xml' option max '10' option cache '3600' option enabled '0' option title 'Globaler Freifunk RSS Feed' -config widget 'search' +config widget 'example_search' option template 'search' option enabled '0' - option order '30' option title 'Search' list engine 'Google|http://www.google.de/search?q=' list engine 'Freifunk Wiki|http://wiki.freifunk.net/index.php?search=' option width '50%' option paddingright '8%' -config widget 'customtext' +config widget 'example_customtext' option template 'html' option width '50%' - option order '40' option enabled '0' -config widget 'clear' +config widget 'example_clear' option enabled '0' option template 'clear' - option order '50' |