From 48d88fd78420e0eb7aa42735d4567db600f89c58 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:02:19 +0000 Subject: UI fix, bumped to 0.4.3 --- Makefile | 2 +- dhcp-listfiles-html.lsp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 07acd4a..8594c30 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=dhcp PACKAGE=acf-$(APP_NAME) -VERSION=0.4.2 +VERSION=0.4.3 APP_DIST=\ dhcp* \ diff --git a/dhcp-listfiles-html.lsp b/dhcp-listfiles-html.lsp index ef5687f..7446520 100644 --- a/dhcp-listfiles-html.lsp +++ b/dhcp-listfiles-html.lsp @@ -9,7 +9,7 @@ require("viewfunctions") end %>

<%= html.html_escape(data.label) %>

- +
@@ -25,7 +25,7 @@ end %> <% end %> -
File Size<%= html.html_escape(file.mtime) %>
+ <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") -- cgit v1.2.3