Revision 4e27e828
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
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
Quoting