You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/09/18 23:02:39 UTC

svn commit: r447553 - /incubator/roller/trunk/web/WEB-INF/jsps/core/CreateWebsite.jsp

Author: snoopdave
Date: Mon Sep 18 14:02:39 2006
New Revision: 447553

URL: http://svn.apache.org/viewvc?view=rev&rev=447553
Log:
Fixing path to preview images (from Miles Huang's patch)

Modified:
    incubator/roller/trunk/web/WEB-INF/jsps/core/CreateWebsite.jsp

Modified: incubator/roller/trunk/web/WEB-INF/jsps/core/CreateWebsite.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/jsps/core/CreateWebsite.jsp?view=diff&rev=447553&r1=447552&r2=447553
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/jsps/core/CreateWebsite.jsp (original)
+++ incubator/roller/trunk/web/WEB-INF/jsps/core/CreateWebsite.jsp Mon Sep 18 14:02:39 2006
@@ -20,7 +20,7 @@
 <!--
 function previewImage(theme) {
     <% String ctxPath = request.getContextPath(); %>
-    document.preview.src="<%= ctxPath %>/roller-ui/authoring/images/sm-theme-" + theme + ".png";
+    document.preview.src="<%= ctxPath %>/themes/" + theme + "/sm-theme-" + theme + ".png";
 }
 function cancel() {
     document.createWebsiteForm.method.value="cancel";