added safe top link to the top of the CS FAQ template

This commit is contained in:
Colin Kuskie 2007-02-03 22:54:21 +00:00
parent b49c5bf2a1
commit 7323ec0c0a
5 changed files with 80 additions and 0 deletions

View file

@ -1098,6 +1098,7 @@ sub view {
$var{"search.url"} = $self->getSearchUrl;
$var{"subscribe.url"} = $self->getSubscribeUrl;
$var{"unsubscribe.url"} = $self->getUnsubscribeUrl;
$var{"collaborationAssetId"} = $self->getId;
my $sql = "
select
asset.assetId,

View file

@ -255,6 +255,9 @@ our $HELP = {
{
'name' => 'closed.label'
},
{
'name' => 'collaborationAssetId'
},
{
'name' => 'critical.label'
},

View file

@ -1617,6 +1617,11 @@ the Collaboration Asset, the user will be notified.|,
lastUpdated => 1149656374,
},
'collaborationAssetId' => {
message => q|The assetId of this Collaboration System. Unlike the variable assetId, this one will not be overridden by the assetIds inside of Threads or Posts.|,
lastUpdated => 1170543345,
},
};