mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Not needed anymore, framework loads the theme CSS
This commit is contained in:
parent
44dd8e92e9
commit
6049fb0998
@ -28,9 +28,6 @@ class etemplate_widget_link extends etemplate_widget
|
|||||||
{
|
{
|
||||||
if($xml) {
|
if($xml) {
|
||||||
parent::__construct($xml);
|
parent::__construct($xml);
|
||||||
|
|
||||||
// TODO: probably a better way to do this
|
|
||||||
egw_framework::includeCSS('/phpgwapi/js/jquery/jquery-ui/smoothness/jquery-ui-1.8.16.custom.css');
|
|
||||||
}
|
}
|
||||||
$this->setElementAttribute($this->id.'_file', 'max_file_size', egw_vfs::int_size(ini_get('upload_max_filesize')));
|
$this->setElementAttribute($this->id.'_file', 'max_file_size', egw_vfs::int_size(ini_get('upload_max_filesize')));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user