[open-ils-commits] r13855 - branches/rel_1_6/Open-ILS/web/templates/default/acq/financial (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Aug 17 16:10:30 EDT 2009


Author: erickson
Date: 2009-08-17 16:10:25 -0400 (Mon, 17 Aug 2009)
New Revision: 13855

Modified:
   branches/rel_1_6/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
Log:
set page title

Modified: branches/rel_1_6/Open-ILS/web/templates/default/acq/financial/list_funds.tt2
===================================================================
--- branches/rel_1_6/Open-ILS/web/templates/default/acq/financial/list_funds.tt2	2009-08-17 20:09:47 UTC (rev 13854)
+++ branches/rel_1_6/Open-ILS/web/templates/default/acq/financial/list_funds.tt2	2009-08-17 20:10:25 UTC (rev 13855)
@@ -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