Return-Path: Delivered-To: apmail-incubator-esme-commits-archive@minotaur.apache.org Received: (qmail 69644 invoked from network); 20 Apr 2010 11:46:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 11:46:59 -0000 Received: (qmail 71256 invoked by uid 500); 20 Apr 2010 11:46:59 -0000 Delivered-To: apmail-incubator-esme-commits-archive@incubator.apache.org Received: (qmail 71224 invoked by uid 500); 20 Apr 2010 11:46:59 -0000 Mailing-List: contact esme-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-commits@incubator.apache.org Received: (qmail 71216 invoked by uid 99); 20 Apr 2010 11:46:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 11:46:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 20 Apr 2010 11:46:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1F31323888D1; Tue, 20 Apr 2010 11:46:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935882 - in /incubator/esme/trunk/server/src/main: scala/org/apache/esme/lib/AccessPoolMgr.scala webapp/action_view/index.html webapp/auth_view/index.html webapp/pools_view/index.html webapp/track_view/index.html Date: Tue, 20 Apr 2010 11:46:13 -0000 To: esme-commits@incubator.apache.org From: rhirsch@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100420114613.1F31323888D1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhirsch Date: Tue Apr 20 11:46:12 2010 New Revision: 935882 URL: http://svn.apache.org/viewvc?rev=935882&view=rev Log: [ESME-100] Finish web UI Daily hour Modified: incubator/esme/trunk/server/src/main/scala/org/apache/esme/lib/AccessPoolMgr.scala incubator/esme/trunk/server/src/main/webapp/action_view/index.html incubator/esme/trunk/server/src/main/webapp/auth_view/index.html incubator/esme/trunk/server/src/main/webapp/pools_view/index.html incubator/esme/trunk/server/src/main/webapp/track_view/index.html Modified: incubator/esme/trunk/server/src/main/scala/org/apache/esme/lib/AccessPoolMgr.scala URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/scala/org/apache/esme/lib/AccessPoolMgr.scala?rev=935882&r1=935881&r2=935882&view=diff ============================================================================== --- incubator/esme/trunk/server/src/main/scala/org/apache/esme/lib/AccessPoolMgr.scala (original) +++ incubator/esme/trunk/server/src/main/scala/org/apache/esme/lib/AccessPoolMgr.scala Tue Apr 20 11:46:12 2010 @@ -186,7 +186,7 @@ object AccessPoolMgr { }, "id" -> editPoolName), "username" -%> text(username, username = _, "id" -> editUsername), - "permission" -> select(permissions, Empty, addPoolUser, "id" -> editPermission) + "permission" -%> select(permissions, Empty, addPoolUser, "id" -> editPermission) ) } Modified: incubator/esme/trunk/server/src/main/webapp/action_view/index.html URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/action_view/index.html?rev=935882&r1=935881&r2=935882&view=diff ============================================================================== --- incubator/esme/trunk/server/src/main/webapp/action_view/index.html (original) +++ incubator/esme/trunk/server/src/main/webapp/action_view/index.html Tue Apr 20 11:46:12 2010 @@ -68,7 +68,7 @@ - + @@ -99,16 +99,16 @@ - + - +
-
+
Modified: incubator/esme/trunk/server/src/main/webapp/auth_view/index.html URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/auth_view/index.html?rev=935882&r1=935881&r2=935882&view=diff ============================================================================== --- incubator/esme/trunk/server/src/main/webapp/auth_view/index.html (original) +++ incubator/esme/trunk/server/src/main/webapp/auth_view/index.html Tue Apr 20 11:46:12 2010 @@ -83,13 +83,13 @@ - +
-
+
Modified: incubator/esme/trunk/server/src/main/webapp/pools_view/index.html URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/pools_view/index.html?rev=935882&r1=935881&r2=935882&view=diff ============================================================================== --- incubator/esme/trunk/server/src/main/webapp/pools_view/index.html (original) +++ incubator/esme/trunk/server/src/main/webapp/pools_view/index.html Tue Apr 20 11:46:12 2010 @@ -34,8 +34,8 @@
-
- +
+
@@ -134,9 +134,9 @@

-
-
- +
+
+
@@ -147,7 +147,7 @@
- + ui_pool_edit_label @@ -164,7 +164,7 @@
- +
@@ -178,9 +178,9 @@
- + - +
Modified: incubator/esme/trunk/server/src/main/webapp/track_view/index.html URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/track_view/index.html?rev=935882&r1=935881&r2=935882&view=diff ============================================================================== --- incubator/esme/trunk/server/src/main/webapp/track_view/index.html (original) +++ incubator/esme/trunk/server/src/main/webapp/track_view/index.html Tue Apr 20 11:46:12 2010 @@ -74,7 +74,7 @@ -