[open-ils-commits] r13853 - trunk/Open-ILS/web/templates/default/acq/financial (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Aug 17 16:08:32 EDT 2009
Author: erickson
Date: 2009-08-17 16:08:27 -0400 (Mon, 17 Aug 2009)
New Revision: 13853
Modified:
trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
Log:
set page title
Modified: trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2009-08-17 18:32:58 UTC (rev 13852)
+++ trunk/Open-ILS/web/templates/default/acq/financial/list_funds.tt2 2009-08-17 20:08:27 UTC (rev 13853)
@@ -1,4 +1,5 @@
[% WRAPPER 'default/base.tt2' %]
+[% ctx.page_title = 'Funds' %]
<!-- load the page-specific JS -->
<script src='[% ctx.media_prefix %]/js/ui/default/acq/financial/list_funds.js'> </script>
@@ -34,6 +35,4 @@
</table>
</div>
-
[% END %]
-
More information about the open-ils-commits
mailing list