mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
We also implement delbtntitle functionality for various *Table
types. This means one can implement a table and rename its
Delete button like so:
s.delbtntitle = _('Kill it with fire!');
Signed-off-by: Paul Donald <newtwen+github@gmail.com>