Revision 740a0719
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/pe.pl | ||
---|---|---|
. $locale->text('Delete') . qq|">|;
|
||
}
|
||
|
||
# button for saving history
|
||
print qq|
|
||
<input type=button onclick=set_history_window(|
|
||
. $form->{id}
|
||
. qq|); name=history id=history value=|
|
||
. $locale->text('history')
|
||
. qq|>|;
|
||
# /button for saving history
|
||
if ($form->{id}) {
|
||
# button for saving history
|
||
print qq|
|
||
<input type=button onclick=set_history_window(|
|
||
. $form->{id}
|
||
. qq|); name=history id=history value=|
|
||
. $locale->text('history')
|
||
. qq|>|;
|
||
# /button for saving history
|
||
}
|
||
|
||
print qq|
|
||
</form>
|
||
|
Auch abrufbar als: Unified diff
Projekt erfassen: Den Button "Historie" nicht anzeigen, sondern nur beim Bearbeiten eines vorhandenen Projektes. Fix für Bug 686.