From: <tr...@us...> - 2002-09-11 16:49:50
|
Update of /cvsroot/basedb/basedb/www In directory usw-pr-cvs1:/tmp/cvs-serv24047 Modified Files: plate_upload.phtml Log Message: missing semicolon Index: plate_upload.phtml =================================================================== RCS file: /cvsroot/basedb/basedb/www/plate_upload.phtml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** plate_upload.phtml 10 Sep 2002 23:06:17 -0000 1.29 --- plate_upload.phtml 11 Sep 2002 16:49:46 -0000 1.30 *************** *** 157,161 **** <tr><th>Plate name prefix</th><td><input type=text size=15 name=i_pref maxlength=<?= CLEN_PLATETYPE_NAMEPREFIX ?> ! value="<?= html($ptype->getNamePrefix() 0) ?>"></td></tr> <script>setPref(document.forms[0].i_pt);</script> <tr><th>Plate name padding</th><td>to --- 157,161 ---- <tr><th>Plate name prefix</th><td><input type=text size=15 name=i_pref maxlength=<?= CLEN_PLATETYPE_NAMEPREFIX ?> ! value="<?= html($ptype->getNamePrefix(), 0) ?>"></td></tr> <script>setPref(document.forms[0].i_pt);</script> <tr><th>Plate name padding</th><td>to |