internationalized new Asset field labels

This commit is contained in:
Colin Kuskie 2005-01-24 23:11:00 +00:00
parent cb32bea264
commit f99024e980
2 changed files with 25 additions and 3 deletions

View file

@ -968,13 +968,13 @@ sub getEditForm {
); );
$tabform->getTab("meta")->textarea( $tabform->getTab("meta")->textarea(
-name=>"extraHeadTags", -name=>"extraHeadTags",
-label=>"Extra Head Tags", -label=>WebGUI::International::get("extra head tags","Asset"),
-value=>$self->get("extraHeadTags"), -value=>$self->get("extraHeadTags"),
-uiLevel=>5 -uiLevel=>5
); );
$tabform->getTab("meta")->yesNo( $tabform->getTab("meta")->yesNo(
-name=>"isPackage", -name=>"isPackage",
-label=>"Make available as package?", -label=>WebGUI::International::get("make package","Asset"),
-value=>$self->getValue("isPackage"), -value=>$self->getValue("isPackage"),
-uiLevel=>7 -uiLevel=>7
); );

View file

@ -94,11 +94,23 @@ Choose which group can view this page. If you want both visitors and registered
<p> <p>
<b>Who can edit?</b><br> <b>Who can edit?</b><br>
Choose the group that can edit this page. The group assigned editing rights can also always view the page. Choose the group that can edit this page. The group assigned editing rights can also always view the page.
</p>
<p>
<b>Extra Head Tags</b><br>
These tags will be added to the &lt;HEAD&gt; section of each page that the asset appears on.
</p>
<p>
<b>Make available as package?</b><br>
Many WebGUI tasks are very repetitive. Automating such tasks in Webgui, such as
creating an Asset, or sets of Assets, is done by creating a package that can be reused
through the site. Check yes if you want this Asset to be available as a package.
</p> </p>
|, |,
context => q|Describing the form to add or edit an Asset.|, context => q|Describing the form to add or edit an Asset.|,
lastUpdated => 1104622720, lastUpdated => 1106608067,
}, },
'asset fields title' => { 'asset fields title' => {
@ -163,6 +175,16 @@ This is the snippet. Either type it in or copy and paste it into the form field
lastUpdated => 1104630518, lastUpdated => 1104630518,
}, },
'extra head tags' => {
message => q|Extra HEAD tags|,
lastUpdated => 1106608105,
},
'create package' => {
message => q|Make available as package?|,
lastUpdated => 1106608162,
},
'redirect url' => { 'redirect url' => {
message => q|Redirect URL|, message => q|Redirect URL|,
lastUpdated => 1104719740, lastUpdated => 1104719740,