I think all the layout stuff could be done changing the blockreport.css 
file.

remove the right link:

/* the right resend link column */
#report td.rightlink {width: 0px;}
 
change the 'strong' layout for example:
#report strong { what ever you want }

>how would I do that?
>&makeRe('<td class="rightlink">\n</td>') => '',

&makeRe("<td class=\"rightlink\">\n<\/td>") => '',
should do it

>really easy code change
Changing the output of the default BlockReport will compromize every 
customized (css + modify.pm) BlockReport of the still existing 
installations.

Thomas



Von:    K Post <nntp.p...@gmail.com>
An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
Datum:  17.01.2011 02:28
Betreff:        Re: [Assp-test] block report, modify, makeRe help




On Sun, Jan 16, 2011 at 5:22 PM, Fritz Borgstedt <f...@iworld.de> wrote:

> Is modify.pm not sufficient to make all those changes yourself?


It very well might be, but I have questions (see first post) about what
needs to be escaped and how in modify.pm.  Specifically how to handle 
double
quotes ("), line breaks (\n) and if < and > need special handling.

The bit about the subject getting its closing </strong> after alternate 
from
addresses might be considered a minor coding error.

Putting a class around the subject instead of strong would let the general
admin make css changes to have the reports look as they want, without
messing with the perl code in modify.pm.  That's just my 2 cents and 
should
be a really easy code change.

Thanks
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test




DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to