> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of John of NOVA > Sent: 02 August 2012 00:25 > To: [email protected] > Cc: [email protected] > Subject: [Trac] Re: Updating new ticket layout > > I am curious about this same issue. In fact, I want to remove > the entire Ticket Properties section. So only the > Description, email/username, or summary are showing.
There are ways to do this (that have been discussed on the mailing list in the past, try one of the list archive search facilities). If I remember correctly, you probably need to implement a genshi stream filter. If you look at the new ticket page at t.e.o it is different from the standard page... > > On Thursday, January 20, 2011 4:39:03 PM UTC-5, (unknown) wrote: > > > > Hello everyone, > > > > I'm a newby here and on Trac. Does anyone know how to > > edit/design the "New Ticket" page layout? Is there a > > way to format how and where items are placed inside the > > properties section? Not easily, the html template is stored inside the trac egg (assuming that is how you have trac installed) and any changes you did make to the template are likely to be discarded when you update trac. My understanding is that the visible fields are just displayed as they are with no special ordering. However, there are plugins on http://trac-hacks.org/ that can do some of what you want and, if you are a coder, you can investigate using a genshi stream filter as mentioned above. ~ mark c -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
