- removed double </a> on view-icons

- changed sidebox-title to lang("Calendar Menu") to allow better translation
This commit is contained in:
Ralf Becker 2006-03-02 18:15:25 +00:00
parent f14ce7e7f1
commit 8482b0aeb1

View File

@ -398,7 +398,7 @@ class uical
$icon = $this->html->image('calendar',$icon,lang($title));
$link = $view == 'add' ? $this->add_link($icon) : $this->html->a_href($icon,'/index.php',$vars);
$views .= '<td align="center">'.$link."</a></td>\n";
$views .= '<td align="center">'.$link."</td>\n";
}
$views .= "</tr></table>\n";
@ -601,7 +601,7 @@ function load_cal(url,id) {
}
</style>'."\n";
$appname = 'calendar';
$menu_title = $GLOBALS['egw_info']['apps'][$appname]['title'] . ' '. lang('Menu');
$menu_title = lang('Calendar Menu');
display_sidebox($appname,$menu_title,$file);
echo "</form>\n";