Re: formating bug : css and Format command, posted by Stefan Ritt on Wed Jun 27 15:06:24 2007
|
toumbi wrote: | Why Gain and G1,G2 .... G8 are on the same line ? |
Because you specified it! The first "1" in your format forces the attributes to show up on the same line. Just read the manual.
toumbi wrote: |
When I create a new entry, attibute 'attribgainname' is not used.( i can see lime color only when i see logged
message.) |
The 'attribmainname' is only used for the display page, not for the entry form. |
Re: formating bug : css and Format command, posted by toumbi on Wed Jun 27 16:02:49 2007
|
Stefan Ritt wrote: |
Because you specified it! The first "1" in your format forces the attributes to show up on the same line. Just read the manual.
|
Oups ... I understand better now how to put a new line .
this is my example.
; start a new line G1,G2...G8 Format G1 = 0,attribgainname,attribvalue,10,10
Format G2 = 1,attribgainname,attribvalue,10,10
Format G3 = 1,attribgainname,attribvalue,10,10
Format G4 = 1,attribgainname,attribvalue,10,10
Format G5 = 1,attribgainname,attribvalue,10,10
Format G6 = 1,attribgainname,attribvalue,10,10
Format G7 = 1,attribgainname,attribvalue,10,10
Format G8 = 1,attribgainname,attribvalue,10,10; start a new line I1,I2...I8 Format I1 = 0,attribgainname,attribvalue,10,10
Format I2 = 1,attribgainname,attribvalue,10,10
Format I3 = 1,attribgainname,attribvalue,10,10
Format I4 = 1,attribgainname,attribvalue,10,10
Format I5 = 1,attribgainname,attribvalue,10,10
Format I6 = 1,attribgainname,attribvalue,10,10
Format I7 = 1,attribgainname,attribvalue,10,10
Format I8 = 1,attribgainname,attribvalue,10,10
Stefan Ritt wrote: |
The 'attribmainname' is only used for the display page, not for the entry form. |
ok so if you say it is not a bug i can understand but in that case the format command work half in the entry form.
Is it possible to implement it for the next time?
thanks |
Re: formating bug : css and Format command, posted by Stefan Ritt on Wed Jun 27 16:15:04 2007
|
toumbi wrote: | ok so if you say it is not a bug i can understand but in that case the format command work half in the entry form. Is it possible to implement it for the next time? |
Yes I will do that. |
Re: formating bug : css and Format command, posted by toumbi on Wed Jun 27 19:51:39 2007
|
Stefan Ritt wrote: |
toumbi wrote: | ok so if you say it is not a bug i can understand but in that case the format command work half in the entry form. Is it possible to implement it for the next time? |
Yes I will do that. |
Thank you , I download and compile myself elogd and it work now.
But I found a line one the french language that make javascritp bug
line 391:
Enter heading level (1, 2 or 3) = Indiquez le niveau d'en-tête (1, 2 ou 3)
=> linkHeading_prompt = 'Indiquez le niveau d'en-tête (1, 2 ou 3)'; there is one more '
my french is better than my english so i can say it is a good translation but the symbole between the letter d and the letter e make exporer 7 bug.
Enter heading level (1, 2 or 3) = Indiquez le niveau d en-tête (1, 2 ou 3) (this work but translation isn't good.
Thanks a lot ! and continue it is a beautiful tool. |
Re: formating bug : css and Format command, posted by Stefan Ritt on Thu Jun 28 17:18:21 2007
|
toumbi wrote: | linkHeading_prompt = 'Indiquez le niveau d'en-tête (1, 2 ou 3)'; |
I changed the code of elogd to surround the strings with "" such as
linkHeading_prompt = "Indiquez le niveau d'en-tête (1, 2 ou 3)";
that should do the job. The fix is in SVN, if you need the Windows executable, you have to wait for the next release. |
Re: Post appearing twice, posted by Bertram Metz on Thu Sep 27 15:18:10 2007
|
I've observed the same behavior with attributes containing a dash. Would it be possible to allow '-' in attributes?
Bertram |
Re: Post appearing twice, posted by Stefan Ritt on Fri Sep 28 17:52:37 2007
|
Bertram Metz wrote: | I've observed the same behavior with attributes containing a dash. Would it be possible to allow '-' in attributes? |
Yes. Fixed in Revision 1930. |
Email notification: "Use Email From = " always set to admin, posted by Alan Stone on Thu Oct 25 23:36:28 2007
|
My current syntax is:
; Email notification
Suppress Email to users = 0
Omit Email To = 1
Use Email Subject = $system: $subject
#Use Email From = Author Email
Email Report General = hn-cms-dataopslog@cern.ch, cms-dataops@fnal.gov
I had to comment out the 'Use Email From' option because all forwarded
entries to the CMS HyperNews or Fermilab ListServer appeared to originate
from me (alstone@fnal.gov), even though other users were logged in and
saving the entries to the logbook. After commenting out this line, the
entries were properly credited when forwarded, although the
There are two admins defined in the [global] section, and "alstone" is
not the first name in the "Admin user" list.
Is this a bug, or have I used this option incorrectly?
Alan |
|