Revision 740a0719
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/pe.pl | ||
---|---|---|
424 | 424 |
. $locale->text('Delete') . qq|">|; |
425 | 425 |
} |
426 | 426 |
|
427 |
# button for saving history |
|
428 |
print qq| |
|
429 |
<input type=button onclick=set_history_window(| |
|
430 |
. $form->{id} |
|
431 |
. qq|); name=history id=history value=| |
|
432 |
. $locale->text('history') |
|
433 |
. qq|>|; |
|
434 |
# /button for saving history |
|
427 |
if ($form->{id}) { |
|
428 |
# button for saving history |
|
429 |
print qq| |
|
430 |
<input type=button onclick=set_history_window(| |
|
431 |
. $form->{id} |
|
432 |
. qq|); name=history id=history value=| |
|
433 |
. $locale->text('history') |
|
434 |
. qq|>|; |
|
435 |
# /button for saving history |
|
436 |
} |
|
437 |
|
|
435 | 438 |
print qq| |
436 | 439 |
</form> |
437 | 440 |
|
Auch abrufbar als: Unified diff
Projekt erfassen: Den Button "Historie" nicht anzeigen, sondern nur beim Bearbeiten eines vorhandenen Projektes. Fix für Bug 686.