From 5bcaea302261477bbd04f8900b8471c2fdd79ac4 Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Tue, 7 Jul 2026 21:54:20 -0300 Subject: [PATCH] modal polish -- inline Yes/No, no negative days, show due date (v0.2.1) --- Plugin.php | 2 +- Template/recurrence/edit.php | 9 +++++---- VERSION | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Plugin.php b/Plugin.php index f411bf3..ff4ecd7 100644 --- a/Plugin.php +++ b/Plugin.php @@ -30,7 +30,7 @@ class Plugin extends Base public function getPluginVersion() { - return '0.2.0'; + return '0.2.1'; } public function getPluginHomepage() diff --git a/Template/recurrence/edit.php b/Template/recurrence/edit.php index 3024342..6ebdf7f 100644 --- a/Template/recurrence/edit.php +++ b/Template/recurrence/edit.php @@ -1,5 +1,5 @@ @@ -15,10 +15,10 @@ form->label(t('Make recurring'), 'recoreco_enabled') ?>
-
@@ -32,7 +32,8 @@ form->checkbox('recoreco_last_day', t('Last day of the month (honored only when the due date is the last day / last weekday of its month)'), 1, $values['recoreco_last_day'] == 1) ?> form->label(t('Create the copy this many days before the due date'), 'recoreco_days_before') ?> - form->number('recoreco_days_before', $values) ?> + + modal->submitButtons() ?> diff --git a/VERSION b/VERSION index 54ad5c0..4c06819 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -RecoReco v0.2 +RecoReco v0.2.1