mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
- removed double </a> on view-icons
- changed sidebox-title to lang("Calendar Menu") to allow better translation
This commit is contained in:
parent
f14ce7e7f1
commit
8482b0aeb1
@ -398,7 +398,7 @@ class uical
|
|||||||
$icon = $this->html->image('calendar',$icon,lang($title));
|
$icon = $this->html->image('calendar',$icon,lang($title));
|
||||||
$link = $view == 'add' ? $this->add_link($icon) : $this->html->a_href($icon,'/index.php',$vars);
|
$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";
|
$views .= "</tr></table>\n";
|
||||||
|
|
||||||
@ -601,7 +601,7 @@ function load_cal(url,id) {
|
|||||||
}
|
}
|
||||||
</style>'."\n";
|
</style>'."\n";
|
||||||
$appname = 'calendar';
|
$appname = 'calendar';
|
||||||
$menu_title = $GLOBALS['egw_info']['apps'][$appname]['title'] . ' '. lang('Menu');
|
$menu_title = lang('Calendar Menu');
|
||||||
display_sidebox($appname,$menu_title,$file);
|
display_sidebox($appname,$menu_title,$file);
|
||||||
echo "</form>\n";
|
echo "</form>\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user