mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
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:
parent
bddedd242a
commit
186bb5c970
@ -474,7 +474,7 @@
|
|||||||
/* set basic vars and parse the header */
|
/* set basic vars and parse the header */
|
||||||
$GLOBALS['phpgw']->template->set_var('font',$GLOBALS['phpgw_info']['theme']['font']);
|
$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('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','');
|
$GLOBALS['phpgw']->template->set_var('select_all','');
|
||||||
if(count($entries))
|
if(count($entries))
|
||||||
{
|
{
|
||||||
|
BIN
phpgwapi/templates/default/images/transparent.png
Normal file
BIN
phpgwapi/templates/default/images/transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 916 B |
Loading…
x
Reference in New Issue
Block a user