luci/modules/luci-base/luasrc/view/cbi
Florian Eckert b347bd1462 luci-base: add cbi tsection error msg option
In some situation it is usefull to inform the use that this section
could not get delete, because this config is referenced or is in use.

Example pseudo code:

function s.remove(self, sid)
	<check if secation could get deleted>
	if output == nil then
		self.error_msg = translatef("Unable to remove this section")
		return nil
	end
end

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-29 09:27:04 +01:00
..
apply_widget.htm luci-base: fix apply/rollback strings 2018-11-20 11:43:20 +01:00
browser.htm luci-base: rework filebrowser initialization 2018-12-29 14:19:59 +01:00
button.htm luci-base: globally cleanup markup 2018-06-23 17:13:22 +02:00
cell_valuefooter.htm treewide: convert HTML tables to div 2018-05-28 15:18:45 +02:00
cell_valueheader.htm treewide: avoid double-escaping CBI section labels 2019-02-12 08:32:02 +01:00
compound.htm Rework LuCI build system 2015-01-08 16:26:20 +01:00
delegator.htm Rework LuCI build system 2015-01-08 16:26:20 +01:00
dropdown.htm luci-base: fix cbi dropdown quirks with MS Edge 2018-10-17 08:07:48 +02:00
dvalue.htm Rework LuCI build system 2015-01-08 16:26:20 +01:00
dynlist.htm luci-base: rework dynamic list template 2018-11-14 20:46:04 +01:00
error.htm Globally convert headline anchors into name attributes. 2015-10-06 13:30:33 +02:00
filebrowser.htm luci-base: escape path strings and field parameter 2018-04-07 11:43:44 +02:00
firewall_zoneforwards.htm luci-base: show default forwarding policy in zone forwarding list 2018-10-10 08:36:08 +02:00
firewall_zonelist.htm luci-base: fix cbi dropdown quirks with MS Edge 2018-10-17 08:07:48 +02:00
footer.htm luci-base: rework CBI footer template 2018-07-18 12:05:05 +02:00
full_valuefooter.htm luci-base: globally cleanup markup 2018-06-23 17:13:22 +02:00
full_valueheader.htm luci-base: refactor cbi dependency handling code 2016-01-18 17:05:36 +01:00
fvalue.htm luci-base: view: make checkboxes and radio buttons styleable 2016-03-03 22:06:39 +01:00
header.htm luci-base: fix placement of CBI strings 2018-07-09 17:04:10 +02:00
ipaddr.htm luci-base: support cidr list notation for option ipaddr and ip6addr 2018-12-13 11:35:38 +01:00
lvalue.htm luci-base: view: make checkboxes and radio buttons styleable 2016-03-03 22:06:39 +01:00
map.htm luci-base: fix syntax error in map.htm 2018-12-11 06:54:09 +01:00
mvalue.htm luci-base: mvalue: fix column wrapping 2017-01-26 00:07:26 +01:00
network_ifacelist.htm luci-base: fix cbi dropdown quirks with MS Edge 2018-10-17 08:07:48 +02:00
network_netinfo.htm Rework LuCI build system 2015-01-08 16:26:20 +01:00
network_netlist.htm luci-base: fix cbi dropdown quirks with MS Edge 2018-10-17 08:07:48 +02:00
nsection.htm luci-base: rework ui tabbing code 2018-12-10 13:41:34 +01:00
nullsection.htm luci-base: globally cleanup markup 2018-06-23 17:13:22 +02:00
simpleform.htm luci-base: rework simpleform template 2018-07-18 12:05:05 +02:00
tabcontainer.htm luci-base: rework ui tabbing code 2018-12-10 13:41:34 +01:00
tblsection.htm treewide: avoid double-escaping CBI section labels 2019-02-12 08:32:02 +01:00
tsection.htm luci-base: add cbi tsection error msg option 2019-03-29 09:27:04 +01:00
tvalue.htm luci-base: cbi: refactor event handling js 2016-01-18 19:34:02 +01:00
ucisection.htm luci-base: strip superfluous space in additional field markup 2018-07-23 15:10:55 +02:00
upload.htm luci-base: globally cleanup markup 2018-06-23 17:13:22 +02:00
value.htm luci-base: do not trigger form action when revealing password 2018-11-22 14:47:56 +01:00
valuefooter.htm Rework LuCI build system 2015-01-08 16:26:20 +01:00
valueheader.htm Rework LuCI build system 2015-01-08 16:26:20 +01:00
wireless_modefreq.htm modules: Split luci-mod-full 2018-09-19 20:08:19 +02:00