ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
605
|
Wed Jul 14 22:59:05 2004 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.5.3 | Re: Question on how "Format <attribute> = " works |
> Just have a look at elog:571 which should answer your question. Also look at
> elog:Config+Examples/4 which is the configuration of this Forum (which as you can
> see has all attributes in a single line, even using different fonts).
Ok, I think I see now. I was assuming it applied to the entry form as well.
Thanks! |
608
|
Thu Jul 15 21:21:50 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | 2.5.3 | Re: Question on how "Format <attribute> = " works |
> Ok, I think I see now. I was assuming it applied to the entry form as well.
Well, good idea. I implemented that. Have a look at this forum (just hit reply to this
entry) and you'll see it. I'm not completely happy with it (at least on small 1024x768
screens), but it's configurable anyhow. New version under CVS. |
610
|
Fri Jul 16 04:36:51 2004 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.5.3 | Re: Question on how "Format <attribute> = " works |
> > Ok, I think I see now. I was assuming it applied to the entry form as well.
>
> Well, good idea. I implemented that. Have a look at this forum (just hit reply to this
> entry) and you'll see it. I'm not completely happy with it (at least on small 1024x768
> screens), but it's configurable anyhow. New version under CVS.
Now that creates an interesting display - especially with the icons and radio buttons.
But it works!
Thanks. |
344
|
Mon May 19 12:21:31 2003 |
| Etienne Van Caillie | etienne.vancaillie@mba.be | Info | | | Re: Question protection selection page command |
> > Can you tell me what the following change in CVS offers
> >
> > Added lock icon for protected logbooks
> >
> > Does this relate to the request in article 309
>
> No, unfortunately not (yet). I'm still working on the problem described
in
> elog:309. This "lock" icon only shows you in the logbook selection page
which
> logbooks are public and which are protected by passwords (was another
> request).
could you add command for main menu guest user
Selection Page guest = .... |
366
|
Wed Jun 4 15:00:33 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | Other | 2.3.8 | Re: Question protection selection page command |
> could you add command for main menu guest user
> Selection Page guest = ....
I added "Guest Selection Page" coming in version 2.3.8 |
283
|
Mon Apr 14 16:28:57 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: Question |
> Is there a way to hide logbooks from all views.
>
> Basically i want to use the move function to move old entries to another
> logbook but only want administrators to be able to see the logbooks in the
> view, everyone will just see the primary ones.
>
> At the min im having to put Archive logbook, everyone is complaining at me
> that there is too many to choose from :)
>
> Any suggestions ?
What about grouping the archive logbooks into a logbook group? Like:
Group Pubilc = Logook1, Logbook2, ...
Group Archive = Archive1, Archive2, ...
So if a "normal" user is in the public group, it only sees Logoook1, ... and
a single tab "archive", which is then (I hope) not too much to choose from. |
285
|
Tue Apr 15 12:17:12 2003 |
| nickc1 | nick@nick.com | Info | | | Re: Question |
> > Is there a way to hide logbooks from all views.
> >
> > Basically i want to use the move function to move old entries to another
> > logbook but only want administrators to be able to see the logbooks in
the
> > view, everyone will just see the primary ones.
> >
> > At the min im having to put Archive logbook, everyone is complaining at
me
> > that there is too many to choose from :)
> >
> > Any suggestions ?
>
> What about grouping the archive logbooks into a logbook group? Like:
>
> Group Pubilc = Logook1, Logbook2, ...
> Group Archive = Archive1, Archive2, ...
>
> So if a "normal" user is in the public group, it only sees Logoook1, ...
and
> a single tab "archive", which is then (I hope) not too much to choose from.
I tried that but on the summary screen it displays a list of all the logbook
regardless of group, also im not using public groups im using a seperate
password file. |
286
|
Tue Apr 15 13:00:40 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: Question |
> I tried that but on the summary screen it displays a list of all the
logbook
> regardless of group, also im not using public groups im using a seperate
> password file.
Ah, you mean by "summary screen" the initial logbook selection screen where
each logbook is displayed in one line. For that case, I just added a
flag "Hide from selection". If set to "1", this logbook is not dispalyed
among the list of logbooks. Is this what you want? New version under CVS. |