Menu

#686 (in 2.6.2) db print view has no table border

fixed
None
1
2013-06-11
2005-02-11
deer421
No

Can the table style for the db print view be changed to
that of the table print view? Currently the table
border doesn't show up when you print from the db print
view.

Discussion

  • Marc Delisle

    Marc Delisle - 2005-02-13
    • milestone: 465000 -->
     
  • Marc Delisle

    Marc Delisle - 2005-02-13

    Logged In: YES
    user_id=210714

    moved to RFE

     
  • Thomas Despoix

    Thomas Despoix - 2005-03-01

    Logged In: YES
    user_id=634518

    you can use media dependant CSS style mentions to do that. eg:
    @media print {
    table, td, th {
    border: 1px solid #000;
    }
    }

     
  • Michal Čihař

    Michal Čihař - 2005-03-06
    • assigned_to: nobody --> nijel
    • status: open --> open-accepted
     
  • Michal Čihař

    Michal Čihař - 2005-03-06
    • priority: 5 --> 1
    • summary: db print view has no table border --> (in 2.6.2) db print view has no table border
    • status: open-accepted --> open-fixed
     
  • Michal Čihař

    Michal Čihař - 2005-03-06

    Logged In: YES
    user_id=192186

    Fixed in cvs.

     
  • Michal Čihař

    Michal Čihař - 2005-04-18
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed