Author: rhirsch
Date: Tue Sep 29 13:07:44 2009
New Revision: 819917
URL: http://svn.apache.org/viewvc?rev=819917&view=rev
Log:
[ESME-84] Add new attributes (ESME 72) to pool UI
Patch from Xuefeng Wu applied
Modified:
incubator/esme/trunk/server/src/main/webapp/pools_view/index.html
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=819917&r1=819916&r2=819917&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 Sep
29 13:07:44 2009
@@ -9,6 +9,26 @@
</lift:addPool>
</lift:form>
+ <span id="PoolDetailSpan">
+ <lift:ignore>
+ <!--
+ The poolUsers snippet *MUST* appear on the page before
+ the editPool snippet
+ -->
+ </lift:ignore>
+ <lift:poolDetail the_pool_id="PoolDetailSpan">
+ <table>
+ <thead>
+ <tr> <th>Name</th> <th>Last Modifier</th> <th>Last Modify Date</th>
<th>Creator</th> <th>createdDate</th> </tr>
+ </thead>
+
+ <tbody>
+ <tr> <td><pool:name/></td>
<td><pool:modifier/></td><td><pool:lastModifyDate/></td><td><pool:creator/></td><td><pool:createdDate/></td>
</tr>
+ </tbody>
+ </table>
+ </lift:poolDetail>
+ </span>
+
<span id="PoolSpan">
<lift:ignore>
<!--
@@ -31,7 +51,6 @@
</lift:poolUsers>
</span>
-
<lift:form>
<lift:editPool>
Edit user permissions within pool: <edit:pool/> <br/>