projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380dcea
)
Minor HTML fix in Case.tpl duration field.
author
Mathieu Lutfy
<mathieu@bidon.ca>
Sat, 11 May 2013 18:10:31 +0000
(14:10 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Sat, 11 May 2013 18:10:31 +0000
(14:10 -0400)
templates/CRM/Case/Form/Case.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Case/Form/Case.tpl
b/templates/CRM/Case/Form/Case.tpl
index 7f7a8ddf85823b8b9f6e1c27ae72c3d82628fa57..074d4ff5a79efa0a234cfc4580822fcac50e88e5 100644
(file)
--- a/
templates/CRM/Case/Form/Case.tpl
+++ b/
templates/CRM/Case/Form/Case.tpl
@@
-103,7
+103,7
@@
<td class="label">{$form.duration.label}</td>
<td class="view-value">
{$form.duration.html}
- <span class="description">{ts}Total time spent on this activity (in minutes).{/ts}
+ <span class="description">{ts}Total time spent on this activity (in minutes).{/ts}
</span>
</td>
</tr>
{/if}