Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4e27e828

Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt

  • ID 4e27e828de91b6f1252f3353f06edea72f13a0c1
  • Vorgänger 238f2798
  • Nachfolger d7d74aaa

Quoting

Unterschiede anzeigen:

bin/mozilla/is.pl
# button for saving history
if($form->{id} ne "") {
print qq|
<input type=button class=submit onclick=set_history_window(|
. $form->{id}
. qq|); name=history id=history value=|
. $locale->text('history')
. qq|>|;
<input type="button" class="submit" onclick="set_history_window(|
. Q($form->{id})
. qq|);" name="history" id="history" value="|
. $locale->text('history')
. qq|">|;
}
# /button for saving history

Auch abrufbar als: Unified diff