Quantcast

Make a change to layout

classic Classic list List threaded Threaded
4 messages Options
lerry lerry
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Make a change to layout

I'm trying to make some change to the layout of the addressbook. I'd like to increase the size of the box "Categories". Digging a little in the code i find that the layout is saved in egroupware/addressbook/templates/default/edit.xet but if i change this file nothing happen in the interface.

How i can make this change?

Thanks in advice for your help!
Ralf Becker-2 Ralf Becker-2
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Make a change to layout

Am 23.08.11 18:14, schrieb lerry:
> I'm trying to make some change to the layout of the addressbook. I'd like to
> increase the size of the box "Categories".

There's a preference to dedicate an own tab to categories. You can also
use a tree to visualise it.

> Digging a little in the code i find that the layout is saved in
> egroupware/addressbook/templates/default/edit.xet but if i change this file
> nothing happen in the interface.
>
> How i can make this change?

Currently xet files are only for documentation purpose. The real
templates are stored in the database in a serialized format. You should
use the eTemplate application to edit them.

Ralf
--
Ralf Becker
Director Software Development

Stylite AG

Morschheimer Strasse 15 | Tel. +49 6352 70629 0
D-67292 Kirchheimbolanden | Fax. +49 6352 70629 30

Email: [hidden email]

www.stylite.de | www.egroupware.org

Managing Directors: Andre Keller | Ralf Becker | Gudrun Mueller
Chairman of the supervisory board: Prof. Dr. Birger Leon Kropshofer

Commerzbank BLZ 55040022 | Account 218111300
IBAN DE33 5504 0022 0218 1113 00 | BIC COBADEFFXXX
VAT DE214280951 | Registered HRB 31158 Kaiserslautern Germany

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
eGroupWare-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/egroupware-users
lerry lerry
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Make a change to layout

Thanks for your help, it works!

cbahiana cbahiana
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Make a change to layout

I am trying to use the eTemplate, but with no success.

In my case, what I need is to remove the "Private" checkbox from the Options in Calendar > edit.xet

One of the things I did was editing a separate edit.xet file, then imported it through the eTemplate. It shows the model without the undesired field, just as I wanted.

From that point on I don't know what to do. I tried saving it and copying it for installation, but either way I get back the original layout with the undesired field.

I also tried using the eTemplate to read the existing editable models, then selecting calendar.edit to edit. It shows me the original layout, but doesn't offer any means of editing the code.

Can you help me with this?
Loading...