mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +01:00
changed to allow resize image to be called from css so each theme can have custom resize images and placement
This commit is contained in:
parent
30f60a1276
commit
2db34b6cc3
@ -187,9 +187,7 @@ class idots_framework extends egw_framework
|
||||
$var['menu_link'] = '';
|
||||
|
||||
$var['sideboxcolstart'] = '<td id="tdSidebox" valign="top"><div id="thesideboxcolumn" style="width:'.$sideboxwidth.'px">';
|
||||
$var['sideboxcolstart'] .= '<div style="width:13px;height:13px;right:1px;top:1px;position:absolute;z-index:9999;" id="sideresize">
|
||||
<img src="'.$GLOBALS['egw_info']['server']['webserver_url'] . '/phpgwapi/templates/default/images'.'/resize.png" alt="resize"/>
|
||||
</div>';
|
||||
$var['sideboxcolstart'] .= '<div id="sideresize"></div>';
|
||||
$var['remove_padding'] = '';
|
||||
$this->tpl->set_var($var);
|
||||
$content .= $this->tpl->parse('out','appbox');
|
||||
|
Loading…
Reference in New Issue
Block a user