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(
|
||||
-name => "image",
|
||||
-label => "Event Image",
|
||||
-hoverHelp => "An image representing your event for display to site visitors.",
|
||||
-value => $storageId
|
||||
);
|
||||
-name => "image",
|
||||
-hoverHelp => $i18n->get('add/edit event image description'),
|
||||
-label => $i18n->get('add/edit event image description')
|
||||
-value => $storageId
|
||||
);
|
||||
|
||||
$f->float(
|
||||
-name => "price",
|
||||
|
|
|
|||
|
|
@ -87,6 +87,11 @@ our $HELP = {
|
|||
description => 'add/edit event description description',
|
||||
namespace => 'Asset_EventManagementSystem',
|
||||
},
|
||||
{
|
||||
title => 'add/edit event image',
|
||||
description => 'add/edit event image description',
|
||||
namespace => 'Asset_EventManagementSystem',
|
||||
},
|
||||
{
|
||||
title => 'add/edit event price',
|
||||
description => 'add/edit event price description',
|
||||
|
|
|
|||
|
|
@ -157,6 +157,16 @@ our $I18N = { ##hashref of hashes
|
|||
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' => {
|
||||
message => q|Description|,
|
||||
lastUpdated => 1138312761,
|
||||
|
|
@ -395,6 +405,10 @@ The title of this event.
|
|||
The description of this event.
|
||||
</p>
|
||||
|
||||
<p><b>image</b><br />
|
||||
The image assigned to represent this event.
|
||||
</p>
|
||||
|
||||
<p><b>price</b><br />
|
||||
The price of this event.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue