[open-ils-commits] r10447 - in trunk/Open-ILS:
web/opac/locale/en-US xul/staff_client/server/admin
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Aug 25 18:41:08 EDT 2008
Author: erickson
Date: 2008-08-25 18:41:02 -0400 (Mon, 25 Aug 2008)
New Revision: 10447
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
Log:
added library filter to copy location editor
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-08-25 22:37:08 UTC (rev 10446)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-08-25 22:41:02 UTC (rev 10447)
@@ -1355,6 +1355,7 @@
<!ENTITY staff.server.admin.copy_locations.editor.circulate.label "Circulate: ">
<!ENTITY staff.server.admin.copy_locations.editor.library.label "Owning Library:">
<!ENTITY staff.server.admin.copy_locations.editor.library "Owning Library">
+<!ENTITY staff.server.admin.copy_locations.editor.library.filter "Filter by library:">
<!ENTITY staff.server.admin.copy_locations.editor.holdable "Holdable">
<!ENTITY staff.server.admin.copy_locations.editor.help "Help">
<!ENTITY staff.server.admin.copy_locations.editor.opac_visible "OPAC Visible">
Modified: trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml 2008-08-25 22:37:08 UTC (rev 10446)
+++ trunk/Open-ILS/xul/staff_client/server/admin/copy_locations.xhtml 2008-08-25 22:41:02 UTC (rev 10447)
@@ -90,6 +90,9 @@
<br/><hr/><br/>
+ &staff.server.admin.copy_locations.editor.library.filter; <select disabled='disabled' id='cl_org_filter' style='width:auto;'> </select>
+ <br/><br/>
+
<table class='data_grid data_grid_center' style='width: 95%'>
<thead>
<tr>
More information about the open-ils-commits
mailing list