From 97c98d5a32aeffe2c19f4e59e59ecbef6d8f8329 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 9 Apr 2008 14:03:16 +0000 Subject: Removed typo and cleaned up the code. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@977 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-controller.lua | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'shorewall-controller.lua') diff --git a/shorewall-controller.lua b/shorewall-controller.lua index 3d0f7be..a2038fe 100644 --- a/shorewall-controller.lua +++ b/shorewall-controller.lua @@ -23,7 +23,6 @@ local function displaycmdmanagement(pidofstatus) label="Program control-panel", value="Start", type="submit", - descr="When starting or restarting BGP, the web-page will freeze for some reason!", }) management.stop = cfe({ name="cmdmanagement", label="Program control-panel", @@ -550,7 +549,6 @@ function config(self) label="Edit above record", value="Edit", type="submit", --- disabled="yes", }) config.params_cmd.descr="Mark a item in above list before pressing [" .. config.params_cmd.value .. "]" @@ -560,7 +558,6 @@ function config(self) label="Edit above record", value="Edit", type="submit", --- disabled="yes", }) config.interfaces_cmd.descr="Mark a item in above list before pressing [" .. config.interfaces_cmd.value .. "]" @@ -570,7 +567,6 @@ function config(self) label="Edit above record", value="Edit", type="submit", --- disabled="yes", }) config.zones_cmd.descr="Mark a item in above list before pressing [" .. config.zones_cmd.value .. "]" @@ -580,7 +576,6 @@ function config(self) label="Edit above record", value="Edit", type="submit", --- disabled="yes", }) config.policy_cmd.descr="Mark a item in above list before pressing [" .. config.policy_cmd.value .. "]" @@ -590,8 +585,6 @@ function config(self) label="Edit above record", value="Edit", type="submit", --- disabled="yes", --- errtxt="This button is not yet programmed!", }) config.rules_cmd.descr="Mark a item in above list before pressing [" .. config.rules_cmd.value .. "]" @@ -599,7 +592,8 @@ function config(self) config.check_cmd = cfe ({ name="check_cmd", label="Check if config works", - descr="Attention! This check could take a long time depending on your configuration.", + descr="After your check, you will be able to start/stop/restart the process.", + errtxt="Attention! This check could take a long time depending on your configuration.", value="Check", type="submit", }) -- cgit v1.2.3