luci/modules/luci-base/luasrc
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
..
cbi luci-base: datatypes: add "unique" dummy validator 2018-11-14 20:58:49 +01:00
controller/admin luci-base: support disconnecting (deauthenticating) wireless clients 2018-11-15 08:28:45 +01:00
model luci-base: fix table compare upon writing ipaddr changes 2018-12-13 12:14:37 +01:00
sgi Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
sys timezone data: update to 2018i 2019-01-02 21:32:47 +02:00
tools luci-base: luci.tools.status: add host_hints to DHCPv6 leases 2018-06-28 09:42:17 +02:00
view luci-base: add cbi tsection error msg option 2019-03-29 09:27:04 +01:00
cacheloader.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
cbi.lua luci-base: cbi.lua: fix TypedSection.parse() 2018-09-29 14:01:49 +02:00
ccache.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
config.lua Globally reduce copyright headers 2015-01-16 23:38:38 +01:00
debug.lua Rework LuCI build system 2015-01-08 16:26:20 +01:00
dispatcher.lua luci-base: dispatcher: support raw values in attr() and ifattr() 2019-02-12 08:31:08 +01:00
dispatcher.luadoc luci-base: dispatcher: remove tree modifier support 2018-11-27 14:46:55 +01:00
http.lua treewide: Fix typos in comments 2018-10-10 15:00:07 +08:00
http.luadoc treewide: Fix typos in comments 2018-10-10 15:00:07 +08:00
i18n.lua luci-base: remove unused i18n functions 2018-11-05 11:01:45 +01:00
i18n.luadoc luci-base: remove unused i18n functions 2018-11-05 11:01:45 +01:00
ltn12.lua Move inline documentation into separate files. 2015-01-29 16:26:46 +01:00
store.lua Update my email addresses in the license headers 2015-01-16 23:49:44 +01:00
sys.lua luci-base: add luci.sys.process.exec() 2018-11-14 20:46:04 +01:00
sys.luadoc luci-base: add luci.sys.process.exec() 2018-11-14 20:46:04 +01:00
template.lua treewide: Fix typos in UI strings 2018-10-12 22:18:51 +08:00
util.lua treewide: Fix typos in comments 2018-10-10 15:00:07 +08:00
util.luadoc treewide: Fix typos in comments 2018-10-10 15:00:07 +08:00
version.lua Globally reduce copyright headers 2015-01-16 23:38:38 +01:00