Ignore:
Timestamp:
09/13/11 21:03:37 (13 years ago)
Author:
Daniela Dorner
Message:
improved layout
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/db_po/view_po.php

    r11780 r12097  
    3131
    3232
    33     printf("<table border='0' cellspacing='2px'><tbody>\n");
     33    printf("<table border='0' cellpadding='3px' style='border-spacing:10px 3px'><tbody>\n");
    3434
    3535    printf("<tr>\n");
    3636    printf("<th bgcolor='#DCFFDC'>Configuration 1</th>\n");
    37     printf("<td colspan='2' align='center'>\n");
     37    printf("<td colspan='2' align='center' bgcolor='#EEEEEE'>\n");
    3838    printf("<button onClick='get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' id='showpo' style='display:inline'>Show /<br>Compare</button>\n");
    3939    printf("</td>\n");
     
    118118
    119119        if ($i==2)
    120             printf("<td colspan='2' align='center'><button onClick='reset_dates(\"year\", \"empty\", \"empty\", 2);reset_dates(\"year\", \"empty\", \"empty\", 3);get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' id='resetdates' style='display:inline'>Reset Dates</button></td>\n");
     120            printf("<td colspan='2' align='center' bgcolor='#EEEEEE'><button onClick='reset_dates(\"year\", \"empty\", \"empty\", 2);reset_dates(\"year\", \"empty\", \"empty\", 3);get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' id='resetdates' style='display:inline'>Reset Dates</button></td>\n");
    121121    }
    122122    printf("</tr>\n");
Note: See TracChangeset for help on using the changeset viewer.