From dc6318ad77ff0d137454e648ecfcb8a169789b74 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 Oct 2009 11:27:37 +0200 Subject: Graphical fix. Adding
to welcome screen. Removing

from file-edit form to present the [Save] button next to the textarea which the button controls. --- app/filedetails-html.lsp | 1 - app/welcome-html.lsp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'app') diff --git a/app/filedetails-html.lsp b/app/filedetails-html.lsp index 59d0cdd..02b53d6 100644 --- a/app/filedetails-html.lsp +++ b/app/filedetails-html.lsp @@ -29,7 +29,6 @@ displayitem(form.value.mtime) <% if form.value.filecontent.descr then %>

<%= string.gsub(html.html_escape(form.value.filecontent.descr), "\n", "
") %>

<% end %> <% if form.type == "form" then %> -

Save

<% displayformend(form) %> <% end %> diff --git a/app/welcome-html.lsp b/app/welcome-html.lsp index e4bd2be..88bc934 100644 --- a/app/welcome-html.lsp +++ b/app/welcome-html.lsp @@ -1,6 +1,6 @@ <% view = ... %>

Alpine Configuration Framework

-

Welcome.

+

Welcome.

<% --[[ io.write(html.cfe_unpack(view)) -- cgit v1.2.3