Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 91ff7a51

Von Thomas Heck vor fast 12 Jahren hinzugefügt

  • ID 91ff7a511c5afd523fcaf6a6aeeeee1bee6e700f
  • Vorgänger c497b035
  • Nachfolger 54307494

Historie-Button bei Waren-/Preisgruppen ausglenden, wenn keine Gruppe gewählt ist

z.B. beim Erstellen.
fixt #2086

Unterschiede anzeigen:

templates/webpages/pe/partsgroup_form.html
36 36
<input type=submit class=submit name=action value="[% 'Delete' | $T8 %]">
37 37
[%- END %]
38 38

  
39
<input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
39
[%- IF ( id ) %]
40
  <input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
41
[%- END %]
42

  
40 43
</form>
41 44

  
templates/webpages/pe/pricegroup_form.html
36 36
<input type=submit class=submit name=action value="[% 'Delete' | $T8 %]">
37 37
[%- END %]
38 38

  
39
<input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
39
[%- IF ( id ) %]
40
  <input type=button onclick="set_history_window([% id %]);" name=history id=history value="[% 'history' | $T8 %]">
41
[%- END %]
42

  
40 43
</form>
41 44

  

Auch abrufbar als: Unified diff