Allow changing number of automaticly created next weekly tasks.
This commit is contained in:
parent
ca68091914
commit
7d54a416df
5 changed files with 35 additions and 19 deletions
|
|
@ -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();
|
||||
//]]>
|
||||
//]]>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue