Update of /cvsroot/upcase-project/UpCase/templates/en
In directory sc8-pr-cvs1:/tmp/cvs-serv24740
Modified Files:
category.mxt
Log Message:
moved support warning block as a block to delete rather than to be added
Index: category.mxt
===================================================================
RCS file: /cvsroot/upcase-project/UpCase/templates/en/category.mxt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** category.mxt 21 Nov 2002 15:22:30 -0000 1.3
--- category.mxt 28 Nov 2002 14:51:10 -0000 1.4
***************
*** 49,52 ****
--- 49,62 ----
<td colspan="2">
<mx:bloc id="support">
+
+ <p>
+ <b>Warning !</b> This package is NOT supported by the installer of upcase. That
+ does not means that you can't install and use it. It simply means that this
+ package will only be downloaded and unpacked by upcase in the path you specify
+ in the installer from. All other steps of the install procedure will be handled
+ by package provided scripts. The uninstall procedure can remove the files that
+ this package has created, but will NOT remove any data in the database. You
+ will have to do it manually to get rid of the whole thing.
+ </p>
</mx:bloc id="support">
</td>
|