From 86d75c7397f00244e6512283aad94dbf5be13811 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 28 Apr 2006 23:45:13 +0000 Subject: [PATCH] New template var for Post, isThread. Remove startDate field in Layout help that referenced the FilePile vars. --- lib/WebGUI/Help/Asset_Layout.pm | 5 ----- lib/WebGUI/i18n/English/Asset_Post.pm | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/WebGUI/Help/Asset_Layout.pm b/lib/WebGUI/Help/Asset_Layout.pm index de46636fb..9a73cb624 100644 --- a/lib/WebGUI/Help/Asset_Layout.pm +++ b/lib/WebGUI/Help/Asset_Layout.pm @@ -11,11 +11,6 @@ our $HELP = { description => 'template description', namespace => 'Asset_Layout', }, - { - title => '498', - description => '498 description', - namespace => 'Asset_FilePile', - }, { title => 'assets to hide', description => 'assets to hide description', diff --git a/lib/WebGUI/i18n/English/Asset_Post.pm b/lib/WebGUI/i18n/English/Asset_Post.pm index be4709d3c..95b441df5 100644 --- a/lib/WebGUI/i18n/English/Asset_Post.pm +++ b/lib/WebGUI/i18n/English/Asset_Post.pm @@ -57,6 +57,11 @@ A yes/no button to set the thread to be sticky, so that it stays at the top of t A yes/no button to lock the thread, so that no posts can be added or edited.

+isThread
+A conditional that is true if the user is editing the main post for a thread, as opposed to +a reply in the thread. +

+ isEdit
A conditional that is true if the user is editing an existing post.