- Implementation of the localization... on going...

SVN:trunk[366]
This commit is contained in:
Denis Flaven
2010-04-28 16:37:51 +00:00
parent 372943720a
commit 74c322cd26
4 changed files with 39 additions and 31 deletions

View File

@@ -303,7 +303,7 @@ EOF
$sLogonMessage = Dict::Format('UI:LoggedAsMessage', $sUserName);
}
$sLogOffBtn = Dict::S('UI:Button:Logoff');
$sSearchBtn = Dict::S('UI:Button:Search');
$sSearchBtn = Dict::S('UI:Button:GlobalSearch');
echo "<div id=\"Login\" style=\"position:absolute; top:18px; right:16px; width:600px;\">{$sLogonMessage}&nbsp;&nbsp;";
echo "<form action=\"../pages/UI.php\" method=\"post\" style=\"display:inline\">\n";
echo "<input type=\"submit\" value=\"$sLogOffBtn\" />\n";