[%- USE LxERP -%][%- USE L -%] [%- DEFAULT id_prefix = 'edit_version_form' submit_as = 'post' %]
[% L.hidden_tag("requirement_spec_id", SELF.requirement_spec.id, id=id_prefix _ '_id') %] [% L.hidden_tag("id", SELF.version.id, id=id_prefix _ '_id') %]
[% LxERP.t8("Version") %] [% SELF.requirement_spec.next_version_number %]
[% LxERP.t8("Description") %] [% L.textarea_tag("rs_version.description", SELF.version.description, cols=80, rows=8, id=id_prefix _ '_description') %]
[% LxERP.t8("Internal comment") %] [% L.textarea_tag("rs_version.comment", SELF.version.comment, cols=80, rows=8, id=id_prefix _ '_comment') %]

[%- IF SELF.version.id %] [% L.ajax_submit_tag("controller.pl?action=RequirementSpecVersion/update", "#" _ id_prefix, LxERP.t8("Save")) %] [%- LxERP.t8("Cancel") %] [%- ELSE %] [% L.ajax_submit_tag("controller.pl?action=RequirementSpecVersion/create", "#" _ id_prefix, LxERP.t8("Save")) %] [% LxERP.t8("Cancel") %] [%- END %]