Revision 1763c7c7
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/fu.pl | ||
---|---|---|
93 | 93 |
$form->isblank('follow_up_date', $locale->text('The follow-up date is missing.')); |
94 | 94 |
$form->isblank('subject', $locale->text('The subject is missing.')); |
95 | 95 |
|
96 |
my %params = (map({ $_ => $form->{$_} } qw(id subject body created_for_user follow_up_date)), 'done' => 0); |
|
96 |
my %params = (map({ $_ => $form->{$_} } qw(id subject body note_id created_for_user follow_up_date)), 'done' => 0);
|
|
97 | 97 |
|
98 | 98 |
_collect_links(\%params); |
99 | 99 |
|
templates/webpages/fu/add_edit_de.html | ||
---|---|---|
18 | 18 |
<div class="listtop">[% title %]</div> |
19 | 19 |
|
20 | 20 |
<input type="hidden" name="id" value="[% HTML.escape(id) %]"> |
21 |
<input type="hidden" name="note_id" value="[% HTML.escape(note_id) %]"> |
|
21 | 22 |
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]"> |
22 | 23 |
<input type="hidden" name="POPUP_MODE" value="[% HTML.escape(POPUP_MODE) %]"> |
23 | 24 |
|
templates/webpages/fu/add_edit_master.html | ||
---|---|---|
18 | 18 |
<div class="listtop">[% title %]</div> |
19 | 19 |
|
20 | 20 |
<input type="hidden" name="id" value="[% HTML.escape(id) %]"> |
21 |
<input type="hidden" name="note_id" value="[% HTML.escape(note_id) %]"> |
|
21 | 22 |
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]"> |
22 | 23 |
<input type="hidden" name="POPUP_MODE" value="[% HTML.escape(POPUP_MODE) %]"> |
23 | 24 |
|
Auch abrufbar als: Unified diff
Beim Speichern von Wiedervorlagen aus dem Wiedervorlagebericht heraus wurden Kopien der Notizen erstellt anstatt eine bereits bestehende Notiz zu aktualisieren.