Revision 0c4efd39
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
templates/webpages/requirement_spec_text_block/_form.html | ||
---|---|---|
67 | 67 |
|
68 | 68 |
var title_ctrl = $('#[% id_base %]_title'); |
69 | 69 |
|
70 |
if ( ((title_ctrl.val() || '') != '')
|
|
71 |
&& ((pt.title || '') != '')
|
|
72 |
&& confirm('[%- LxERP.t8("Do you want to overwrite your current title?") %]'))
|
|
70 |
if ( ((pt.title || '') != '')
|
|
71 |
&& ( ((title_ctrl.val() || '') == '')
|
|
72 |
|| confirm('[%- LxERP.t8("Do you want to overwrite your current title?") %]')))
|
|
73 | 73 |
title_ctrl.val(pt.title); |
74 | 74 |
|
75 | 75 |
if ((pt.text || '') != '') { |
Auch abrufbar als: Unified diff
Pflichtenhefte: Textlocktitel beim Einfügen setzen, falls noch nicht gesetzt