From 5050cf25be5859506308adc44fcd6ec00091ad0c Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 27 Feb 2008 16:45:22 +0000 Subject: [PATCH] css -> Styles --- .../src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml | 2 +- .../booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml | 2 +- .../booking-jsf/src/main/webapp/{css => styles}/booking.css | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename spring-webflow-samples/booking-jsf/src/main/webapp/{css => styles}/booking.css (100%) diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml index 7a394090..145fa698 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/flows/booking/bookingForm.xhtml @@ -4,7 +4,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:sf="http://www.springframework.org/tags/faces" - template="/template.xhtml"> + template="/WEB-INF/layouts/standard.xhtml"> diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml index 84201a4b..d1870237 100644 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/layouts/standard.xhtml @@ -11,7 +11,7 @@ @import url("${request.contextPath}/resources/css-framework/css/forms.css"); @import url("${request.contextPath}/resources/css-framework/css/layout-navtop-localleft.css"); @import url("${request.contextPath}/resources/css-framework/css/layout.css"); - @import url("${request.contextPath}/resources/css/booking.css"); + @import url("${request.contextPath}/styles/booking.css"); diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css b/spring-webflow-samples/booking-jsf/src/main/webapp/styles/booking.css similarity index 100% rename from spring-webflow-samples/booking-jsf/src/main/webapp/css/booking.css rename to spring-webflow-samples/booking-jsf/src/main/webapp/styles/booking.css