[Mpuls-commits] r4479 - base/trunk/mpulsweb/templates/evaluation

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jan 10 09:33:33 CET 2011


Author: torsten
Date: 2011-01-10 09:33:32 +0100 (Mon, 10 Jan 2011)
New Revision: 4479

Modified:
   base/trunk/mpulsweb/templates/evaluation/overview.mako
Log:
Adapted overview template for evaluation.


Modified: base/trunk/mpulsweb/templates/evaluation/overview.mako
===================================================================
--- base/trunk/mpulsweb/templates/evaluation/overview.mako	2011-01-07 11:55:35 UTC (rev 4478)
+++ base/trunk/mpulsweb/templates/evaluation/overview.mako	2011-01-10 08:33:32 UTC (rev 4479)
@@ -14,14 +14,14 @@
  <!-- <p>${_('cm_overview_con_list_dossiers_cm')}</p>-->
 %endif
 <%include file="/evaluation/search.mako" />
-${ungettext('%s agency was found.', '%s agencys where found.', c.count_all) % c.count_all}
+${ungettext('%s case in %s agency was found.', '%s cases in %s agencys where found.', c.count_all) % (c.count_all, c.count_agency)}
 <div class="waska_form">
   <form action="${h.url_for(controller='/evaluation_overview', action='bundleAction')}"
         method="POST">
   <%include file="./agencylist.mako" />
   <div class="waska_form_element">
     <input type="checkbox" name="all_cases" id="all_cases" value="1"><label for="all_cases">
-    ${ungettext('Select the %s found agency.', 'Select all %s found agencys', c.count_all) % c.count_all}</label>
+    ${ungettext('Select the %s found agency.', 'Select all %s found agencys', c.count_all) % c.count_agency}</label>
     <input type="hidden" name="all_ids" value="">
     <input type="hidden" name="id_field" value="">
     <input type="hidden" name="sql_where" value="">



More information about the Mpuls-commits mailing list