[otrs] Custom themes

2010-06-03 Thread Steve Clark

Hi,

In trying to setup a custom customer log in theme I have
created a Custom dir in Kernel/Output/HTML and copied
the files from Standard that I wanted to modify - works great,
however I need to change the customer-css file which in 2.3 used
to be in the same directory. It now seems it is in
var/httpd/htdocs/css/Standard so I created a parallel directory
var/httpd/htdocs/css/Custom and cp over the customer.css file
make changes to it but it has no effect.

In looking at the source of the customer login page I see that
it is still using the css/Standard directory. I have changed the
defaultTheme to Custom and I get my changes that I have made in the
Kernel/Output/HTML/Custom directory. What should I set to make
the css stuff come from my Custom directory?


!--   
--
!-- OTRS: Copyright 2001-2009, OTRS Project. This Software is under the AGPL. 
--
!--  Web: http://otrs.org/ - Lists: http://lists.otrs.org/
--
!--  GNU AFFERO General Public License: http://www.gnu.org/licenses/agpl.txt  
--
!--   
--
 
html

head
 
 
  link rel=shortcut icon href=/otrs-web/images/Standard/product.ico type=image/ico/

  link href=/otrs-web/css/Standard/customer.css rel=stylesheet 
type=text/css

Thanks for your consideration,

--
Stephen Clark
NetWolves
Sr. Software Engineer III
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.cl...@netwolves.com
www.netwolves.com
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/


Re: [otrs] Custom themes

2010-06-03 Thread Alejandra Piedra
Hi Stephen

You have to change the css class used in the Header. So try adding this line of 
code to your header.

# include css.dtl  file
 link href=$Config{Frontend::CSSPath} Custom/agent.css rel=stylesheet 
type=text/css/

And to modify your customer interface you have to do the same. Just emulate 
what the code says originally.

Cheers!

María Alejandra Piedra
Unidad de Informática y Sistemas de Información
IICA (506) 2216-0171
alejandra.pie...@iica.int




-Mensaje original-
De: otrs-boun...@otrs.org [mailto:otrs-boun...@otrs.org] En nombre de Steve 
Clark
Enviado el: Jueves, 03 de Junio de 2010 11:37 a.m.
Para: User questions and discussions about OTRS.org
Asunto: [otrs] Custom themes

Hi,

In trying to setup a custom customer log in theme I have
created a Custom dir in Kernel/Output/HTML and copied
the files from Standard that I wanted to modify - works great,
however I need to change the customer-css file which in 2.3 used
to be in the same directory. It now seems it is in
var/httpd/htdocs/css/Standard so I created a parallel directory
var/httpd/htdocs/css/Custom and cp over the customer.css file
make changes to it but it has no effect.

In looking at the source of the customer login page I see that
it is still using the css/Standard directory. I have changed the
defaultTheme to Custom and I get my changes that I have made in the
Kernel/Output/HTML/Custom directory. What should I set to make
the css stuff come from my Custom directory?


!--   
--
!-- OTRS: Copyright 2001-2009, OTRS Project. This Software is under the AGPL. 
--
!--  Web: http://otrs.org/ - Lists: http://lists.otrs.org/
--
!--  GNU AFFERO General Public License: http://www.gnu.org/licenses/agpl.txt  
--
!--   
--
  
html
head
  
  
   link rel=shortcut icon href=/otrs-web/images/Standard/product.ico 
type=image/ico/
   link href=/otrs-web/css/Standard/customer.css rel=stylesheet 
type=text/css

Thanks for your consideration,

--
Stephen Clark
NetWolves
Sr. Software Engineer III
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.cl...@netwolves.com
www.netwolves.com
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/
-
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/