[open-ils-commits] [GIT] Evergreen ILS branch master updated. e60167552cdd44016d8cb73825c25f11731a7c56
Evergreen Git
git at git.evergreen-ils.org
Tue Jun 28 12:03:24 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via e60167552cdd44016d8cb73825c25f11731a7c56 (commit)
from e1bfdad900674c4f9e4859cfdd11cb6c19209318 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e60167552cdd44016d8cb73825c25f11731a7c56
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date: Tue Jun 28 12:00:18 2011 -0400
Michael Peters provided a patch to add some missing labels...
... to a key acquisitions interface. It works. Also fixed
some unclosed tags while I was at it.
Wasn't sure whether to copy and paste Michael's sign-off or what, but
here's the link to his original patch for purists:
https://launchpadlibrarian.net/74191964/0001-LP802578-Acquisitions-Batch-copy-update-missing-head.patch
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
diff --git a/Open-ILS/web/templates/default/acq/common/li_table.tt2 b/Open-ILS/web/templates/default/acq/common/li_table.tt2
index 09f6058..645a0ae 100644
--- a/Open-ILS/web/templates/default/acq/common/li_table.tt2
+++ b/Open-ILS/web/templates/default/acq/common/li_table.tt2
@@ -171,6 +171,18 @@
</div>
<table id='acq-lit-li-details-table'>
+ <tbody><tr><td class='acq-lit-table-spacer' colspan='0'/></tr></tbody>
+ <tbody style='font-weight:bold;'>
+ <tr>
+ <td style='margin-top:30px;'>Owning Branch</td>
+ <td>Shelving Location</td>
+ <td>Collection Code</td>
+ <td>Fund</td>
+ <td>Circ Modifier</td>
+ <td>Callnumber</td>
+ <td colspan='0'></td>
+ </tr>
+ </tbody>
<tbody style='background-color:#ddd;'>
<tr id='acq-lit-li-details-batch-row'>
<td><div name='owning_lib'></div></td>
@@ -211,7 +223,7 @@
</tr>
</tbody>
- <tbody><tr><td class='acq-lit-table-spacer' colspan='0'/></tr></tbody>
+ <tbody><tr><td class='acq-lit-table-spacer' colspan='0'></td></tr></tbody>
<tbody style='font-weight:bold;'>
<tr>
<td style='margin-top:30px;'>Owning Branch</td>
@@ -222,7 +234,7 @@
<td>Callnumber</td>
<td>Barcode</td>
<td>Notes</td>
- <td colspan='0'>
+ <td colspan='0'></td>
</tr>
</tbody>
<tbody id='acq-lit-li-details-tbody' class='oils-generic-table'>
@@ -270,7 +282,7 @@
<td>Circ Modifier</td>
<td>Callnumber</td>
<td>Barcode</td>
- <td colspan='0'>
+ <td colspan='0'></td>
</tr>
</tbody>
<tbody id='acq-lit-real-copies-tbody' class='oils-generic-table'>
-----------------------------------------------------------------------
Summary of changes:
.../web/templates/default/acq/common/li_table.tt2 | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list