1 <form name=
"x12_partner" method=
"post" action=
"{$FORM_ACTION}">
2 <table CELLSPACING=
"0" CELLPADDING=
"3" border=
"0">
4 <td colspan=
"2">X12 Partner
</td>
7 <td COLSPAN=
"1" ALIGN=
"LEFT" VALIGN=
"MIDDLE" >Partner
Name
</td>
8 <td COLSPAN=
"2" ALIGN=
"LEFT" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"name" value=
"{$partner->get_name()}"/></td>
11 <td COLSPAN=
"1" ALIGN=
"LEFT" VALIGN=
"MIDDLE" >ID
Number
(ETIN)
</td>
12 <td COLSPAN=
"2" ALIGN=
"LEFT" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"id_number" value=
"{$partner->get_id_number()}"/></td>
15 <td COLSPAN=
"1" ALIGN=
"LEFT" VALIGN=
"MIDDLE" >Receiver
ID
</td>
16 <td COLSPAN=
"2" ALIGN=
"LEFT" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_receiver_id" value=
"{$partner->get_x12_receiver_id()}"/></td>
19 <td COLSPAN=
"1" ALIGN=
"LEFT" VALIGN=
"MIDDLE" >Sender
ID
</td>
20 <td COLSPAN=
"2" ALIGN=
"LEFT" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_sender_id" value=
"{$partner->get_x12_sender_id()}"/></td>
23 <td COLSPAN=
"1" ALIGN=
"LEFT" VALIGN=
"MIDDLE" >Version
</td>
24 <td COLSPAN=
"2" ALIGN=
"LEFT" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_version" value=
"{$partner->get_x12_version()}"/></td>
27 <td COLSPAN=
"1" ALIGN=
"LEFT" VALIGN=
"MIDDLE" >Processing
Format
</td>
28 <td COLSPAN=
"2" ALIGN=
"LEFT" VALIGN=
"MIDDLE" >{html_options
name=
"processing_format" options=$partner-
>get_processing_format_array() selected=$partner-
>get_processing_format()}
</td>
34 {if $partner-
>get_id() eq
""}
35 <input type=
"submit" value=
"Add" />
37 <input type=
"submit" value=
"Update" />
42 <input type=
"hidden" name=
"id" value=
"{$partner->id}" />
43 <input type=
"hidden" name=
"process" value=
"{$PROCESS}" />