trying to fix broken problem with new dynamic definitions
This commit is contained in:
parent
1d7856eb92
commit
2999e6fdb8
3 changed files with 14 additions and 4 deletions
|
|
@ -145,9 +145,7 @@ sub insertHelpTemplate{
|
|||
</dl>
|
||||
</tmpl_if>
|
||||
EOT
|
||||
|
||||
my $import=WebGUI::Asset->getImportNode;
|
||||
|
||||
my $folder = $import->addChild({
|
||||
title=>"6.7.0 Help System Template",
|
||||
menuTitle=>"6.7.0 Help System Template",
|
||||
|
|
@ -168,6 +166,7 @@ EOT
|
|||
|
||||
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
sub insertSyndicatedContentTemplate{
|
||||
print "\tInserting new syndicated content template\n" unless ($quiet);
|
||||
|
||||
my $template=q|<a name="<tmpl_var assetId>"></a>
|
||||
<tmpl_if session.var.adminOn>
|
||||
|
|
@ -243,6 +242,7 @@ sub insertSyndicatedContentTemplate{
|
|||
|
||||
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
sub insertXSLTSheets{
|
||||
print "\tInserting syndicated content XSLT\n" unless ($quiet);
|
||||
my $import=WebGUI::Asset->getImportNode;
|
||||
|
||||
my $folder=$import->addChild(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue