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/config/about.php | 8 ++++---- app/Template/config/api.php | 2 +- app/Template/config/calendar.php | 6 +++--- app/Template/config/integrations.php | 2 +- app/Template/config/keyboard_shortcuts.php | 2 +- app/Template/config/webhook.php | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'app/Template/config') diff --git a/app/Template/config/about.php b/app/Template/config/about.php index 8d5a575d..3f078c3d 100644 --- a/app/Template/config/about.php +++ b/app/Template/config/about.php @@ -1,7 +1,7 @@ -
+
  • @@ -21,7 +21,7 @@ -
    +
    • @@ -58,7 +58,7 @@ -
      +
      • @@ -81,6 +81,6 @@ -
        +
        diff --git a/app/Template/config/api.php b/app/Template/config/api.php index 95f77355..7ff292fa 100644 --- a/app/Template/config/api.php +++ b/app/Template/config/api.php @@ -1,7 +1,7 @@ -
        +
        • diff --git a/app/Template/config/calendar.php b/app/Template/config/calendar.php index 90e034e9..077fe903 100644 --- a/app/Template/config/calendar.php +++ b/app/Template/config/calendar.php @@ -6,7 +6,7 @@ form->csrf() ?> -
          +

          form->radios('calendar_project_tasks', array( 'date_creation' => t('Show tasks based on the creation date'), @@ -14,7 +14,7 @@ ), $values) ?>
          -
          +

          form->radios('calendar_user_tasks', array( 'date_creation' => t('Show tasks based on the creation date'), @@ -22,7 +22,7 @@ ), $values) ?>
          -
          +

          form->checkbox('calendar_user_subtasks_time_tracking', t('Show subtasks based on the time tracking'), 1, $values['calendar_user_subtasks_time_tracking'] == 1) ?>
          diff --git a/app/Template/config/integrations.php b/app/Template/config/integrations.php index 3ba4e865..2f8f00b9 100644 --- a/app/Template/config/integrations.php +++ b/app/Template/config/integrations.php @@ -7,7 +7,7 @@ hook->render('template:config:integrations', array('values' => $values)) ?>

           

          -
          +
          form->checkbox('integration_gravatar', t('Enable Gravatar images'), 1, $values['integration_gravatar'] == 1) ?>
          diff --git a/app/Template/config/keyboard_shortcuts.php b/app/Template/config/keyboard_shortcuts.php index 1b1a9477..6ac71ee0 100644 --- a/app/Template/config/keyboard_shortcuts.php +++ b/app/Template/config/keyboard_shortcuts.php @@ -1,7 +1,7 @@ -
          +

          • = v o
          • diff --git a/app/Template/config/webhook.php b/app/Template/config/webhook.php index e3245873..768edf8c 100644 --- a/app/Template/config/webhook.php +++ b/app/Template/config/webhook.php @@ -18,7 +18,7 @@ -
            +
            • -- cgit v1.2.3