Update of /cvsroot/devil-linux/web/donations
In directory sc8-pr-cvs1:/tmp/cvs-serv28638/donations
Modified Files:
content.shtml
Log Message:
remove absolute path /test/
Index: content.shtml
===================================================================
RCS file: /cvsroot/devil-linux/web/donations/content.shtml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- content.shtml 1 Jan 2004 15:40:42 -0000 1.1.1.1
+++ content.shtml 1 Jan 2004 16:43:31 -0000 1.2
@@ -53,7 +53,7 @@
value="Donation to the Devil-Linux Project"> <input type="hidden"
name="no_note" value="1"> <input type="hidden" name="currency_code"
value="EUR"> <input type="hidden" name="tax" value="0"> <input
- type="image" src="/test/images/paypal-donate.gif" name="submit"
+ type="image" src="../images/paypal-donate.gif" name="submit"
alt="Make payments with PayPal - it's fast, free and secure!">
</div>
</form>
@@ -65,7 +65,7 @@
value="Donation to the Devil-Linux Project"> <input type="hidden"
name="no_note" value="1"> <input type="hidden" name="currency_code"
value="USD"> <input type="hidden" name="tax" value="0"> <input
- type="image" src="/test/images/paypal-donate.gif" name="submit"
+ type="image" src="../images/paypal-donate.gif" name="submit"
alt="Make payments with PayPal - it's fast, free and secure!">
</div>
</form>
|