Re: < img > in Display Attribute, posted by Emiliano Gabrielli on Mon Jul 11 14:30:11 2005
|
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]Still a problem .. sorry:
[CODE]
|
Re: userlist multiple select, posted by Emiliano Gabrielli on Mon Jul 11 14:35:00 2005
|
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]Here I am again :-)
My goal is to put a "Co-Authors" Attribute in my logbook, giving the possibility to other people in the control room to have credits about an entry... |
Re: userlist multiple select, posted by Stefan Ritt on Tue Jul 12 15:19:07 2005
|
[quote="Emiliano Gabrielli"]a multiple selection box it's a standard web tool .. if one is not able to use its browser is not an elog problem IMHO[/quote]
Really? Can you point me to a common web site using this? I would really like to see how other people use this.
|
Re: Suppress Email notification checkbox, posted by Gary Clayson on Tue Jul 12 17:41:30 2005
|
[quote="Stefan Ritt"][quote="Gary Clayson"]Hello All. Stefan, would it be possible to add one more option to the Suppress Default flag? I'd appreciate a
setting that would suppress emails being sent and remove the option from the page. Or, has this been accomplished? And, if so, what is that setting. Thanks
in advance!! Keep up the great work.[/quote]
|
Re: userlist multiple select, posted by Emiliano Gabrielli on Wed Jul 13 10:12:38 2005
|
[quote="Stefan Ritt"][quote="Emiliano Gabrielli"]a multiple selection box it's a standard web tool .. if one is not able to use its browser is not an elog
problem IMHO[/quote]
|
Re: < img > in Display Attribute, posted by Emiliano Gabrielli on Fri Jul 15 17:28:33 2005
|
the very usefull thing my request will enable is the following:
[CODE]
|
Re: < img > in Display Attribute, posted by Stefan Ritt on Sat Jul 16 12:30:33 2005
|
[quote="Emiliano Gabrielli"]IMHO the solution may be in allowing html code only in the cfg, not in the value of the field..
i.e., elog has to first allow html in the cfg attribute and then replace every $attribute with their values... this values as to be translated in html
entities in order to solve the problem
|
Re: < img > in Display Attribute, posted by Emiliano Gabrielli on Mon Jul 18 10:09:06 2005
|
[quote="Stefan Ritt"] I added an escape character. If you write <b> or \[b], then it gets interpreted. If you write \<b> or \\[b] with the "\" in front
of the tag, it does not get interpreted, thus the '\' works like an escape character. I edited your old entry with the <img> in the subject, and as you
see it is now not interpreted.
|