From 6bfafb6e82cfd6096fb51fc91b9b126dcc355bc2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 8 Jan 2017 11:43:30 -0500 Subject: Rename CSS class "listing" to "panel" --- app/Template/task/analytics.php | 2 +- app/Template/task/time_tracking_summary.php | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'app/Template/task') diff --git a/app/Template/task/analytics.php b/app/Template/task/analytics.php index 28c0189c..2d968188 100644 --- a/app/Template/task/analytics.php +++ b/app/Template/task/analytics.php @@ -9,7 +9,7 @@

-
+
  • '.$this->dt->duration($lead_time) ?>
  • '.$this->dt->duration($cycle_time) ?>
  • diff --git a/app/Template/task/time_tracking_summary.php b/app/Template/task/time_tracking_summary.php index 9886ccfa..63de733a 100644 --- a/app/Template/task/time_tracking_summary.php +++ b/app/Template/task/time_tracking_summary.php @@ -1,13 +1,13 @@ 0 || $task['time_spent'] > 0): ?> + - - -
      -
    • text->e($task['time_estimated']) ?>
    • -
    • text->e($task['time_spent']) ?>
    • -
    • text->e($task['time_estimated'] - $task['time_spent']) ?>
    • -
    - +
    +
      +
    • text->e($task['time_estimated']) ?>
    • +
    • text->e($task['time_spent']) ?>
    • +
    • text->e($task['time_estimated'] - $task['time_spent']) ?>
    • +
    +
    \ No newline at end of file -- cgit v1.2.3