From f732fcf41e85abc335dede696b2d0d5d646481eb Mon Sep 17 00:00:00 2001 From: jpl Date: Tue, 18 Apr 2017 16:05:36 +0200 Subject: Refs #2982: updating layout for tt#edit (pagination) --- .../time_tables/components/Navigate.js | 79 +++++++++++----------- .../time_tables/components/Timetable.js | 2 +- 2 files changed, 42 insertions(+), 39 deletions(-) (limited to 'app/assets/javascripts') diff --git a/app/assets/javascripts/es6_browserified/time_tables/components/Navigate.js b/app/assets/javascripts/es6_browserified/time_tables/components/Navigate.js index 601d24705..d9851f648 100644 --- a/app/assets/javascripts/es6_browserified/time_tables/components/Navigate.js +++ b/app/assets/javascripts/es6_browserified/time_tables/components/Navigate.js @@ -13,44 +13,47 @@ let Navigate = ({ dispatch, metas, timetable, pagination, status, filters}) => { let firstPage = pageIndex == 0 let lastPage = pageIndex == pagination.periode_range.length - 1 return ( -
- -
{e.preventDefault()}}> - - - -
+
+
+
+
{e.preventDefault()}}> + + + +
+
+
) } else { diff --git a/app/assets/javascripts/es6_browserified/time_tables/components/Timetable.js b/app/assets/javascripts/es6_browserified/time_tables/components/Timetable.js index b30e2dae8..32b8706b1 100644 --- a/app/assets/javascripts/es6_browserified/time_tables/components/Timetable.js +++ b/app/assets/javascripts/es6_browserified/time_tables/components/Timetable.js @@ -13,7 +13,7 @@ class Timetable extends Component{ return (
-
+
Synthèse
-- cgit v1.2.3