[rt-users] signature position on RT 4.0.8

Maciej Dobrzanski reg.bestpractical at posterus.com
Thu Nov 29 10:05:07 EST 2012


Honza, 

 

> my users want to change position of their signature from bottom to top
when they reply a ticket. 

 

You will probably need to create a complete overlay file for
Elements/MessageBox in local/html/Elements/MessageBox (just copy the
original file over to the new directory). In this new file switch the order
of $message and $signature. For example, replace the following line:

 

<% $Default || '' %><% $message %><% $signature %></textarea>

 

with

 

<% $Default || '' %><% $signature . "\n\n" %><% $message %></textarea>

 

Maciek

 

-- 

Maciej Dobrzanski 

 

PSCE - MySQL Consulting Experts

e-mail:  <mailto:maciek at psce.com> maciek at psce.com | skype: psce_skype | url:
http:// <http://www.psce.com/> www.psce.com/

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20121129/674e91f0/attachment.htm>


More information about the rt-users mailing list