docs and i18n for event image
This commit is contained in:
parent
712efa3e18
commit
ef15ac0067
3 changed files with 24 additions and 5 deletions
|
|
@ -1628,11 +1628,11 @@ sub www_editEvent {
|
||||||
);
|
);
|
||||||
|
|
||||||
$f->image(
|
$f->image(
|
||||||
-name => "image",
|
-name => "image",
|
||||||
-label => "Event Image",
|
-hoverHelp => $i18n->get('add/edit event image description'),
|
||||||
-hoverHelp => "An image representing your event for display to site visitors.",
|
-label => $i18n->get('add/edit event image description')
|
||||||
-value => $storageId
|
-value => $storageId
|
||||||
);
|
);
|
||||||
|
|
||||||
$f->float(
|
$f->float(
|
||||||
-name => "price",
|
-name => "price",
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,11 @@ our $HELP = {
|
||||||
description => 'add/edit event description description',
|
description => 'add/edit event description description',
|
||||||
namespace => 'Asset_EventManagementSystem',
|
namespace => 'Asset_EventManagementSystem',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title => 'add/edit event image',
|
||||||
|
description => 'add/edit event image description',
|
||||||
|
namespace => 'Asset_EventManagementSystem',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title => 'add/edit event price',
|
title => 'add/edit event price',
|
||||||
description => 'add/edit event price description',
|
description => 'add/edit event price description',
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,16 @@ our $I18N = { ##hashref of hashes
|
||||||
lastUpdated => 1138312761,
|
lastUpdated => 1138312761,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'add/edit event image' => {
|
||||||
|
message => q|Event Image|,
|
||||||
|
lastUpdated => 1145636759,
|
||||||
|
},
|
||||||
|
|
||||||
|
'add/edit event image description' => {
|
||||||
|
message => q|An image representing your event for display to site visitors.|,
|
||||||
|
lastUpdated => 1145636774,
|
||||||
|
},
|
||||||
|
|
||||||
'add/edit event description' => {
|
'add/edit event description' => {
|
||||||
message => q|Description|,
|
message => q|Description|,
|
||||||
lastUpdated => 1138312761,
|
lastUpdated => 1138312761,
|
||||||
|
|
@ -395,6 +405,10 @@ The title of this event.
|
||||||
The description of this event.
|
The description of this event.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p><b>image</b><br />
|
||||||
|
The image assigned to represent this event.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p><b>price</b><br />
|
<p><b>price</b><br />
|
||||||
The price of this event.
|
The price of this event.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue