From 9dfc491513676fa005f68cc764c4db37f0b3094f 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/alpine-baselayout/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed --- interfaces-update-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces-update-html.lsp') diff --git a/interfaces-update-html.lsp b/interfaces-update-html.lsp index ced2d86..d205c03 100644 --- a/interfaces-update-html.lsp +++ b/interfaces-update-html.lsp @@ -154,7 +154,7 @@ io.write("")

<%= form.label %><% if page_info.action == "update" then io.write(" - "..form.value.name.value) end %>

<% if page_info.action == "update" then - form.value.name.contenteditable = false + form.value.name.readonly = true end local order = {"name", "comment", "auto", "family", "method", "pre-up", "up", "down", "post-down"} displayform(form, order) -- cgit v1.2.3