internationalize query label for multiple queries
This commit is contained in:
parent
f7e83fd2df
commit
38345690f3
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ sub getEditForm {
|
|||
|
||||
$tabform->getTab("properties")->readOnly(
|
||||
-value=>"<hr>",
|
||||
-label=>"<b>query".$nr.":</b>",
|
||||
-label=>join '', "<b>", WebGUI::International::get('4','Asset_SQLReport'), $nr,":</b>",
|
||||
);
|
||||
$tabform->getTab("properties")->yesNo(
|
||||
-name=>"preprocessMacros".$nr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue