Changeset 12097 for trunk/www/db_po/view_po.php
- Timestamp:
- 09/13/11 21:03:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/db_po/view_po.php
r11780 r12097 31 31 32 32 33 printf("<table border='0' cell spacing='2px'><tbody>\n");33 printf("<table border='0' cellpadding='3px' style='border-spacing:10px 3px'><tbody>\n"); 34 34 35 35 printf("<tr>\n"); 36 36 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"); 38 38 printf("<button onClick='get_values(2,\"all\",\"all\");get_values(3,\"all\",\"all\");CompareValues();' id='showpo' style='display:inline'>Show /<br>Compare</button>\n"); 39 39 printf("</td>\n"); … … 118 118 119 119 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"); 121 121 } 122 122 printf("</tr>\n");
Note:
See TracChangeset
for help on using the changeset viewer.