created help docs for Folders and moved all labels into them
This commit is contained in:
parent
ed73f68d2b
commit
ad92394adf
3 changed files with 154 additions and 3 deletions
|
|
@ -91,8 +91,8 @@ sub getEditForm {
|
|||
if ($self->get("assetId") eq "new") {
|
||||
$tabform->getTab("properties")->whatNext(
|
||||
-options=>{
|
||||
view=>WebGUI::International::get(823),
|
||||
""=>WebGUI::International::get(847)
|
||||
view=>WebGUI::International::get(823, "Folder"),
|
||||
""=>WebGUI::International::get(847, "Folder")
|
||||
},
|
||||
-value=>"view"
|
||||
);
|
||||
|
|
@ -163,7 +163,7 @@ sub view {
|
|||
type=>$child->getName,
|
||||
url=>$child->getUrl,
|
||||
isImage=>$isImage,
|
||||
isImage=>$isFile,
|
||||
isFile=>$isFile,
|
||||
"thumbnail.url"=>$thumbnail,
|
||||
"file.url"=>$file
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue