Changeset 687 for trunk/cgi-bin/main.cgi


Ignore:
Timestamp:
01/29/15 17:02:06 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

CSS and layout cleanup, sort of. Convert tables with alternating row
colours to pure CSS (mainly to make addition of future fields, and future
*optional* or restricted-access fields, much easier). Play a little loose
with table structure to let headings and in-page "titles" continue to show
the main background colour instead of the "first line of the table" colour.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r685 r687  
    331331  $webvar{block} = '' if !$webvar{block};
    332332
    333 # hmm.  TMPL_IF block and TMPL_ELSE block on these instead?
    334   $page->param(rowa => 'row'.($webvar{block} eq '' ? 1 : 0));
    335   $page->param(rowb => 'row'.($webvar{block} eq '' ? 0 : 1));
    336333  $page->param(allocfrom => $webvar{block});    # fb-assign flag, if block is set, we're in fb-assign
    337334
Note: See TracChangeset for help on using the changeset viewer.