Changeset 240 for trunk/cgi-bin


Ignore:
Timestamp:
04/19/05 13:52:12 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

*Weird* display bugfix that doesn't show up in the branch that
originally changed the code/HTML involved. O_o editDisplay.html
seems to have a few too many "class=regular" style settings, so
some (not all!) text was too small.

File:
1 edited

Legend:

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

    r234 r240  
    988988  my $i=2;
    989989  if ($IPDBacl{$authuser} =~ /c/) {
    990     $updok = qq(<tr class="color$i"><td colspan=2 class=regular><div class="center">).
     990    $updok = qq(<tr class="color$i"><td colspan=2><div class="center">).
    991991        qq(<input type="submit" value=" Update this block " class="regular">).
    992992        "</div></td></tr></form>\n";
Note: See TracChangeset for help on using the changeset viewer.