New template var for Post, isThread.
Remove startDate field in Layout help that referenced the FilePile vars.
This commit is contained in:
parent
599e3707d0
commit
86d75c7397
2 changed files with 5 additions and 5 deletions
|
|
@ -11,11 +11,6 @@ our $HELP = {
|
||||||
description => 'template description',
|
description => 'template description',
|
||||||
namespace => 'Asset_Layout',
|
namespace => 'Asset_Layout',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title => '498',
|
|
||||||
description => '498 description',
|
|
||||||
namespace => 'Asset_FilePile',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title => 'assets to hide',
|
title => 'assets to hide',
|
||||||
description => 'assets to hide description',
|
description => 'assets to hide description',
|
||||||
|
|
|
||||||
|
|
@ -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.
|
A yes/no button to lock the thread, so that no posts can be added or edited.
|
||||||
<p>
|
<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>
|
<b>isEdit</b><br>
|
||||||
A conditional that is true if the user is editing an existing post.
|
A conditional that is true if the user is editing an existing post.
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue