[Mpuls-commits] r2963 - base/trunk/mpulsweb/templates/home
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 10 11:51:29 CEST 2010
Author: roland
Date: 2010-06-10 11:51:28 +0200 (Thu, 10 Jun 2010)
New Revision: 2963
Modified:
base/trunk/mpulsweb/templates/home/remindlist.mako
Log:
added image size to template
Modified: base/trunk/mpulsweb/templates/home/remindlist.mako
===================================================================
--- base/trunk/mpulsweb/templates/home/remindlist.mako 2010-06-10 09:48:11 UTC (rev 2962)
+++ base/trunk/mpulsweb/templates/home/remindlist.mako 2010-06-10 09:51:28 UTC (rev 2963)
@@ -2,13 +2,19 @@
<%def name="showAppointmentActions(appointment)">
<a href="${h.url_for(controller='/case', action='select',
id=appointment.case_id, confirmed=0)}">
- <img src="${h.url_for('/images/icons/open_active_22.png')}" border="0"
- alt="${_('cm_overview_a_show')}"
- title="${_('cm_overview_a_show')}"></a>
+ <img src = "${h.url_for('/images/icons/open_active_22.png')}"
+ border = "0"
+ alt = "${_('cm_overview_a_show')}"
+ title = "${_('cm_overview_a_show')}"
+ width = "22"
+ height = "22"></a>
</%def>
<%def name="showKeepActiveActions(appointment)">
<a href="${h.url_for(controller='/case', action='keepActive', id=appointment.case_id, confirmed=0)}">
- <img src="${h.url_for('/images/icons/refresh_active_22.png')}" border="0"
- alt="${_('cm_overview_a_keepactive')}"
- title="${_('cm_overview_a_keepactive')}"></a>
+ <img src = "${h.url_for('/images/icons/refresh_active_22.png')}"
+ border = "0"
+ width = "22"
+ height = "22"
+ alt = "${_('cm_overview_a_keepactive')}"
+ title = "${_('cm_overview_a_keepactive')}"></a>
</%def>
More information about the Mpuls-commits
mailing list