Author: agilliland
Date: Thu May 17 15:42:53 2007
New Revision: 539150

URL: http://svn.apache.org/viewvc?view=rev&rev=539150
Log:
fix up theme editor jsp.


Modified:
    roller/trunk/web/WEB-INF/jsps/authoring/struts2/ThemeEdit.jsp

Modified: roller/trunk/web/WEB-INF/jsps/authoring/struts2/ThemeEdit.jsp
URL: 
http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/jsps/authoring/struts2/ThemeEdit.jsp?view=diff&rev=539150&r1=539149&r2=539150
==============================================================================
--- roller/trunk/web/WEB-INF/jsps/authoring/struts2/ThemeEdit.jsp (original)
+++ roller/trunk/web/WEB-INF/jsps/authoring/struts2/ThemeEdit.jsp Thu May 17 
15:42:53 2007
@@ -39,8 +39,8 @@
    <s:text name="themeEditor.tip" />
 </p>
 
-<s:form action="themes!save">
-    <s:hidden name="weblog" value="%{actionWeblog.handle}" />
+<s:form action="themeEdit!save">
+    <s:hidden name="weblog" />
     
     <p><s:text name="themeEditor.yourCurrentTheme" />: <b><s:property 
value="actionWeblog.theme.name"/></b></p>
     
@@ -52,7 +52,7 @@
         <img name="preview" src="" />
         <!-- initialize preview image at page load -->
         <script type="text/javascript">
-                        previewImage('<s:property 
value="actionWeblog.theme.id"/>');
+            previewImage('<s:property value="actionWeblog.theme.id"/>');
         </script>
     </p>
     <p><s:submit key="themeEditor.save" /></p>


Reply via email to