Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 238f2798

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 238f2798a3ec8557ed98c1ca872424ce1c6d4adf
  • Vorgänger 80bf0900
  • Nachfolger 4e27e828

Der Button für die Historie wird nur angezeigt, wenn der Beleg bereits gespeichert wurde.

Unterschiede anzeigen:

bin/mozilla/oe.pl
1050 1050

  
1051 1051
  if (($form->{id})) {
1052 1052
    print qq|
1053
  	<input type="button" class="submit" onclick="set_history_window(|
1054
  	. Q($form->{id})
1055
  	. qq|);" name="history" id="history" value="|
1056
  	. $locale->text('history')
1057
  	. qq|">
1058

  
1053 1059
<br>| . $locale->text("Workflow $form->{type}") . qq|<br>
1054 1060
<input class=submit type=submit name=action value="|
1055 1061
      . $locale->text('Save as new') . qq|">
......
1116 1122
<input type=hidden name=path value=$form->{path}>
1117 1123
<input type=hidden name=login value=$form->{login}>
1118 1124
<input type=hidden name=password value=$form->{password}>
1119
|;
1120
# button for saving history
1121
print qq|
1122
  	<input type=button class=submit onclick=set_history_window(|
1123
  	. $form->{id} 
1124
  	. qq|); name=history id=history value=|
1125
  	. $locale->text('history') 
1126
  	. qq|>|;
1127
# /button for saving history
1128

  
1129
qq|
1125

  
1130 1126
</form>
1131 1127

  
1132 1128
</body>

Auch abrufbar als: Unified diff