clean-up a missed help topic

This commit is contained in:
Colin Kuskie 2007-07-20 22:30:41 +00:00
parent 6e47b77e30
commit 3cd41eaa43
2 changed files with 0 additions and 40 deletions

View file

@ -65,30 +65,6 @@ our $HELP = {
]
},
'image resize' => {
title => 'resize image title',
body => 'resize image body',
fields => [
{
title => 'image size',
description => 'image size description',
namespace => 'Asset_Image',
},
{
title => 'new width',
description => 'new width description',
namespace => 'Asset_Image',
},
{
title => 'new height',
description => 'new height description',
namespace => 'Asset_Image',
},
],
related => [
]
},
};
1;

View file

@ -76,22 +76,6 @@ shown here.|,
lastUpdated => 1106765841
},
'resize image title' => {
message => q|Image, Resize|,
context => q|Title for help entry|,
lastUpdated => 1130532366,
},
'resize image body' => {
message => q|<p>This allows you to grow, shrink or stretch images inside of WebGUI. Simply enter
the new width and height in the form, press Submit and the image will be changed on the server.</p>
<p>There is no undo or versioning for this task. You may wish to download a copy of the image
in case you make a mistake.</p>
<p>If you know the new width or height, and do not want to calculate the other dimension, just enter 0
in that field and WebGUI will calculate it for you.</p>|,
lastUpdated => 1130531896,
},
'new width' => {
message => q|New Width|,
context => q|label to resize the image|,