From: <jhe...@us...> - 2002-11-20 12:15:10
|
Update of /cvsroot/upcase-project/UpCase/templates/en In directory sc8-pr-cvs1:/tmp/cvs-serv12263 Modified Files: category.mxt Log Message: templates modifications Index: category.mxt =================================================================== RCS file: /cvsroot/upcase-project/UpCase/templates/en/category.mxt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** category.mxt 13 Nov 2002 08:41:31 -0000 1.1 --- category.mxt 20 Nov 2002 12:15:06 -0000 1.2 *************** *** 19,26 **** </tr> <tr bgcolor="AAAAAA"> ! <td align="center"> <a mxAttribut="href:installer">Install</a> </td> - <td align="center">Upgrade</td> </tr> --- 19,25 ---- </tr> <tr bgcolor="AAAAAA"> ! <td align="center" colspan="2"> <a mxAttribut="href:installer">Install</a> </td> </tr> *************** *** 50,55 **** <tr bgcolor="EEEEEE"> <td width="33%" align="center"><mx:text id="pkgver" /></td> ! <td width="33%" align="center"><mx:text id="pkgurl" /></td> <td width="33%" align="center"><mx:text id="pkgstatus" /></td> </tr> </mx:bloc id="instances"> --- 49,58 ---- <tr bgcolor="EEEEEE"> <td width="33%" align="center"><mx:text id="pkgver" /></td> ! <td width="33%" align="left"> ! <a mxAttribut="href:pkgurl"> ! <mx:text id="pkgurl" /></a> ! </td> <td width="33%" align="center"><mx:text id="pkgstatus" /></td> + <td><a mxAttribut="href:uninstall">Uninstall</a></td> </tr> </mx:bloc id="instances"> |