From dac8706eaa8243e8fb6bcfd00fbdbf779f9f0ebc Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 12 Jan 2009 20:34:27 +0000 Subject: Modified several pages to replace contenteditable with readonly. Added readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/iptables/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed --- iptables-editchain-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iptables-editchain-html.lsp') diff --git a/iptables-editchain-html.lsp b/iptables-editchain-html.lsp index eaa1bfb..3480fcc 100644 --- a/iptables-editchain-html.lsp +++ b/iptables-editchain-html.lsp @@ -6,9 +6,9 @@ require("viewfunctions") <% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action if page_info.action == "editchain" then - form.value.table.contenteditable = false + form.value.table.readonly = true form.value.table.type = "text" - form.value.chain.contenteditable = false + form.value.chain.readonly = true end local order = {"table", "chain", "policy"} displayform(form, order) -- cgit v1.2.3