[jboss-cvs] JBossAS SVN: r101458 - projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 25 05:08:56 EST 2010
Author: lvlcek at redhat.com
Date: 2010-02-25 05:08:56 -0500 (Thu, 25 Feb 2010)
New Revision: 101458
Modified:
projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/accountDetail.jsp
projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/generateInvoice.jsp
projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/paymentNotification.jsp
projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/searchAccount.jsp
Log:
fixing favicon link
Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/accountDetail.jsp
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/accountDetail.jsp 2010-02-25 09:52:47 UTC (rev 101457)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/accountDetail.jsp 2010-02-25 10:08:56 UTC (rev 101458)
@@ -6,7 +6,7 @@
<html>
<head>
<title>Sports Club: Invoicing - account detail</title>
- <link href="../../images/favicon.png" rel="Shortcut Icon"/>
+ <link href="images/favicon.png" rel="Shortcut Icon"/>
<%@ include file="../../template/styles.html" %>
</head>
Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/generateInvoice.jsp
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/generateInvoice.jsp 2010-02-25 09:52:47 UTC (rev 101457)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/generateInvoice.jsp 2010-02-25 10:08:56 UTC (rev 101458)
@@ -4,7 +4,7 @@
<html>
<head>
<title>Sports Club: Invoicing - account invoice generated</title>
- <link href="../../images/favicon.png" rel="Shortcut Icon"/>
+ <link href="images/favicon.png" rel="Shortcut Icon"/>
<%@ include file="../../template/styles.html" %>
</head>
Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/paymentNotification.jsp
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/paymentNotification.jsp 2010-02-25 09:52:47 UTC (rev 101457)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/paymentNotification.jsp 2010-02-25 10:08:56 UTC (rev 101458)
@@ -3,7 +3,7 @@
<html>
<head>
<title>Payment Notification Created</title>
- <link href="../../images/favicon.png" rel="Shortcut Icon"/>
+ <link href="images/favicon.png" rel="Shortcut Icon"/>
<%@ include file="../../template/styles.html" %>
</head>
<body class="main-body">
Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/searchAccount.jsp
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/searchAccount.jsp 2010-02-25 09:52:47 UTC (rev 101457)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/src/main/webapp/WEB-INF/jsp/searchAccount.jsp 2010-02-25 10:08:56 UTC (rev 101458)
@@ -5,7 +5,7 @@
<html>
<head>
<title>Sports Club: Invoicing - search account</title>
- <link href="../../images/favicon.png" rel="Shortcut Icon"/>
+ <link href="images/favicon.png" rel="Shortcut Icon"/>
<%@ include file="../../template/styles.html" %>
</head>
More information about the jboss-cvs-commits
mailing list