Forums / Setup & design / changing formular layout in adminsite
Jimmy Hansson
Friday 11 April 2003 9:44:19 am
Hi, I've got a question about changing the form-layout in the adminsite. Is it possible to change layout for just one class? Here's two screens that shows what I'm talking about The standard layout is that every input has it own row like this: http://w1.581.telia.com/~u58106744/current.gif My question is if you can change it so maybe 3-5 shorter fields are displayed after eachother like this:http://w1.581.telia.com/~u58106744/wanted.gif
is it hard to to this?
Karsten Jennissen
Monday 14 April 2003 5:27:39 am
I am not sure how easy it will be but you would create an override template for editing that class. This will go into /design/admin/override/templates/content/ and be named edit_class_N.tpl
Take a look at /design/demo/override/templates/content/for examples.
Karsten