[Mpuls-commits] r3171 - in base/trunk: . mpulsweb/templates/administration mpulsweb/templates/privacy/default

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jul 12 10:50:45 CEST 2010


Author: roland
Date: 2010-07-12 10:50:40 +0200 (Mon, 12 Jul 2010)
New Revision: 3171

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/templates/administration/overview_user.mako
   base/trunk/mpulsweb/templates/privacy/default/privacy_statement.html
Log:
removed hyphen from Case-Management

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2010-07-12 07:17:41 UTC (rev 3170)
+++ base/trunk/ChangeLog	2010-07-12 08:50:40 UTC (rev 3171)
@@ -1,5 +1,12 @@
-2010-07-09  Roland Geider  <roland.geider at intevation.de>
+2010-07-12  Roland Geider  <roland.geider at intevation.de>
 
+	* mpulsweb/templates/administration/overview_user.mako,
+	  mpulsweb/templates/privacy/default/privacy_statement.html: removed
+	  hyphen in Case-Management
+
+
+2010-07-12  Roland Geider  <roland.geider at intevation.de>
+
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po,
 	  mpulsweb/templates/casemanagement/digest_body.mako
 	  mpulsweb/templates/privacy/default/privacy_statement.html: removed

Modified: base/trunk/mpulsweb/templates/administration/overview_user.mako
===================================================================
--- base/trunk/mpulsweb/templates/administration/overview_user.mako	2010-07-12 07:17:41 UTC (rev 3170)
+++ base/trunk/mpulsweb/templates/administration/overview_user.mako	2010-07-12 08:50:40 UTC (rev 3171)
@@ -42,7 +42,7 @@
          % if user.getRole() == 'Admin':
            <td><img src="${h.url_for('/images/icons/admin_grey_tag.gif')}" alt="Administratorin, Administrator" title="Administrator/in"></td>
          % else:
-           <td><img src="${h.url_for('/images/icons/cm_grey_tag_width.gif')}" alt="Case-Managerin, Case-Manager" title="Case-Manager/in"></td>
+           <td><img src="${h.url_for('/images/icons/cm_grey_tag_width.gif')}" alt="Case Managerin, Case Manager" title="Case Manager/in"></td>
          % endif
          <td>
            <a href="${h.url_for(controller='/administration', action='showUser', id=user.id)}"><img src="${h.url_for('/images/icons/open_active_22.png')}" border="0" alt="${_('cm_overview_a_show')}" title="${_('cm_overview_a_show')}"></a>

Modified: base/trunk/mpulsweb/templates/privacy/default/privacy_statement.html
===================================================================
--- base/trunk/mpulsweb/templates/privacy/default/privacy_statement.html	2010-07-12 07:17:41 UTC (rev 3170)
+++ base/trunk/mpulsweb/templates/privacy/default/privacy_statement.html	2010-07-12 08:50:40 UTC (rev 3171)
@@ -79,7 +79,7 @@
     Ort, Datum</td>
     <td style="height: 7em; vertical-align: bottom; text-align: right; border:0">
     ______________________________<br>
-    Unterschrift Case-ManagerIn</td>
+    Unterschrift Case ManagerIn</td>
   </tr>
   </tbody>
 </table>



More information about the Mpuls-commits mailing list