stub in the help for edit branch and internationalize several labels
in forms.
This commit is contained in:
parent
b55f99a83a
commit
ae0f6ed162
3 changed files with 39 additions and 4 deletions
|
|
@ -93,16 +93,16 @@ sub www_editBranch {
|
|||
extras=>'onchange="toggleSpecificBaseUrl()"',
|
||||
id=>"baseUrlBy",
|
||||
options=>{
|
||||
parentUrl=>"Parent URL",
|
||||
specifiedBase=>"Specified Base",
|
||||
none=>"None"
|
||||
parentUrl=>$i18n->get("parent url"),
|
||||
specifiedBase=>$i18n->get("specified base"),
|
||||
none=>$i18n->get("none")
|
||||
}
|
||||
}).'<span id="baseUrl"></span> / '.WebGUI::Form::selectBox($self->session, {
|
||||
name=>"endOfUrl",
|
||||
options=>{
|
||||
menuTitle=>$i18n->get(411),
|
||||
title=>$i18n->get(99),
|
||||
currentUrl=>"Current URL"
|
||||
currentUrl=>$i18n->get("current url"),
|
||||
}
|
||||
})."<script type=\"text/javascript\">
|
||||
function toggleSpecificBaseUrl () {
|
||||
|
|
|
|||
|
|
@ -222,6 +222,15 @@ our $HELP = {
|
|||
]
|
||||
},
|
||||
|
||||
'edit branch' => {
|
||||
title => 'edit branch',
|
||||
body => 'edit branch body',
|
||||
fields => [
|
||||
],
|
||||
related => [
|
||||
]
|
||||
},
|
||||
|
||||
'change url' => {
|
||||
title => 'change url',
|
||||
body => 'change url body',
|
||||
|
|
|
|||
|
|
@ -263,6 +263,12 @@ our $I18N = {
|
|||
context => q|Used in asset context menus.|
|
||||
},
|
||||
|
||||
'edit branch body' => {
|
||||
message => q| |,
|
||||
lastUpdated => 0,
|
||||
context => q|Used in asset help.|
|
||||
},
|
||||
|
||||
'edit' => {
|
||||
message => q|Edit|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -886,6 +892,26 @@ to edit or modify that asset.</p>|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'parent url' => {
|
||||
message => q|Parent URL|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'specified base' => {
|
||||
message => q|Specified Base|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'none' => {
|
||||
message => q|None|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'current url' => {
|
||||
message => q|Current URL|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Assets|,
|
||||
lastUpdated => 1128920336,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue