summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/menu.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/menu.pl b/bin/menu.pl
index a64d1e44..a6c5b6d0 100755
--- a/bin/menu.pl
+++ b/bin/menu.pl
@@ -24,6 +24,11 @@ use LedgerSMB::Menu;
sub display {
+ $form->{titlebar} =
+ "LedgerSMB "
+ . $locale->text('Version')
+ . " $form->{version} - $myconfig{name} - $myconfig{dbname}";
+
if ( $form->{lynx} ) {
$menu = new Menu "$menufile";
@@ -115,7 +120,7 @@ sub acc_menu {
print q|
<body class="menu">
- <img class="cornderlogo" src="ledger-smb_small.png" width="100" height="50" border="1" alt="ledger-smb" />
+ <img class="cornderlogo" src="ledger-smb_small.png" width="100" height="50" border="1" alt="LedgerSMB" />
|;
if ( $form->{js} ) {