Revision 4e27e828
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
1157 | 1157 |
# button for saving history |
1158 | 1158 |
if($form->{id} ne "") { |
1159 | 1159 |
print qq| |
1160 |
<input type=button class=submit onclick=set_history_window(|
|
|
1161 |
. $form->{id}
|
|
1162 |
. qq|); name=history id=history value=|
|
|
1163 |
. $locale->text('history')
|
|
1164 |
. qq|>|; |
|
1160 |
<input type="button" class="submit" onclick="set_history_window(|
|
|
1161 |
. Q($form->{id})
|
|
1162 |
. qq|);" name="history" id="history" value="|
|
|
1163 |
. $locale->text('history') |
|
1164 |
. qq|">|;
|
|
1165 | 1165 |
} |
1166 | 1166 |
# /button for saving history |
1167 | 1167 |
|
Auch abrufbar als: Unified diff
Quoting