Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65410115CA for ; Thu, 25 Sep 2014 02:55:31 +0000 (UTC) Received: (qmail 14127 invoked by uid 500); 25 Sep 2014 02:55:31 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 14098 invoked by uid 500); 25 Sep 2014 02:55:31 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 14088 invoked by uid 99); 25 Sep 2014 02:55:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 02:55:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 02:55:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E7BD823889F1; Thu, 25 Sep 2014 02:55:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1627448 - in /roller/trunk/app/src/main: resources/ApplicationResources.properties webapp/WEB-INF/jsps/admin/GlobalCommentManagement.jsp webapp/WEB-INF/jsps/editor/Comments.jsp webapp/WEB-INF/tiles.xml Date: Thu, 25 Sep 2014 02:55:05 -0000 To: commits@roller.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140925025505.E7BD823889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmazza Date: Thu Sep 25 02:55:05 2014 New Revision: 1627448 URL: http://svn.apache.org/r1627448 Log: GlobalCommentManagement.jsp merged into Comments.jsp Removed: roller/trunk/app/src/main/webapp/WEB-INF/jsps/admin/GlobalCommentManagement.jsp Modified: roller/trunk/app/src/main/resources/ApplicationResources.properties roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp roller/trunk/app/src/main/webapp/WEB-INF/tiles.xml Modified: roller/trunk/app/src/main/resources/ApplicationResources.properties URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/resources/ApplicationResources.properties?rev=1627448&r1=1627447&r2=1627448&view=diff ============================================================================== --- roller/trunk/app/src/main/resources/ApplicationResources.properties (original) +++ roller/trunk/app/src/main/resources/ApplicationResources.properties Thu Sep 25 02:55:05 2014 @@ -226,7 +226,7 @@ If you make any changes, be sure to save Save changes at the bottom of the page. commentManagement.globalTip=As a global administrator \ -You can change spam status and delete comments via the checkboxes below. \ +you can change spam status and delete comments via the checkboxes below. \ You cannot change pending and approved status here, so you won''t interfere \ with anybody''s comment approval workflow. If you make any changes, be sure to \ save them by clicking the Save changes at the bottom of the page. Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp?rev=1627448&r1=1627447&r2=1627448&view=diff ============================================================================== --- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp (original) +++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp Thu Sep 25 02:55:05 2014 @@ -19,8 +19,14 @@ <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + comments + + + globalCommentManagement + +

- - - - + + + + + + + + + + + - - - +

@@ -69,21 +79,36 @@ -

+

+ + + + + + +

<%-- ============================================================= --%> <%-- Comment table / form with checkboxes --%> <%-- ============================================================= --%> - - - - + + + + + + - - + + + + + + + + <%-- ============================================================= --%> <%-- Number of comments and date message --%> @@ -104,7 +129,7 @@
- <%-- ============================================================= --%> + <%-- ============================================================= --%> <%-- Next / previous links --%> <%-- ============================================================= --%> @@ -163,9 +188,11 @@ <%-- Comment table header --%> - - - + + + + + @@ -181,12 +208,14 @@ <%-- Select ALL and NONE buttons --%> - -
+ + +
-
- - +
+ + +

@@ -215,11 +244,13 @@ - - <%-- a bit funky to use checkbox list here, but using checkbox didn't work for me :( - we are effectively just creating a checkbox list of 1 item for each iteration of our collection --%> - - + + + <%-- a bit funky to use checkbox list here, but using checkbox didn't work for me :( + we are effectively just creating a checkbox list of 1 item for each iteration of our collection --%> + + + <%-- a bit funky to use checkbox list here, but using checkbox didn't work for me :( we are effectively just creating a checkbox list of 1 item for each iteration of our collection --%> @@ -305,19 +336,21 @@ ">
- -
- " style="display: none"> -  |  - - " style="display: none"> - - -
+ + +
+ " style="display: none"> +  |  + + " style="display: none"> + + +
+
<%-- end comment details table in table --%> @@ -398,7 +431,7 @@ <%-- ========================================================= --%> -<%-- Save changes and cancel buttons --%> +<%-- Save changes and cancel buttons --%> <%-- ========================================================= --%> Modified: roller/trunk/app/src/main/webapp/WEB-INF/tiles.xml URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/tiles.xml?rev=1627448&r1=1627447&r2=1627448&view=diff ============================================================================== --- roller/trunk/app/src/main/webapp/WEB-INF/tiles.xml (original) +++ roller/trunk/app/src/main/webapp/WEB-INF/tiles.xml Thu Sep 25 02:55:05 2014 @@ -174,7 +174,7 @@ - +