summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 10:20:23 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 10:20:23 +0000
commit70be7065ce8aae06eb0e06a600f9176ebf460799 (patch)
tree239aabd7d84a57c76d50ddd9ef370465df035fbc
parenteaa23ecefaef558b30d7c69b2bd900dd70abf589 (diff)
downloadacf-alpine-baselayout-70be7065ce8aae06eb0e06a600f9176ebf460799.tar.bz2
acf-alpine-baselayout-70be7065ce8aae06eb0e06a600f9176ebf460799.tar.xz
Removed superexpert tab
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@525 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--syslog-config-html.lsp2
-rw-r--r--syslog-controller.lua2
-rw-r--r--syslog-expert-html.lsp2
-rw-r--r--syslog-status-html.lsp2
4 files changed, 3 insertions, 5 deletions
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp
index 48ba1b7..7396d25 100644
--- a/syslog-config-html.lsp
+++ b/syslog-config-html.lsp
@@ -46,6 +46,6 @@
<H2>Save and apply above settings</H2>
<DT>Apply settings</DT>
-<DD><input class="submit" type="submit" value="Apply"/></DD>
+<DD><input class="submitxxx" type="submit" value="Apply"/></DD>
diff --git a/syslog-controller.lua b/syslog-controller.lua
index 65034ca..d0d05eb 100644
--- a/syslog-controller.lua
+++ b/syslog-controller.lua
@@ -26,5 +26,3 @@ end
expert = config
-superexpert = expert
-
diff --git a/syslog-expert-html.lsp b/syslog-expert-html.lsp
index 0852c31..9d74227 100644
--- a/syslog-expert-html.lsp
+++ b/syslog-expert-html.lsp
@@ -28,4 +28,4 @@
<H2>Save and apply above settings</H2>
<DT>Apply settings</DT>
-<DD><input class="submit" type="submit" value="Apply"/></DD>
+<DD><input class="submitxxx" type="submit" value="Apply"/></DD>
diff --git a/syslog-status-html.lsp b/syslog-status-html.lsp
index e923b1b..20dae6b 100644
--- a/syslog-status-html.lsp
+++ b/syslog-status-html.lsp
@@ -24,7 +24,7 @@
<?
----[[ DEBUG INFORMATION
+--[[ DEBUG INFORMATION
require("debugs")
io.write(debugs.variables(view))
--]]