
27 Sep
2009
27 Sep
'09
12:20 p.m.
Hi Maurice, On 25.09.2009, at 02:18, Maurice James wrote:
You can find the style sheet that controls the agent interface in
/opt/otrs/var/httpd/htdocs/css/Standard/agent.css
I.m not sure why they moved the style sheet to that directory
The reason was to increase the speed of OTRS. OTRS 2.3 and lower is using CSS "inline", this means in every screen the whole .css get's delivered to the browser every time. OTRS 2.4 and later is including the CSS file as "meta link". This means the CSS file gets only loaded once. The CSS file is about 7k, so we reduced the file size of every screen in OTRS 2.4 and later. :) -=> All just technical reason (faster), no user of feature enhancement. -Martin