diff --git a/htdocs/holiday/list.php b/htdocs/holiday/list.php index c5ea7c868e0..8521beac4f1 100644 --- a/htdocs/holiday/list.php +++ b/htdocs/holiday/list.php @@ -1,6 +1,6 @@ - * Copyright (C) 2013-2017 Laurent Destailleur + * Copyright (C) 2013-2018 Laurent Destailleur * Copyright (C) 2012-2016 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -410,14 +410,14 @@ print ''; -print ''; // Create date print ''; @@ -487,13 +487,13 @@ print ''; // Start date print ''; // End date print '';
'; +print ''; print ''; print ''; -print ''; -$formother->select_year($search_year_create,'search_year_create',1, $min_year, 0); +print ''; +$formother->select_year($search_year_create, 'search_year_create', 1, $min_year, 0); print ' '; -print ''; +print ''; $formother->select_year($search_year_start,'search_year_start',1, $min_year, $max_year); print ''; -print ''; +print ''; $formother->select_year($search_year_end,'search_year_end',1, $min_year, $max_year); print '