SOURCES: eventum-reports-tt.patch - fix formatting
glen
glen at pld-linux.org
Mon Apr 23 16:31:37 CEST 2007
Author: glen Date: Mon Apr 23 14:31:37 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix formatting
---- Files affected:
SOURCES:
eventum-reports-tt.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/eventum-reports-tt.patch
diff -u SOURCES/eventum-reports-tt.patch:1.4 SOURCES/eventum-reports-tt.patch:1.5
--- SOURCES/eventum-reports-tt.patch:1.4 Mon Apr 23 16:28:05 2007
+++ SOURCES/eventum-reports-tt.patch Mon Apr 23 16:31:32 2007
@@ -37,7 +37,6 @@
}
// benchmarking the included file (aka setup time)
-
--- old/templates/reports/weekly.tpl.html 2006-12-05 22:53:38.000000000 +0200
+++ new/templates/reports/weekly.tpl.html 2007-04-20 12:31:32.000000000 +0300
@@ -76,6 +76,11 @@
@@ -52,26 +51,27 @@
</td>
</tr>
</table>
-
---- old/templates/reports/weekly_data.tpl.html 2006-04-19 06:37:26.000000000 +0300
-+++ new/templates/reports/weekly_data.tpl.html 2007-04-20 15:36:17.000000000 +0300
-@@ -3,7 +3,8 @@
+--- new/templates/reports/weekly_data.tpl.html 2007-04-20 15:36:17.000000000 +0300
++++ eventum/templates/reports/weekly_data.tpl.html 2007-04-23 17:30:33.985899680 +0300
+@@ -3,7 +3,9 @@
{$application_title} {t}issues worked on{/t}:
-
+ {section name=issue loop=$data.issues.other}
{section name=issue loop=$data.issues.other}
-{$data.issues.other[issue].iss_id|str_pad:4:" ":"STR_PAD_LEFT"} {$data.issues.other[issue].iss_summary|htmlspecialchars}
+{$data.issues.other[issue].iss_id|str_pad:4:" ":"STR_PAD_LEFT"} {$data.issues.other[issue].iss_summary|htmlspecialchars} {if
+$smarty.post.show_per_issue == 1}({$data.issues.other[issue].time_spent}){/if}
++
{sectionelse}
{t}No issues touched this time period{/t}
{/section}
-@@ -12,7 +13,8 @@
+@@ -12,7 +14,9 @@
{t}Issues Closed{/t}:
-
+
{section name=issue loop=$data.issues.closed}
-{$data.issues.closed[issue].iss_id|str_pad:4:" ":"STR_PAD_LEFT"} {$data.issues.closed[issue].iss_summary|htmlspecialchars}
-+{$data.issues.closed[issue].iss_id|str_pad:4:" ":"STR_PAD_LEFT"} {$data.issues.closed[issue].iss_summary|htmlspecialchars}{if
++{$data.issues.closed[issue].iss_id|str_pad:4:" ":"STR_PAD_LEFT"} {$data.issues.closed[issue].iss_summary|htmlspecialchars} {if
+$smarty.post.show_per_issue == 1}({$data.issues.closed[issue].time_spent}){/if}
++
{sectionelse}
{t}No issues closed this time period{/t}
{/section}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-reports-tt.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list