From: <jhe...@us...> - 2002-11-28 14:50:01
|
Update of /cvsroot/upcase-project/UpCase/templates/en In directory sc8-pr-cvs1:/tmp/cvs-serv24072 Modified Files: installer.mxt Log Message: removed upgrade button Index: installer.mxt =================================================================== RCS file: /cvsroot/upcase-project/UpCase/templates/en/installer.mxt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** installer.mxt 13 Nov 2002 08:41:31 -0000 1.1 --- installer.mxt 28 Nov 2002 14:49:58 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- <h1>Installing package <mx:text id="pkgname" /></h1> <form mxAttribut="action:installer"> + <mx:hidden id=" <input type="hidden" name="cat" value="<mx:text id="catname" />"> <input type="hidden" name="pkg" value="<mx:text id="pkgname" />"> *************** *** 25,31 **** </tr> <tr> ! <td><input type="submit" value="install" name="install"></td> ! <!-- <td><input type="submit" value="upgrade" name="upgrade"></td> --> ! <td><input type="button" value="cancel" name="cancel"></td> </table> </center> --- 26,32 ---- </tr> <tr> ! <td><input type="submit" value="install"></td> ! <td><input type="button" value="cancel"></td> ! </tr> </table> </center> |