|
From: <ps...@us...> - 2017-05-08 19:02:43
|
Revision: 276
http://sourceforge.net/p/vlibrary/code/276
Author: psteitz
Date: 2017-05-08 19:02:40 +0000 (Mon, 08 May 2017)
Log Message:
-----------
Dropped copy number display from book list page.
Modified Paths:
--------------
branches/VLIBRARY_2_X/src/main/webapp/a/booklistContent.jsp
Modified: branches/VLIBRARY_2_X/src/main/webapp/a/booklistContent.jsp
===================================================================
--- branches/VLIBRARY_2_X/src/main/webapp/a/booklistContent.jsp 2017-05-08 18:51:49 UTC (rev 275)
+++ branches/VLIBRARY_2_X/src/main/webapp/a/booklistContent.jsp 2017-05-08 19:02:40 UTC (rev 276)
@@ -43,7 +43,6 @@
ISBN=<bean:write name="book" property="isbn"/> <br/>
<logic:present role="administrator">
ID=<bean:write name="book" property="id"/> <br/>
- COPY=<bean:write name="book" property="copy"/> <br/>
</logic:present>
</th>
<logic:iterate id="location" name="locations" type="org.sourceforge.vlibrary.user.domain.Location">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|