From: miker Date: Fri, 8 Feb 2008 12:51:19 +0000 (+0000) Subject: Fund Source -> Funding Source, to differentiate the labels a little X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8c7f48659f8d9b4ecbefbf33fb979e0ee693490;p=Evergreen.git Fund Source -> Funding Source, to differentiate the labels a little git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8698 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_allocation.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_allocation.html index 4f08a49315..4f3860d091 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_allocation.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_allocation.html @@ -2,7 +2,7 @@ <%inherit file='../base.html'/> <%namespace file='../../common/widgets.html' name='widget'/> -<%def name="page_title()">${_('Create Fund Allocation')} +<%def name="page_title()">${_('Create Funding Allocation')} <%def name="block_content()">
@@ -17,7 +17,7 @@ - ${_('Fund Source')} + ${_('Funding Source')} - ${_('Fund Source Onwer')} + ${_('Funding Source Onwer')} ${widget.org_select( c.oils.acq.fund_source_owner_.cgi_name, @@ -24,7 +24,7 @@ - ${_('Fund Source Currency Type')} + ${_('Funding Source Currency Type')} + diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_fund_sources.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_fund_sources.html index 3021a8c763..d63ce640fc 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_fund_sources.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/list_fund_sources.html @@ -1,15 +1,15 @@ # -*- coding: utf-8 -*- <%inherit file='../base.html'/> <%namespace file='../../common/widgets.html' name='widget'/> -<%def name="page_title()">${_('Fund Sources')} +<%def name="page_title()">${_('Funding Sources')} <%def name="block_content()"> - - - + + + diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/navigate.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/navigate.html index ca675078ab..e06ad8fad7 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/navigate.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/navigate.html @@ -6,9 +6,9 @@ ${_('New Fund')} diff --git a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html index 0c248e3074..7b6631a552 100644 --- a/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html +++ b/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- <%inherit file='../base.html'/> <%namespace file='../../common/widgets.html' name='widget'/> -<%def name="page_title()">${_('View Fund Source')} +<%def name="page_title()">${_('View Funding Source')} <%def name="block_content()">
${_('Fund Source Name')}${_('Fund Source Owner')}${_('Fund Source Currency Type')}${_('Funding Source Name')}${_('Funding Source Owner')}${_('Funding Source Currency Type')}
- + - + - +
${_('Fund Source Name')}${_('Funding Source Name')} ${c.oils.acq.fund_source.name()}
${_('Fund Source Onwer')}${_('Funding Source Onwer')} ${c.oils.acq.fund_source.owner().name()}
${_('Fund Source Currency Type')}${_('Funding Source Currency Type')} ${c.oils.acq.fund_source.currency_type()}