Revision 5d3803e0
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/RequirementSpecTextBlock.pm | ||
---|---|---|
226 | 226 |
if ($prior_text_block) { |
227 | 227 |
$js->insertAfter($html, '#text-block-' . $prior_text_block->id); |
228 | 228 |
} else { |
229 |
$js->appendTo($html, '#text-block-list');
|
|
229 |
$js->prependTo($html, '#text-block-list');
|
|
230 | 230 |
} |
231 | 231 |
} |
232 | 232 |
} |
Auch abrufbar als: Unified diff
Pflichtenhefttextblöcke: Drag&Drop "before first" fixed