More UI level docs moved into Help from i18n.

Fixed missing close list tags that muck up flat help rendering.
This commit is contained in:
Colin Kuskie 2006-05-01 04:04:52 +00:00
parent b6c65315bb
commit 0f6d8e57de
12 changed files with 24 additions and 17 deletions

View file

@ -8,7 +8,8 @@ our $HELP = {
{
title => 'cache timeout',
namespace => 'Asset_Article',
description => 'cache timeout help'
description => 'cache timeout help',
uiLevel => 8,
},
{
title => '72',

View file

@ -8,7 +8,8 @@ our $HELP = {
{
title => 'visitor cache timeout',
namespace => 'Asset_Collaboration',
description => 'visitor cache timeout help'
description => 'visitor cache timeout help',
uiLevel => 8,
},
{
title => 'display last reply',

View file

@ -8,7 +8,8 @@ our $HELP = {
{
title => 'visitor cache timeout',
namespace => 'Asset_EventsCalendar',
description => 'visitor cache timeout help'
description => 'visitor cache timeout help',
uiLevel => 8,
},
{
title => '507',

View file

@ -8,7 +8,8 @@ our $HELP = {
{
title => 'cache timeout',
namespace => 'Asset_MultiSearch',
description => 'cache timeout help'
description => 'cache timeout help',
uiLevel => 8,
},
{
title => 'MultiSearch Template',

View file

@ -8,7 +8,8 @@ our $HELP = {
{
title => 'cache timeout',
namespace => 'Asset_SyndicatedContent',
description => 'cache timeout help'
description => 'cache timeout help',
uiLevel => 8,
},
{
title => '72',

View file

@ -17,8 +17,8 @@ our $I18N = {
},
'cache timeout help' => {
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
lastUpdated => 0
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
lastUpdated => 1146455970
},
'71' => {

View file

@ -134,7 +134,7 @@ our $I18N = {
},
'visitor cache timeout help' => {
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|,
lastUpdated => 0
},

View file

@ -8,8 +8,8 @@ our $I18N = {
},
'visitor cache timeout help' => {
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
lastUpdated => 0
message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|,
lastUpdated => 1146456063
},
'january' => {

View file

@ -8,8 +8,8 @@ our $I18N = {
},
'cache timeout help' => {
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
lastUpdated => 0
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
lastUpdated => 1146455921
},
'MultiSearch Template' => {

View file

@ -168,8 +168,9 @@ all of the classes of pages that should be included:<br>
<dt>Descendents</dt>
<dd>Pages lower than the current page in the tree.</dd>
<dt>Pedigree</dt>
<dd>When using a different start page, this option selects the Ancestors, Siblings and Descendents of that page.</dd>|,
lastUpdated => 1121969610,
<dd>When using a different start page, this option selects the Ancestors, Siblings and Descendents of that page.</dd>
</dl>|,
lastUpdated => 1146456217,
},
'Descendant End Point description' => {

View file

@ -7,8 +7,8 @@ our $I18N = {
},
'cache timeout help' => {
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?<br /> <br /><b>UI Level: 8</b>|,
lastUpdated => 0
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
lastUpdated => 1146455937
},
'get syndicated content' => {

View file

@ -413,9 +413,10 @@ be on the right side of the page.</p>
<li>Select one of the layouts.</li>
<li>Enter your site name, upload a logo and configure the colors.</li>
<li>Make customizations to the generated template.</li>
</ol>
</p>
|,
lastUpdated => 1146244520,
lastUpdated => 1146456174,
},
};