Add chosen multiple select for due date and recent filters
This commit is contained in:
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -278,7 +278,7 @@ return array(
|
||||
'Remember Me' => 'Connexion automatique',
|
||||
'Creation date' => 'Date de création',
|
||||
'Filter by user' => 'Filtrer par utilisateur',
|
||||
'Filter by due date' => 'Filtrer par date d\'échéance',
|
||||
'Filter by due date' => 'Avec une date d\'échéance',
|
||||
'Everybody' => 'Tout le monde',
|
||||
'Open' => 'Ouvert',
|
||||
'Closed' => 'Fermé',
|
||||
@@ -733,6 +733,7 @@ return array(
|
||||
'Keyboard shortcuts' => 'Raccourcis clavier',
|
||||
'Open board switcher' => 'Ouvrir le sélecteur de tableau',
|
||||
'Application' => 'Application',
|
||||
'Filter recently updated' => 'Filtrer récents',
|
||||
'Filter recently updated' => 'Récemment modifié',
|
||||
'since %B %e, %Y at %k:%M %p' => 'depuis le %d/%m/%Y à %H:%M',
|
||||
'More filters' => 'Plus de filtres',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -733,4 +733,5 @@ return array(
|
||||
// 'Application' => '',
|
||||
// 'Filter recently updated' => '',
|
||||
// 'since %B %e, %Y at %k:%M %p' => '',
|
||||
// 'More filters' => '',
|
||||
);
|
||||
|
||||
@@ -49,16 +49,17 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<?= $this->formSelect('user_id', $users, array(), array(), array('data-placeholder="'.t('Filter by user').'"')) ?>
|
||||
<?= $this->formSelect('user_id', $users, array(), array(), array('data-placeholder="'.t('Filter by user').'"'), 'apply-filters chosen-select') ?>
|
||||
</li>
|
||||
<li>
|
||||
<?= $this->formSelect('category_id', $categories, array(), array(), array('data-placeholder="'.t('Filter by category').'"')) ?>
|
||||
<?= $this->formSelect('category_id', $categories, array(), array(), array('data-placeholder="'.t('Filter by category').'"'), 'apply-filters chosen-select') ?>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" id="filter-due-date"><?= t('Filter by due date') ?></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" id="filter-recent"><?= t('Filter recently updated') ?></a>
|
||||
<select id="more-filters" multiple data-placeholder="<?= t('More filters') ?>" class="apply-filters chosen-select">
|
||||
<option value=""></option>
|
||||
<option value="filter-due-date"><?= t('Filter by due date') ?></option>
|
||||
<option value="filter-recent"><?= t('Filter recently updated') ?></option>
|
||||
</select>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user