Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

zms-developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 246
  • Category: Open Source
  • Founded: Nov 1, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 927 - 956 of 3842   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
927 Dirk K. Schuhmayr
lemmi_serable Send Email
Jul 1, 2004
9:44 am
dear sirs, in order to comply with a strict design note we had to set the borders of .ftTH to 0 px which we did "Konfiguration > Design" like this: .ftTH {...
928 Richard Bendit
rbendit01 Send Email
Jul 1, 2004
10:24 am
Hello. try this: Example <table border="0" cellspacing="0" cellpadding="0"> ... </table> With "cellspaing&quot; and "cellpadding&quot; you cann controll this Regards...
929 Oliver Schlicht
seedless113 Send Email
Jul 1, 2004
10:24 am
dear mr. schuhmayr, i think the problem refers to the <table> tag... try using <table cellpadding="0" cellspacing="0"> to avoid those spaces... Regards O....
930 Dirk K. Schuhmayr
lemmi_serable Send Email
Jul 1, 2004
10:28 am
good idea - where do i need to apply those changes within the zms- table object? is it editable? ... From: Oliver Schlicht To: zms-developers@yahoogroups.com ...
931 Oliver Schlicht
seedless113 Send Email
Jul 1, 2004
10:38 am
either you set it in the css file to create a general table header or you check the dtml methods you want to layout change the table header there. Regards O....
932 Patrick Ehrlich
patrickehrlich Send Email
Jul 1, 2004
10:47 am
It seems that there is an existing rule for the TD tag you have to overwrite with a selector that is more exactly I would try "table td.ftTH" as selector. ...
933 Patrick Ehrlich
patrickehrlich Send Email
Jul 1, 2004
10:52 am
Sorry.. Surely you should use table td.ftTH only for the table header and table td.ftTD for its data row. ... class of TH ;-) ... Von: Patrick Ehrlich...
934 Dirk K. Schuhmayr
lemmi_serable Send Email
Jul 1, 2004
10:56 am
i understand "table th.ftTH" vs. "table td.ft.TH"? ... From: Patrick Ehrlich To: zms-developers@yahoogroups.com Sent: Thursday, July 01, 2004 12:52 PM Subject:...
935 Patrick Ehrlich
patrickehrlich Send Email
Jul 1, 2004
10:57 am
Too much css-hazzle ;-) ... Is nonsens again... because there is still no td with a class of TH ;-) Sorry for the confusion. ... Sorry.. Surely you should use ...
936 Dirk K. Schuhmayr
lemmi_serable Send Email
Jul 1, 2004
10:58 am
no prob, "confusion&quot; is my middle initial ;) ... From: Patrick Ehrlich To: zms-developers@yahoogroups.com Sent: Thursday, July 01, 2004 12:57 PM Subject: AW:...
937 Patrick Ehrlich
patrickehrlich Send Email
Jul 1, 2004
11:02 am
This is the html. <td class="ftTD"></td> To be more specific you CAN use a selector like this: html table tr td.ftTD {xxx; } This is more specific than: ...
938 Dirk K. Schuhmayr
lemmi_serable Send Email
Jul 1, 2004
11:07 am
i'm just confused, because the font-tags are working correctly which shows, that the selector should be working as well. to my believe, the problem is in the...
939 Patrick Ehrlich
patrickehrlich Send Email
Jul 1, 2004
11:12 am
... shows, that the selector should be working as well.<<< Not at all. I is surely possible that only one style works as you want it to and the other one not....
940 Dirk K. Schuhmayr
lemmi_serable Send Email
Jul 2, 2004
7:03 am
i found the "troublemaker&quot; in the python sourcefile "zmstables.py". in the html-presentation the following line can be located: s.append('\n<table...
941 dn@... Send Email Jul 2, 2004
9:58 am
Dear Mr. Schuhmayr, you are perfectly right in your conclusion that the implementation of the ZMS-Table rendering contains fixed table attributes for...
942 Dirk K. Schuhmayr
lemmi_serable Send Email
Jul 2, 2004
10:16 am
dear sir, that's excellent news and saves my weekend, many thanks. for the time being i'm happy with my self-altered python source (zmstable.py) - but having...
943 Karsten W. Rohrbach
rohrbach Send Email
Jul 2, 2004
8:26 pm
Hello ZMS Developers! Is there any way to abtain the current ZMS source via a version management system such as SVN or CVS? Regards, /k -- ... webmonster.de --...
944 Andreas Strotmann
strotmann@... Send Email
Jul 8, 2004
3:27 pm
... My problem is that I would like to generate navigation elements in such a way that the tree of such elements is rendered as a tree of HTML elements (e.g....
945 dn@... Send Email Jul 12, 2004
6:46 am
Dear Mr. Strotmann, an iterative solution can be found in the following example: <!-- BO bodyContent_Macronavigation --> <dtml-call...
946 Patrick Gerken
pglightwerkcom Send Email
Jul 15, 2004
4:34 pm
Hello, I found some problems with the special object Calendar. In the first view with the events we have a table surrounded by <nobr></nobr> this leads to...
947 Thorsten Weber
th.weber@... Send Email
Jul 16, 2004
10:11 am
Hi to everyone at the ZMS-Developers Group! I am new to this mailinglist and rather new to ZMS. While evaluating the LCMS capabilities of ZMS I found that the...
948 Patrick Gerken
pglightwerkcom Send Email
Jul 16, 2004
10:16 am
Hello, right now I am working with the portal features of ZMS. There I ran into trouble when I deleted the folder of an client site before I deleted it from...
949 dn@... Send Email Jul 16, 2004
10:24 am
It may be based on an old API, although I can not remember such a function at all. Try "getDocumentElement()" instead. Regards, dn ... -- Mit freundlichen...
950 dn@... Send Email Jul 16, 2004
12:18 pm
Dear Mr. Gerken, making portal-constructions more robust is on our task-list since we introduced this functionality. In the next ZMS-2.2 release we will ...
951 Toroll@...
torollgmxde Send Email
Jul 16, 2004
3:04 pm
Hello :-) Just a few simple question concerning the new role "User-Administration" unter the Tab "Access" in this versions ZMS 2.1.2.7 (Build #117b) Zope 2.7...
952 Rainer Niederlaender
Rainer.Niederlaender@... Send Email
Jul 19, 2004
1:07 pm
Dear ZMS-Developer, I am using ZMS2.2 - and Zope2.7 with Python 2.3.4 for one month. My Problem: as soon as I create a new user in tab access, these users ...
953 Thorsten Weber
th.weber@... Send Email
Jul 19, 2004
3:40 pm
Dear ZMS-Developer, Is it possible to define a folder / subtree in Live-Version only available for authenticated users? Best regards, Th. Weber ____________ ...
954 Rainer Wollthan
rocument Send Email
Jul 19, 2004
4:48 pm
Yes you should add an User as Subscriber and "portect" a Folder with this User, so only this Subrciber can enter the Folder regards rainer.w...
955 dn@... Send Email Jul 20, 2004
8:54 am
Dear Rainer, as far as I remember since one of the last major ZMS releases users do not get notified automatically as soon as you create them. You have to ...
956 Rainer Niederlaender
Rainer.Niederlaender@... Send Email
Jul 20, 2004
9:19 am
Dear Dirk, Actually I invite them for special nodes but those users don't get notified automatically. When I press the button SAVE with the configurations...
Messages 927 - 956 of 3842   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help