Fix for Select All image with empy addressbook

InternetExplorer not accept <img src="">
Add a transparent.png in phpgwapi /default image
This commit is contained in:
mila76 2004-01-29 22:25:31 +00:00
parent bddedd242a
commit 186bb5c970
2 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@
/* set basic vars and parse the header */
$GLOBALS['phpgw']->template->set_var('font',$GLOBALS['phpgw_info']['theme']['font']);
$GLOBALS['phpgw']->template->set_var('lang_actions',lang('Actions'));
$GLOBALS['phpgw']->template->set_var('check','');
$GLOBALS['phpgw']->template->set_var('check',$GLOBALS['phpgw']->common->image('phpgwapi','transparent'));
$GLOBALS['phpgw']->template->set_var('select_all','');
if(count($entries))
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B