Not needed anymore, framework loads the theme CSS

This commit is contained in:
Nathan Gray 2012-07-18 16:47:49 +00:00
parent 44dd8e92e9
commit 6049fb0998

View File

@ -28,9 +28,6 @@ class etemplate_widget_link extends etemplate_widget
{
if($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')));
}