Re: How can change the justification of a column?, posted by fabio vitale on Tue Jan 31 18:10:29 2017
|
Thank you Stefan: it worked!
Now I am wondering if there is some syntax to force this behaviour at the attribute level in elog.cfg, without the need to modify the css, I mean simply based on the attribute name (not its content). The syntax Style <attribute> <value> = <style> can modify the style but it applies to the whole line in the list, so all the cells in that line are affected. Also it apply *only if* the content of the cell equals <value>.
In other words, an overridden version for Style: Style <attribute> = <style> that will be applied *regardless* of the cell content _AND_ only to the cell specified in <attribute>
What do you think?
Stefan Ritt wrote: |
The CSS class for the list display table "listframe". If you want the second column to be left-aligned, you put following into elog.css:
.listframe td:nth-child(2) {
text-align:left;
}
that should do the trick. Replace the "2" with the column you would like to change.
Stefan
fabio vitale wrote: |
I need to set text-align:left but only for an attribute in the List mode, For example, say that FirstName column must be left justified in list view. What is the name of the cell content in the default elog.css?
Stefan Ritt wrote: |
You can do that chaning the CSS of the underlying theme. But you need some experience with CSS.
fabio vitale wrote: |
It is possible to change the justification for a column/attribute in the list mode (left-aligned, centered, right-aligned)?
Right now Elog treats each colum of a list as centered,
thank you
|
|
|
|
|
Internal error, no valid header!, posted by ermirza erekose on Wed Feb 11 16:32:42 2009
|
I got this error message when trying to upload 17K text file as attachment. Any idea why ? It's a fresh installed elog and not much configuration done yet.
Thanks
|
Re: Internal error, no valid header!, posted by ermirza erekose on Fri Feb 13 03:58:46 2009
|
Stefan Ritt wrote: |
ermirza erekose wrote: |
I got this error message when trying to upload 17K text file as attachment. Any idea why ? It's a fresh installed elog and not much configuration done yet.
|
No, no idea. I usually put several MB attachments into elogs without problems. Can you try with the demo logbook https://midas.psi.ch/elogs/Linux+Demo/. Maybe you have an old version of elog?
|
No problem attaching big files on F10 or CentOS 4.7. The one that is having issue was on JeOS-8.0.4 - Ubuntu ;-). All tested with ELOG version 2.7.5 build 2130.
|
Re: Internal error, no valid header!, posted by ermirza erekose on Sat Feb 14 17:49:59 2009
|
ermirza erekose wrote: |
Stefan Ritt wrote: |
ermirza erekose wrote: |
I got this error message when trying to upload 17K text file as attachment. Any idea why ? It's a fresh installed elog and not much configuration done yet.
|
No, no idea. I usually put several MB attachments into elogs without problems. Can you try with the demo logbook https://midas.psi.ch/elogs/Linux+Demo/. Maybe you have an old version of elog?
|
No problem attaching big files on F10 or CentOS 4.7. The one that is having issue was on JeOS-8.0.4 - Ubuntu ;-). All tested with ELOG version 2.7.5 build 2130.
|
Correction. The OSes are OK. But don't use Opera when uploading big files. |
password file and self register, posted by eric wooten on Fri Aug 16 09:03:24 2002
|
I too am having problems getting the self register to work. Can you
attach a sample password file?? When I click the New user, nothing
happens. I do not get the screen that shows on this demo site. |
self register enhancmenets, posted by eric wooten on Fri Aug 16 09:06:17 2002
|
Couple Wish List Items for the Self Register:
-allow the user to pick which type of log entries (which categories, etc)
they would like to subscribe to and receive notifications on.
-Option to use an existing LDAP database to authenticate users instead of
maintaining a password file. |
Re: password file and self register, posted by eric wooten on Fri Aug 16 09:32:07 2002
|
Ok I got the password file to finally work. Once I created a blank
passwd.txt I get the self register page to appear and create the account.
Next problem. Once I'm logged in, and I click logoout, I get an error
saying
the logout command now allowed ??? Same holds true for the config option
while logged in.
> I too am having problems getting the self register to work. Can you
> attach a sample password file?? When I click the New user, nothing
> happens. I do not get the screen that shows on this demo site. |
Re: self register enhancmenets, posted by eric wooten on Fri Aug 16 10:26:14 2002
|
Also having the ability to subscribe to notifications for one or more
logbooks (if access is given - along with the ability to choose which
categories, etc notifications are sent.
> Couple Wish List Items for the Self Register:
>
> -allow the user to pick which type of log entries (which categories, etc)
> they would like to subscribe to and receive notifications on.
>
> -Option to use an existing LDAP database to authenticate users instead of
> maintaining a password file. |