From 900569e15437d265871e1a59ffcef0d285e8402a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:29:25 +0000 Subject: UI fix, bumped to 0.2.2 --- Makefile | 2 +- asterisk-listfiles-html.lsp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4b67d8c..1957206 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=asterisk PACKAGE=acf-$(APP_NAME) -VERSION=0.2.1 +VERSION=0.2.2 APP_DIST=\ asterisk* \ diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp index 0719f76..caff231 100644 --- a/asterisk-listfiles-html.lsp +++ b/asterisk-listfiles-html.lsp @@ -9,7 +9,7 @@ require("viewfunctions") end %>

Configuration

- +
@@ -21,7 +21,7 @@ end %> io.write( "\n" ) end %> -
File Size
" .. html.html_escape(v.filename) .. "" .. html.html_escape(v.size) .."" .. html.html_escape(v.mtime) .."
+ <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") -- cgit v1.2.3