a.rehbeck_at_walz.de
Date: Mon Mar 22 2004 - 17:32:42 CET
Message-ID: <OF95DC5B9D.883946FD-ONC1256E5F.00595B30-C1256E5F.005AEC11@22.0.11> From: a.rehbeck@walz.de Date: Mon, 22 Mar 2004 17:32:42 +0100 Subject: [taskjuggler] Antwort: Re: [taskjuggler] how to change table caption in htmlstatusreport
On Monday 22 March 2004 16:44, Klaas Freitag wrote:
> On Monday 22 March 2004 16:37, Chris Schlaeger wrote:
> > It is doable, but I don't like the syntax. It's a bit clumsy, so I
didn't
> > document it yet. It works like this:
> >
> > htmlstatusreport "status.html" {
> > headline "The big headline"
> > caption "The big caption"
> > rawhead "<h1>Some raw HTML stuff as head.</h1>"
> > rawtail "<h1>Some raw HTML stuff as tail.</h1>"
> > table 1 {
> > headline "This is the headline of the first table."
> > caption "This is the caption of the first table."
> > sorttasks indexup
> > hidetask 0
> > }
> > table 2 {
> > columns seqno, name, cost, weekly
> > }
> > }
> Yes, but still there is Name | Duration | End | Completed etc. in the
status reports
> tables. And I thought this is what Alex wanted to change? It sounded like
an
> internationalisation issue.
Hmmm... to tell you the truth... yes and no:
1) yes... it would be nice to have the coulumn headings also changed to
German as well like:
columns seqno { title "Nr." },
name,
duration { title "Dauer" }
...
but this syntax leads into the following error:
"... Attribute ID or '}' expected
columns seqno {
2) and no... what I originally wanted to change were only the headlines...
but I did't consider the column titles (see "1) yes..." above)
> Btw, I think the syntax is ok.
>
> Klaas
ACK... it (nearly) perfectly fits my requirements ;o)))
Thanks a lot
Alex
-- To unsubscribe, email the address listed in the List-Unsubscribe header For additional commands, email: taskjuggler-help@suse.com
This archive was generated by hypermail 2.1.7 : Mon Mar 22 2004 - 17:32:45 CET