rfe: Search Asset returns URLs
This commit is contained in:
parent
99337c3473
commit
1b51697dbd
4 changed files with 60 additions and 33 deletions
|
|
@ -2,6 +2,18 @@ package WebGUI::i18n::English::Asset_Search; ##Be sure to change the package na
|
|||
|
||||
our $I18N = { ##hashref of hashes
|
||||
|
||||
'useContainers' => {
|
||||
message => q|Use container URLs in results?|,
|
||||
lastUpdated => 0,
|
||||
context => q|an asset property|
|
||||
},
|
||||
|
||||
'useContainers help' => {
|
||||
message => q|Set this to "Yes" if you'd like the search results to return full pages instead of individual assets.|,
|
||||
lastUpdated => 0,
|
||||
context => q|an asset property help|
|
||||
},
|
||||
|
||||
'search' => {
|
||||
message => q|search|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue