Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4e27e828

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

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

Quoting

Unterschiede anzeigen:

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