Changeset 12031 for trunk/www/db_po/edit_po.php
- Timestamp:
- 09/08/11 12:55:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/db_po/edit_po.php
r12010 r12031 30 30 printf("<table border='0'><tbody>\n"); 31 31 printf("<tr>\n"); 32 printf("<td valign='top' id='progfield'></td>\n"); 33 printf("<td valign='top' id='keyfield'></td>\n"); 32 //printf("<td valign='top' id='progfield'></td>\n"); 33 //printf("<td valign='top' id='keyfield'></td>\n"); 34 printf("<td valign='top'>\n"); 35 printf("<div id='progfield'></div><br>\n"); 36 printf("<div id='keyfield'></div>\n"); 37 printf("</td>\n"); 38 //field for table with values 34 39 printf("<td valign='top' id='valuefield1'></td>\n"); 35 40 printf("</tr>\n</tbody></table>\n");
Note:
See TracChangeset
for help on using the changeset viewer.