Re: scrollable text section only when viewing a log entry, posted by Bill Pier on Thu Feb 19 18:19:12 2009
|
Bill Pier wrote:
|
Re: scrollable text section only when viewing a log entry, posted by Stefan Ritt on Fri Feb 20 07:58:52 2009
|
Bill Pier wrote:
|
Escape emoticons in ELCODE, posted by Gernot Buselmeier on Fri Mar 20 14:33:53 2009
|
Hi,
I want to write a text like "John:Doe" in ELCODE. However the ":D" is converted to a LOL emoticon. I tried various ways to
escape this. One solution I found was entering "John\:Doe". However, the upper-case D is converted to lower-case: the result reads "John:doe". |
Re: Escape emoticons in ELCODE, posted by Stefan Ritt on Tue Mar 24 10:34:14 2009
|
Gernot Buselmeier wrote:
|
Pre-populate Attachments in URL, posted by Erik Iverson on Thu Aug 6 22:29:12 2009
|
Is there a way to pre-populate the new entry window with one or more attachments? Per the documentation, this is easy to do with attributes, i.e., http://localhost:8070/demo/?cmd=New&pauthor=joe&ptype=Info
as a URL or bookmark will do it. I'd like to do the same thing with attachments, for example http://localhost:8070/demo/?cmd=New&pauthor=joe&ptype=Photograph&attfile1=picture1.jpg&attfile2=picture2.jpg
might prepopulate two attachments, giving me an edit window all ready to enter the brief description represented by the two pictures. |
Re: Pre-populate Attachments in URL, posted by Stefan Ritt on Fri Aug 7 08:36:19 2009
|
[quote="Erik Iverson"]Is there a way to pre-populate the new entry window with one or more attachments? Per the documentation, this is easy to do with
attributes, i.e., http://localhost:8070/demo/?cmd=New&pauthor=joe&ptype=Info as a URL or bookmark will do it. I'd like to do the same thing with attachments,
for example http://localhost:8070/demo/?cmd=New&pauthor=joe&ptype=Photograph&attfile1=picture1.jpg&attfile2=picture2.jpg might prepopulate two attachments, |
Syntax for conditional list display, posted by Terry L on Tue Sep 15 18:04:35 2015
|
Good Morning,
I would like to limit the ability to edit certain attributes in an ELOG logbook, depending on the user who is logged in. I.e. if "guest"
or a standard "login user" is logged in, I only want to allow the user to edit "attribute1" & "attribute2" of say, 5 |
Re: Syntax for conditional list display, posted by Edmund Hertle on Mon Sep 21 17:08:44 2015
|
Hey Terry,
I don't think this is possible, since in general you cannot define config settings in a way that it would only affect specific users. For
example, you also cannot have different themes for different users (as stated here: https://midas.psi.ch/elogs/Forum/68112 ) |