From 94831ef683e1837a64d9099c05d784349977f59b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:14:47 +0000 Subject: UI fix, bumped to 0.1.1 --- Makefile | 2 +- heimdal-klist-html.lsp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 13f1080..fd9d2d4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=heimdal PACKAGE=acf-$(APP_NAME) -VERSION=0.1.0 +VERSION=0.1.1 APP_DIST=\ heimdal* \ diff --git a/heimdal-klist-html.lsp b/heimdal-klist-html.lsp index c6997ff..67175b0 100644 --- a/heimdal-klist-html.lsp +++ b/heimdal-klist-html.lsp @@ -5,19 +5,20 @@ <% displaycommandresults({"kinit"}, session, true) %>

<%= data.label %>

+
 <%= html.html_escape(data.value) %>
 
<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].kdestroy then %> -
">
Destroy Tickets
-
<% end %> +
+ <% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].kinit then viewlibrary.dispatch_component("kinit") end %> -- cgit v1.2.3