ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
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. |
287
|
Wed Apr 16 13:28:38 2003 |
| nickc1 | nick@nick.com | 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.
Yes thats wicked perfect, now im prob being thick but is there a way to hide
logbook tabs in the same way, as i dont really want to use groups as the
people that use the system arent really techie and the titles will confuse
them :)
Im trying to make it idiot proof for them
Cheers |
288
|
Thu Apr 17 09:29:14 2003 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: Question |
> Yes thats wicked perfect, now im prob being thick but is there a way to
hide
> logbook tabs in the same way, as i dont really want to use groups as the
> people that use the system arent really techie and the titles will confuse
> them :)
Well, I changed the flag from "hide from selection = 1" to "hidden = 1",
which hides it now also from the logbook selection tabs on the top row. But
this means that the only way to access the hidden logbooks is by entering
their URL directly (or from a bookmark). I'm not sure how useful this is...
New version under CVS. |