possible to modify link in email notification, posted by Stefan Siegel on Wed Jul 3 18:36:28 2002
|
Hello,
I have a question concerning the following situation:
There is a one logbook with two possible acces methods (defined in config
file) one for readonly access and one for read/write access. Both entries in
the elogd.cfg file pointing to the same logbook.
When an allowed person enters a logbook entry with an email notification the
link to the message is given inside the email.
This link points to the read/write logbook entry.
Is it possible to alter the link in the email notification that it points to
the corresponding readlonly logbook entry?
Thank you for hints, best regards,
Stefan Siegel |
Re: possible to modify link in email notification, posted by Stefan Ritt on Thu Jul 4 09:23:50 2002
|
Having the URL link to a different logbook is right now not possible. But
what about setting up a single logbook with a write password. Everybody can
access it for reading, but only these people who know the write password
can enter messages. |
Options <attribute> = List????, posted by Mo on Mon Jul 1 13:56:12 2002
|
Hello,
Is it possible to have a drop down list with commas in the options.
For instance, if you want to have a attribute "CityState" you would
probably want a comma between the City and State name. Since the Options
are separated by commas, it turns into two different options. I dont know
if there is a way to do this or if this is a bug?
MO |
Re: Options <attribute> = List????, posted by Stefan Ritt on Tue Jul 2 09:41:57 2002
|
> Hello,
> Is it possible to have a drop down list with commas in the options.
> For instance, if you want to have a attribute "CityState" you would
> probably want a comma between the City and State name. Since the Options
> are separated by commas, it turns into two different options. I dont know
> if there is a way to do this or if this is a bug?
From the next version on *2.0.4), one can specify attributes in quotation
marks like
Options town = San Francisco, "Paris, Texas", "Paris, France"
which then can include commas. |