Allow changing number of automaticly created next weekly tasks.

This commit is contained in:
benni 2012-06-24 11:01:16 +02:00
parent ca68091914
commit 7d54a416df
5 changed files with 35 additions and 19 deletions

View file

@ -39,6 +39,10 @@
%td
= @form.label :task_description, "Beschreibung:"
%td= @form.text_area :task_description, :size => "30x10"
%tr
%td
= @form.label :next_weekly_tasks_number, "Für wieviel Wochen im Voraus sollen Aufgaben erstellt werden?"
%td= @form.text_field :next_weekly_tasks_number, :size => 3
%script{ 'type' => "text/javascript"}
:plain
@ -60,4 +64,4 @@
}
}
toggleWeeklyTask();
//]]>
//]]>