New template var for Post, isThread.

Remove startDate field in Layout help that referenced the FilePile vars.
This commit is contained in:
Colin Kuskie 2006-04-28 23:45:13 +00:00
parent 599e3707d0
commit 86d75c7397
2 changed files with 5 additions and 5 deletions

View file

@ -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',

View file

@ -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.
<p>
<b>isThread</b><br>
A conditional that is true if the user is editing the main post for a thread, as opposed to
a reply in the thread.
<p>
<b>isEdit</b><br>
A conditional that is true if the user is editing an existing post.
<p>