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-editrule-html.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'iptables-editrule-html.lsp') diff --git a/iptables-editrule-html.lsp b/iptables-editrule-html.lsp index 4f7ba0b..9c732ec 100644 --- a/iptables-editrule-html.lsp +++ b/iptables-editrule-html.lsp @@ -5,10 +5,10 @@ require("viewfunctions")

<%= form.label %>

<% for name,val in pairs(form.value) do val.name = name end -form.value.table.contenteditable = false +form.value.table.readonly = true form.value.table.type = "text" -form.value.chain.contenteditable = false -form.value.position.contenteditable = false +form.value.chain.readonly = true +form.value.position.readonly = true form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action displayformstart(form) %> -- cgit v1.2.3