Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 230 of 806  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Icon Author Author Email Category OS ELOG Versiondown Subject Text Attachments
  68543   Tue Jan 10 11:13:02 2017 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux3.1.2Re: Limit number of characters for "login user" parameter string ?There is a limit of 100 options per line,
so you probably run against that. This is
defined in elogd.h with MAX_N_LIST and MAX_N_ATTR.
  
  68553   Sat Jan 28 22:23:46 2017 Entry Lee Burnsidelee.burnside@ttu.eduBug reportLinux3.1.2Elog crashing at random intervalsWe're running Elog 3.1.2 om SL 7.2
and keep getting random crashes, sometimes
when no one is accessing a logbook. The following
  
  68554   Mon Jan 30 12:03:36 2017 Reply Lee Burnsidelee.burnside@ttu.eduBug reportLinux3.1.2Re: Elog crashing at random intervalsNever mind, version from github solved
issue.

 
  
  68559   Mon Jan 30 17:52:20 2017 Question fabio vitalemc3356@mclink.itRequestWindows3.1.2How can change the justification of a column?It is possible to change the justification
for a column/attribute in the list mode (left-aligned,
centered, right-aligned)?
  
  68560   Mon Jan 30 17:58:11 2017 Reply Stefan Rittstefan.ritt@psi.chRequestWindows3.1.2Re: How can change the justification of a column?You can do that chaning the CSS of the
underlying theme. But you need some experience
with CSS.
  
  68561   Mon Jan 30 18:30:30 2017 Reply fabio vitalemc3356@mclink.itRequestWindows3.1.2Re: How can change the justification of a column?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
  
  68563   Tue Jan 31 08:42:54 2017 Reply Andreas Luedekeandreas.luedeke@psi.chRequestWindows3.1.2Re: How can change the justification of a column?You might tell your browser to show you
the source code of an ELOG page in list mode.
There you'll find the class name you're
  
  68564   Tue Jan 31 09:20:07 2017 Reply Stefan Rittstefan.ritt@psi.chRequestWindows3.1.2Re: How can change the justification of a column?The CSS class for the list display table
"listframe". If you want the second
column to be left-aligned, you put following
  
ELOG V3.1.5-3fb85fa6