I realized what you are suggesting is what i need. I've already started to hack a template, but i would need access to all fields. I want to place manually all of them. Do you know any good howto or documentation what would help me? If i could use buttons to switch fields visible and hidden, that would solve my problem.
Erik Bray wrote: > > On Wed, Mar 2, 2011 at 9:34 AM, Squirr3l <[email protected]> wrote: >> >> We want to migrate to another ticket system, and trac seems the best >> choice. >> My problem is that we have too many stuctured information for one ticket, >> and trac's initial ticket layout is too simple. I would like to structure >> the trac ticket by using tabs for example. This way every information >> would >> be there, but only if the user is curious. >> >> I'm also thinking to use what you mentioned, to show specified fields >> based >> on some variable, but it would be nice to show everything, but in a >> stuctured way.. > > Whatever it is exactly that you're trying to do would have to be > analyzed and explained in detail. It doesn't sound like what you need > is already possible in Trac with the flip of a switch. But depending > on your requirements it may be very easy to do with a simple plugin: > For example, you might be able to do it with a simple Genshi template > transform. Or possibly by dropping in some custom JavaScript to > modify the ticket interface. But whatever it is will probably require > some programming, and without more details it's hard to say what the > best approach would be. > > -- > 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. > > > -- View this message in context: http://old.nabble.com/Sophisticated-ticket-interface-%28with-tabs%29-tp31049786p31056934.html Sent from the Trac Users mailing list archive at Nabble.com. -- 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.
