From: erickson Date: Fri, 8 Aug 2008 13:18:43 +0000 (+0000) Subject: small pile of fixes.. css, plugged in LI state in retrieve search, added some grid... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c600b6eff57b216b417e64a72f7a5074c6dec0d1;p=Evergreen.git small pile of fixes.. css, plugged in LI state in retrieve search, added some grid css (still needs more work) git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@10309 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css index 1fbc4ad82c..e6c3789860 100644 --- a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css +++ b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default.css @@ -24,7 +24,7 @@ html, body, #oils-base-body-block { padding:0; } -.invisible { visibility: none; } +.invisible { visibility: hidden; } .hidden { display: none; visibility: hidden; } .display { display: block; visibility: visible; } diff --git a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/ui_js/oils/default/acq/receiving/process.js b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/ui_js/oils/default/acq/receiving/process.js index 5246c71a2c..2f1dd7f9f9 100644 --- a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/ui_js/oils/default/acq/receiving/process.js +++ b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/ui_js/oils/default/acq/receiving/process.js @@ -13,13 +13,16 @@ dojo.require('openils.widget.OrgUnitFilteringSelect'); var lineitems = []; function drawForm() { + new openils.User().buildPermOrgSelector('VIEW_PURCHASE_ORDER', orderingAgencySelector); } +dojo.addOnLoad(drawForm); var liReceived; function doSearch(values) { var search = { attr_values : [values.identifier], po_agencies : (values.ordering_agency) ? [values.ordering_agency] : null, + li_states : ['in-process'] }; options = {clear_marc:1, flesh_attrs:1}; diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/receiving/process.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/receiving/process.html index dd4615ee97..722ce5c68c 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/receiving/process.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/receiving/process.html @@ -32,8 +32,8 @@ - diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html index 1506331b99..633d2ec2c2 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/common/jubgrid.html @@ -43,6 +43,10 @@ pointing to the JUB model (and store) that you have created. activeSizing="1" layoutAlign="client"> % endif + +