From 9f26c22e6c1c9b3b28566073c9aaa43fc28f1595 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:17:17 +0000 Subject: UI fix, bumped to 0.1.3 --- Makefile | 2 +- ppp-listpeers-html.lsp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5b173d7..d25c9e5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=ppp PACKAGE=acf-$(APP_NAME) -VERSION=0.1.2 +VERSION=0.1.3 APP_DIST=\ ppp* \ diff --git a/ppp-listpeers-html.lsp b/ppp-listpeers-html.lsp index 79cae6c..d2760ad 100644 --- a/ppp-listpeers-html.lsp +++ b/ppp-listpeers-html.lsp @@ -6,7 +6,7 @@ require("viewfunctions") <% displaycommandresults({"createpeer"}, session, true) %>

Peer Files

- +
@@ -22,7 +22,7 @@ require("viewfunctions") <% end %> -
Action Peer File<%= html.html_escape(string.gsub(file, "^.*/", "")) %>
+ <% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].createpeer then viewlibrary.dispatch_component("createpeer") -- cgit v1.2.3