[open-ils-commits] r8706 - branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Feb 8 21:10:30 EST 2008


Author: dbs
Date: 2008-02-08 20:41:42 -0500 (Fri, 08 Feb 2008)
New Revision: 8706

Modified:
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund.html
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_source.html
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund.html
   branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html
Log:
Typo: onwer -> owner


Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund.html
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund.html	2008-02-08 21:01:19 UTC (rev 8705)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund.html	2008-02-09 01:41:42 UTC (rev 8706)
@@ -15,7 +15,7 @@
                 </td>
             </tr>
             <tr>
-                <td class='oils-admin-label'>${_('Fund Onwer')}</td>
+                <td class='oils-admin-label'>${_('Fund Owner')}</td>
                 <td> 
                     ${widget.org_select(
                         c.oils.acq.fund_org_.cgi_name, 

Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_source.html
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_source.html	2008-02-08 21:01:19 UTC (rev 8705)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_source.html	2008-02-09 01:41:42 UTC (rev 8706)
@@ -15,7 +15,7 @@
                 </td>
             </tr>
             <tr>
-                <td class='oils-admin-label'>${_('Funding Source Onwer')}</td>
+                <td class='oils-admin-label'>${_('Funding Source Owner')}</td>
                 <td> 
                     ${widget.org_select(
                         c.oils.acq.fund_source_owner_.cgi_name, 

Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund.html
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund.html	2008-02-08 21:01:19 UTC (rev 8705)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund.html	2008-02-09 01:41:42 UTC (rev 8706)
@@ -10,7 +10,7 @@
             <td>${c.oils.acq.fund.name()}</td>
         </tr>
         <tr>
-            <td class='oils-admin-label'>${_('Fund Onwer')}</td>
+            <td class='oils-admin-label'>${_('Fund Owner')}</td>
             <td>${c.oils.acq.fund.org().name()}</td> 
         </tr>
         <tr>

Modified: branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html
===================================================================
--- branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html	2008-02-08 21:01:19 UTC (rev 8705)
+++ branches/acq-experiment/Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html	2008-02-09 01:41:42 UTC (rev 8706)
@@ -10,7 +10,7 @@
             <td>${c.oils.acq.fund_source.name()}</td>
         </tr>
         <tr>
-            <td class='oils-admin-label'>${_('Funding Source Onwer')}</td>
+            <td class='oils-admin-label'>${_('Funding Source Owner')}</td>
             <td>${c.oils.acq.fund_source.owner().name()}</td> 
         </tr>
         <tr>



More information about the open-ils-commits mailing list