[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9e86a1e38f3727068a02142da9c74774678d479f
Evergreen Git
git at git.evergreen-ils.org
Thu Mar 22 00:10:46 EDT 2012
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 9e86a1e38f3727068a02142da9c74774678d479f (commit)
from 21b72b3848b27a2d71c88b8833a365cec4fb7325 (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 9e86a1e38f3727068a02142da9c74774678d479f
Author: Dan Scott <dan at coffeecode.net>
Date: Thu Mar 22 00:08:45 2012 -0400
TPAC: Tiny fix for + instead of _ string cat operator
Quiet down, Apache logs.
Signed-off-by: Dan Scott <dan at coffeecode.net>
diff --git a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2
index 9607a9f..9acb4ce 100644
--- a/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2
+++ b/Open-ILS/src/templates/opac/parts/myopac/main_base.tt2
@@ -56,7 +56,7 @@
<tr>
<td>[% l("Items Currently Checked out ([_1])", ctx.user_stats.checkouts.total_out) %]</td>
<td align="right">
- <a href="[% mkurl(ctx.opac_root + '/myopac/circs') %]">[% l("View All") %]</a>
+ <a href="[% mkurl(ctx.opac_root _ '/myopac/circs') %]">[% l("View All") %]</a>
</td>
</tr>
</table>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/opac/parts/myopac/main_base.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list