|
From: <ps...@us...> - 2017-05-08 23:21:39
|
Revision: 279
http://sourceforge.net/p/vlibrary/code/279
Author: psteitz
Date: 2017-05-08 23:21:37 +0000 (Mon, 08 May 2017)
Log Message:
-----------
Dropped extraneous locations pulldown.
Modified Paths:
--------------
branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp
Modified: branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp
===================================================================
--- branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp 2017-05-08 19:14:11 UTC (rev 278)
+++ branches/VLIBRARY_2_X/src/main/webapp/a/moveBookContent.jsp 2017-05-08 23:21:37 UTC (rev 279)
@@ -42,6 +42,7 @@
</option>
</logic:iterate>
</select></td>
+ <!--
<td align="left">
<select name="location">
<logic:iterate
@@ -54,6 +55,7 @@
</option>
</logic:iterate>
</select></td>
+ -->
</tr>
<tr><td>
<html:submit><bean:message key="button.submit"/></html:submit></td>
@@ -65,5 +67,6 @@
<input type=hidden name="book" value=<bean:write name="id"/>>
<input type=hidden name="bookTitle" value=<bean:write name="bookTitle"/>>
<input type=hidden name="transaction" value=<bean:write name="transaction"/>>
+ <input type=hidden name="location" value=<bean:write name="location"/>>
</form>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|