Changeset 9106 for trunk/MagicSoft/Mars/datacenter/db/menu.php
- Timestamp:
- 08/06/08 16:52:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r9089 r9106 565 565 function PrintSequMenu($host,$user,$pw,$db) 566 566 { 567 printf("Sequ# <input name=\"fSequenceNo\" type=\"text\" size=\" 6\" maxlength=\"6\" value=\"");567 printf("Sequ# <input name=\"fSequenceNo\" type=\"text\" size=\"8\" maxlength=\"8\" value=\""); 568 568 if (!empty($_GET["fSequenceNo"])) 569 569 printf("%s", $_GET["fSequenceNo"]);
Note:
See TracChangeset
for help on using the changeset viewer.