Revision 91ff7a51
Von Thomas Heck vor fast 12 Jahren hinzugefügt
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
Historie-Button bei Waren-/Preisgruppen ausglenden, wenn keine Gruppe gewählt ist
z.B. beim Erstellen.
fixt #2086