Jo-Philipp Wich
c78e445583
libs/web: rework unspecified/create logic for checkboxes in network_netlist widget
2012-08-09 23:42:53 +00:00
Jo-Philipp Wich
b35ab62ada
libs/web: support placeholder attribute for comboboxes, fix validation quirks with input->select transition in comboboxes
2012-08-09 11:25:25 +00:00
Jo-Philipp Wich
4d2332c01c
libs/web: add missing css class to cbi simpleform template
2012-08-08 11:29:46 +00:00
Jo-Philipp Wich
a798da5d8b
libs/web: support creating networks in checkbox network widget ( #457 )
2012-07-24 11:48:03 +00:00
Jo-Philipp Wich
fe7424b68e
libs/web: extend network_ifacelist widget to display all networks an iface is member of
2012-06-26 21:49:15 +00:00
Jo-Philipp Wich
fd28386e35
libs/web: fix html output for complex datatypes containing apostrophes
2012-04-15 14:31:04 +00:00
Jo-Philipp Wich
1c10042f8c
libs/web: fix delete action in tblsections, fix extedit buttons
2012-02-15 22:08:51 +00:00
Jo-Philipp Wich
5d45927643
libs/web: remove inline styles from firewall_zoneforwards and firewall_zonelist widgets
2012-02-15 17:50:25 +00:00
Jo-Philipp Wich
7c9dd3ab81
libs/web: remove inline styles from network_netinfo widget
2012-02-15 16:43:39 +00:00
Jo-Philipp Wich
481ddd0909
libs/web: remove inline styles for interface badges
2012-02-15 16:00:23 +00:00
Jo-Philipp Wich
857dcdf727
libs/web: remove more inline styles from tblsection template, fixes action buttons in bootstrap theme
2012-02-15 15:27:03 +00:00
Jo-Philipp Wich
13beaf8b3d
libs/web: use new button classes for tblsection template
2012-02-15 15:13:27 +00:00
Jo-Philipp Wich
47b51b54e8
libs/web: fix firewall_zoneforwards template for bootstrap theme
2012-02-15 15:12:53 +00:00
Jo-Philipp Wich
8412034c3d
libs/web: use CSS class for sort buttons, drop inline style
2012-02-14 15:08:12 +00:00
Jo-Philipp Wich
75f849ca58
libs/web: fix invalid html after r8224 - the whitespace trimming removed the space between the attributes
2012-02-14 14:11:57 +00:00
Patrick Grimm
a3b0db7d86
libs/web: fix line wrapping error
2012-02-13 00:44:56 +00:00
Patrick Grimm
9305afaf0d
libs/web: replace <a href> by <input type=button> for better css style in tables
2012-02-12 22:50:48 +00:00
Jo-Philipp Wich
3553d308f6
[PATCH] Naive fix for bug #208
...
For SimpleSection, use the section name (always "1") instead of the
section type in the CBI-like string used to identify the upload. This
allows upload fields to be placed in SimpleSections. The fix changes a
minimal number of lines, but does introduce some unnecessary confusion,
it may or may not be better than a more thorough/invasive fix.
Set the enctype for the form element in the simpleform view to be
multipart/form-data because the default
application/x-www-form-urlencoded does not support input files.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2011-12-20 17:52:10 +00:00
Jo-Philipp Wich
8358175f25
libs/web: show input/forward hints in zonelist widget only if bnoth allowany and allowlocal are enabled
2011-12-20 17:51:44 +00:00
Jo-Philipp Wich
b89300eb67
libs/web: prevent break between action buttons in tblsection template
2011-12-20 03:57:40 +00:00
Jo-Philipp Wich
24c4cce3ae
libs/web: add "any" option to firewall_zonelist widget
2011-12-19 20:09:20 +00:00
Jo-Philipp Wich
21a0fcc4c1
libs/web: rework DynamicList widget to support dynamic lists composed of comboboxes
2011-12-19 18:55:59 +00:00
Jo-Philipp Wich
8cd46b595a
libs/web: cbi: support description attribute in nullsection instances
2011-10-23 04:21:14 +00:00
Jo-Philipp Wich
cd46e1611e
libs/web: handle .redirect property for SimpleForm widgets
2011-10-11 01:20:36 +00:00
Jo-Philipp Wich
2337ee9206
libs/web: add network_netlist widget option to filter virtual networks
2011-10-10 18:10:12 +00:00
Jo-Philipp Wich
63608d2636
libs/web: sent origin section id encoded in cbi.cts. requests
2011-10-09 20:14:25 +00:00
Jo-Philipp Wich
0d4ec2bbba
libs/web: add error message printing to nullsection template, fixes server side validation in SimpleForm instances
2011-10-09 18:43:11 +00:00
Jo-Philipp Wich
43df504278
libs/web: assign extra css class to typed or named sections with tabs
2011-09-30 14:14:04 +00:00
Jo-Philipp Wich
ea6f5379dc
libs/web: network widget fixes
2011-09-25 11:59:21 +00:00
Jo-Philipp Wich
bf49f78599
libs/web: align interface related widgets to changed network model api
2011-09-24 03:49:17 +00:00
Jo-Philipp Wich
7925014561
libs/web: add missing class attributes
2011-09-22 18:21:38 +00:00
Jo-Philipp Wich
688eb421cc
libs/web: cbi: assign dedicated css class to last child
2011-09-22 16:34:52 +00:00
Jo-Philipp Wich
362c84480a
libs/web: add another missing class attribute
2011-09-22 13:43:39 +00:00
Jo-Philipp Wich
b360dbc6dc
modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp: tune input class attributes
2011-09-22 13:25:48 +00:00
Jo-Philipp Wich
59e95ddcad
modules/admin-full, libs/web: various interface handling fixes in network settings
2011-09-22 01:40:26 +00:00
Jo-Philipp Wich
537c929d63
libs/web: track submit state in network_ifacelist widget, fixes deselecting all member ifaces in checkbox mode
2011-09-14 09:28:16 +00:00
Jo-Philipp Wich
37df666e0a
libs/web: fix some missing escapes in iface and netlist widgets
2011-09-01 16:07:02 +00:00
Jo-Philipp Wich
6e6bac2a4a
libs/web: remove license comments from cbi templates, saves around 50% of their size
2011-05-04 12:56:06 +00:00
Jo-Philipp Wich
b95ec6c93a
libs/web: fix another invalid entity
2011-05-03 03:31:30 +00:00
Jo-Philipp Wich
6697e282af
trunk: s/ / /g
2011-05-03 03:20:15 +00:00
Jo-Philipp Wich
1db9f295fa
libs/web: repair and modernize FileBrowser widget, patches by Kevin Locke <klocke@digitalenginesoftware.com> ( #207 )
2011-03-05 06:35:26 +00:00
Jo-Philipp Wich
be5b1015b2
libs/web: improve cbi handling of Flag values, support usage of .default attribute to signalize default-on checkboxes, this helps to deal with the reversed logic of various uci bools within OpenWrt configs
2011-01-29 17:54:00 +00:00
Jo-Philipp Wich
8055a5e183
libs/web: remove a stray non breaking space in DummyValue template
2011-01-26 16:21:15 +00:00
Jo-Philipp Wich
2ae8c99606
libs/web: readd add/remove icons to dynamic list widgets
2011-01-23 18:28:35 +00:00
Jo-Philipp Wich
a30ea6c2a3
libs/web: add missing cells to tblsection template
2011-01-20 00:19:05 +00:00
Jo-Philipp Wich
80e1900b03
libs/web: implement sortable rows for uci reordering
2011-01-20 00:01:55 +00:00
Jo-Philipp Wich
86a13c6ab9
libs/web: fix an untranslated string
2011-01-14 22:50:50 +00:00
Jo-Philipp Wich
5355d11e2c
libs/web: some fixes for network_ifacelist widget
2011-01-14 19:57:30 +00:00
Jo-Philipp Wich
4bbd85fe42
libs/web: properly handle .default property for ListValue fields with integer keys
2011-01-13 20:54:57 +00:00
Jo-Philipp Wich
bd8ac05d56
libs/web: introduce width property for fields in tblsections
2011-01-13 20:02:16 +00:00