Help and i18n pruning for File, Image and ZipArchive assets
This commit is contained in:
parent
1aada5b059
commit
e809dd1885
6 changed files with 10 additions and 209 deletions
|
|
@ -2,49 +2,9 @@ package WebGUI::Help::Asset_File;
|
|||
|
||||
our $HELP = {
|
||||
|
||||
'file add/edit' => {
|
||||
title => 'file add/edit title',
|
||||
body => 'file add/edit body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_File',
|
||||
description => 'cache timeout help',
|
||||
uiLevel => 8,
|
||||
},
|
||||
{
|
||||
title => 'current file',
|
||||
description => 'current file description',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
{
|
||||
title => 'new file',
|
||||
description => 'new file description',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
{
|
||||
title => 'file template title',
|
||||
description => 'file template description',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'file template',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'file template' => {
|
||||
'file template' => {
|
||||
title => 'file template title',
|
||||
body => 'file template body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_File",
|
||||
|
|
@ -72,17 +32,13 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'file template asset variables' => {
|
||||
private => 1,
|
||||
title => 'file template asset var title',
|
||||
body => 'file template asset var body',
|
||||
body => '',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset",
|
||||
|
|
@ -107,10 +63,6 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -2,49 +2,6 @@ package WebGUI::Help::Asset_Image;
|
|||
|
||||
our $HELP = {
|
||||
|
||||
'image add/edit' => {
|
||||
title => 'image add/edit title',
|
||||
body => 'image add/edit body',
|
||||
isa => [
|
||||
{
|
||||
tag => 'file add/edit',
|
||||
namespace => 'Asset_File'
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'thumbnail size',
|
||||
description => 'Thumbnail size description',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
{
|
||||
title => 'parameters',
|
||||
description => 'Parameters description',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
{
|
||||
title => 'thumbnail',
|
||||
description => 'Thumbnail description',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
{
|
||||
title => 'image template title',
|
||||
description => 'image template description',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'image template',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
{
|
||||
tag => 'image resize',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'image template' => {
|
||||
title => 'image template title',
|
||||
body => 'image template body',
|
||||
|
|
@ -80,10 +37,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'image add/edit',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
{
|
||||
tag => 'template language',
|
||||
namespace => 'Asset_Template',
|
||||
|
|
@ -137,10 +90,6 @@ our $HELP = {
|
|||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'image add/edit',
|
||||
namespace => 'Asset_Image',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -2,41 +2,6 @@ package WebGUI::Help::Asset_ZipArchive;
|
|||
|
||||
our $HELP = {
|
||||
|
||||
'zip archive add/edit' => {
|
||||
title => 'zip archive add/edit title',
|
||||
body => 'zip archive add/edit body',
|
||||
isa => [
|
||||
{
|
||||
namespace => "Asset_File",
|
||||
tag => "file add/edit"
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
{
|
||||
title => 'new file',
|
||||
description => 'new file description',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
{
|
||||
title => 'current file',
|
||||
description => 'current file description',
|
||||
namespace => 'Asset_File',
|
||||
},
|
||||
{
|
||||
title => 'show page',
|
||||
description => 'show page description',
|
||||
namespace => 'Asset_ZipArchive',
|
||||
},
|
||||
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'zip archive template',
|
||||
namespace => 'Asset_ZipArchive',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
'zip archive template' => {
|
||||
title => 'zip archive template title',
|
||||
body => 'zip archive template body',
|
||||
|
|
|
|||
|
|
@ -16,24 +16,9 @@ our $I18N = {
|
|||
lastUpdated => 1106683494,
|
||||
},
|
||||
|
||||
'file add/edit body' => {
|
||||
message => q|<p>File Assets are files on your site that are available for users to download. If you would like to have multiple files available, try using a FilePile Asset.</p>
|
||||
|
||||
<p>Since Files are Assets, they have all the properties of Assets. Below are the properties that are specific to Image Assets:</p>
|
||||
|
||||
|,
|
||||
context => 'Describing file add/edit form specific fields',
|
||||
lastUpdated => 1165517702,
|
||||
},
|
||||
|
||||
'file template title' => {
|
||||
message => q|File Template|,
|
||||
lastUpdated => 1130456105,
|
||||
},
|
||||
|
||||
'file template description' => {
|
||||
message => q|File templates allow you to display information about the file, such as its filename, size or an icon representing the file type. In addition to the variables below, the File Asset template also has all the default Asset template variables. |,
|
||||
lastUpdated => 1140196488,
|
||||
message => q|File Template Variables|,
|
||||
lastUpdated => 1184820764,
|
||||
},
|
||||
|
||||
'fileSize' => {
|
||||
|
|
@ -76,13 +61,6 @@ our $I18N = {
|
|||
lastUpdated => 1148952092,
|
||||
},
|
||||
|
||||
'file template body' => {
|
||||
message => q|<p>The following variables are available in File Templates:</p>
|
||||
|,
|
||||
context => 'Describing the file template variables',
|
||||
lastUpdated => 1148952146,
|
||||
},
|
||||
|
||||
'current file' => {
|
||||
message => q|Current file|,
|
||||
context => q|label for File asset form|,
|
||||
|
|
@ -116,12 +94,6 @@ our $I18N = {
|
|||
lastUpdated => 1130456105,
|
||||
},
|
||||
|
||||
'file template asset var body' => {
|
||||
message => q|<p>The following variables are available in File Templates. They may or may not be useful.</p>
|
||||
|,
|
||||
lastUpdated => 1166824158,
|
||||
},
|
||||
|
||||
'cacheTimeout' => {
|
||||
message => q|The length of time set for the cache timeout.
|
||||
|,
|
||||
|
|
|
|||
|
|
@ -2,20 +2,6 @@ package WebGUI::i18n::English::Asset_Image;
|
|||
|
||||
our $I18N = {
|
||||
|
||||
'image add/edit title' => {
|
||||
message => q|Image, Add/Edit|,
|
||||
lastUpdated => 1106762707,
|
||||
},
|
||||
|
||||
'image add/edit body' => {
|
||||
message => q|<p>Image Assets are used to store images that you want displayed on your site.</p>
|
||||
|
||||
<p>Since Images are a subset of File Assets, they have the properties that all Assets do as well
|
||||
as File Assets. Below are the properties that are specific to Image Assets:</p>|,
|
||||
context => 'Describing image add/edit form specific fields',
|
||||
lastUpdated => 1119409764,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|Image|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
|
|
@ -131,13 +117,13 @@ shown here.|,
|
|||
},
|
||||
|
||||
'image template title' => {
|
||||
message => q|Image Template|,
|
||||
lastUpdated => 1130440964,
|
||||
message => q|Image Template Variables|,
|
||||
lastUpdated => 1184820779,
|
||||
},
|
||||
|
||||
'image template description' => {
|
||||
message => q|Image templates allow you to display information about the image, such as its thumbnail, filename or the image itself.|,
|
||||
lastUpdated => 1130440964,
|
||||
lastUpdated => 1130440964,
|
||||
},
|
||||
|
||||
'fileIcon' => {
|
||||
|
|
@ -190,24 +176,11 @@ shown here.|,
|
|||
lastUpdated => 1148952544,
|
||||
},
|
||||
|
||||
'image template body' => {
|
||||
message => q|<p>The following variables are available in Image Templates:</p>
|
||||
|,
|
||||
context => 'Describing the image template variables',
|
||||
lastUpdated => 1148952657,
|
||||
},
|
||||
|
||||
'image template asset var title' => {
|
||||
message => q|Image Template, Asset Variables|,
|
||||
lastUpdated => 1166827631,
|
||||
},
|
||||
|
||||
'image template asset var body' => {
|
||||
message => q|<p>The following variables are available in Image Templates. They represent internal Asset properties and may or may not be particularly useful in your templates.</p>
|
||||
|,
|
||||
lastUpdated => 1166827628,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -50,19 +50,9 @@ our $I18N = {
|
|||
lastUpdated => 1119068745
|
||||
},
|
||||
|
||||
'zip archive add/edit title' => {
|
||||
message => q|Zip Archive, Add/Edit|,
|
||||
lastUpdated => 1119068745
|
||||
},
|
||||
|
||||
'zip archive add/edit body' => {
|
||||
message => q|<p>Zip Archive Assets are assets on your site that are allow you to upload a zip archive (as either zip or tar) containing files that require collateral (static html pages with images or movies, etc) that you wish to display to your users outside of the WebGUI context, but retain WebGUI's file security. The asset unzips the folder in a WebGUI storage location, and redirects the user to the initial page when the link provided is clicked</p>|,
|
||||
lastUpdated => 1167194166,
|
||||
},
|
||||
|
||||
'zip archive template title' => {
|
||||
message => q|Zip Archive, Template|,
|
||||
lastUpdated => 1109287565,
|
||||
message => q|Zip Archive, Template Variables|,
|
||||
lastUpdated => 1184820890,
|
||||
},
|
||||
|
||||
'controls' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue