add default hover help for databaseLink
This commit is contained in:
parent
80d0116f53
commit
f90672ba83
2 changed files with 6 additions and 0 deletions
|
|
@ -865,6 +865,7 @@ sub databaseLink {
|
|||
rearrange([qw(name value label afterEdit extras uiLevel defaultValue hoverHelp)], @p);
|
||||
if (_uiLevelChecksOut($uiLevel)) {
|
||||
$label = $label || WebGUI::International::get(1075);
|
||||
$hoverHelp = $hoverHelp || WebGUI::International::get('1075 description');
|
||||
if (WebGUI::Grouping::isInGroup(3)) {
|
||||
if ($afterEdit) {
|
||||
$subtext = editIcon("op=editDatabaseLink&lid=".$value."&afterEdit=".WebGUI::URL::escape($afterEdit));
|
||||
|
|
|
|||
|
|
@ -779,6 +779,11 @@ As with any delete operation, you are prompted to be sure you wish to proceed wi
|
|||
lastUpdated => 1056151382
|
||||
},
|
||||
|
||||
'1075 description' => {
|
||||
message => q|Select one of these databases to run your query against.|,
|
||||
lastUpdated => 1119840669,
|
||||
},
|
||||
|
||||
'381' => {
|
||||
message => q|WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue