diff --git a/lib/WebGUI/Help/Asset_Image.pm b/lib/WebGUI/Help/Asset_Image.pm index 7491cbb38..b8a45d94d 100644 --- a/lib/WebGUI/Help/Asset_Image.pm +++ b/lib/WebGUI/Help/Asset_Image.pm @@ -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; diff --git a/lib/WebGUI/i18n/English/Asset_Image.pm b/lib/WebGUI/i18n/English/Asset_Image.pm index 031ada0c4..33c799acc 100644 --- a/lib/WebGUI/i18n/English/Asset_Image.pm +++ b/lib/WebGUI/i18n/English/Asset_Image.pm @@ -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|
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.
-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.
-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.
|, - lastUpdated => 1130531896, - }, - 'new width' => { message => q|New Width|, context => q|label to resize the image|,