You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/09/23 04:48:14 UTC

svn commit: r291060 - /incubator/roller/branches/roller_2.0/web/weblog/referers.jsp

Author: agilliland
Date: Thu Sep 22 19:48:12 2005
New Revision: 291060

URL: http://svn.apache.org/viewcvs?rev=291060&view=rev
Log:
adding "weblog" param to forms because it was being lost.


Modified:
    incubator/roller/branches/roller_2.0/web/weblog/referers.jsp

Modified: incubator/roller/branches/roller_2.0/web/weblog/referers.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/weblog/referers.jsp?rev=291060&r1=291059&r2=291060&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/weblog/referers.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/weblog/referers.jsp Thu Sep 22 19:48:12 2005
@@ -11,6 +11,7 @@
 </p>
 
 <html:form action="/editor/referers" method="post">
+<input type=hidden name="weblog" value='<c:out value="${model.website.handle}" />' />
 <input type="hidden" name="method" value="delete" />
 
 <%-- Table of referers, with check box for each --%>
@@ -45,6 +46,7 @@
 <h1><fmt:message key="referers.hitCounters" /></h1>
 <p><fmt:message key="referers.hits" />: <c:out value="${pageHits}"/></p>
 <html:form action="/editor/referers" method="post">
+    <input type=hidden name="weblog" value='<c:out value="${model.website.handle}" />' />
     <input type="hidden" name="method" value="reset" />
     <input type="submit" value='<fmt:message key="referers.reset" />' /></input>
 </html:form>