From: erickson Date: Thu, 8 May 2008 15:34:53 +0000 (+0000) Subject: making better use of dojo form handling. added search progress bar (needs style). X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=afc73fece6e12b5d30a3746d254ca6b76c72b5c2;p=Evergreen.git making better use of dojo form handling. added search progress bar (needs style). git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@9531 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default/acq.css b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default/acq.css index 0c2876d420..da74aac76f 100644 --- a/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default/acq.css +++ b/Open-ILS/web/oilsweb/oilsweb/public/oils/media/css/skin/default/acq.css @@ -23,6 +23,7 @@ #oils-acq-search-sources-label { margin-bottom: 10px; } #oils-acq-search-fields-label { margin-bottom: 10px; } #oils-acq-search-fields-submit-block { margin: 5px; text-align: center;} +#oils-acq-search-progress {width: 100%, text-align: center;} /* list of picklists */ #oils-acq-picklist-list-table {width: 100%;} diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html index 42fb5b0ebf..8669af36e5 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/picklist/bib_search.html @@ -10,15 +10,20 @@
-
-
${_('Search Sources')}
- -
-
-
${_('Search Fields')}
-
+
+ +
+
${_('Search Sources')}
+
-
-
${_("Submit")}
+
+
${_('Search Fields')}
+
+
+ + + + + + + +
+
+
${_("Submit")}
+
+
+
+
+ +