Subversion Repositories DevTools

Rev

Rev 29 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 41
Line 184... Line 184...
184
        <td valign="top"><%=objFormComponent.TextBox ( "bom_full_version", objFormCollector.Item("bom_full_version"), "size='60' class='form_ivalue' disabled" )%></td>
184
        <td valign="top"><%=objFormComponent.TextBox ( "bom_full_version", objFormCollector.Item("bom_full_version"), "size='60' class='form_ivalue' disabled" )%></td>
185
		<td valign="top"></td>
185
		<td valign="top"></td>
186
      </tr>
186
      </tr>
187
	  <tr>
187
	  <tr>
188
        <td nowrap class="form_iname" valign="top">Release Manager Reference</td>
188
        <td nowrap class="form_iname" valign="top">Release Manager Reference</td>
189
        <td valign="top"><%=objFormComponent.Combo ( "rtag_id_fk", GetRMReleaseList( objForm.GetValue( "rtag_id_fk", objFormCollector.Item("rtag_id_fk") ), objProjCollector.Item ("rm_projects_fk") ), TRUE, "class='form_ivalue'" )%></td>
189
        <td valign="top"><%=objFormComponent.Combo ( "rtag_id_fk", GetRMReleaseList( objForm.GetValue( "rtag_id_fk", objFormCollector.Item("rtag_id_fk") ), objProjCollector.Item ("proj_id") ), TRUE, "class='form_ivalue'" )%></td>
190
		<td valign="top"></td>
190
		<td valign="top"></td>
191
      </tr>
191
      </tr>
192
      <tr>
192
      <tr>
193
        <td valign="top" nowrap class="form_iname">Bom Comments</td>
193
        <td valign="top" nowrap class="form_iname">Bom Comments</td>
194
        <td valign="top"><%=objFormComponent.TextArea ( "bom_comments", objForm.GetValue( "bom_comments", objFormCollector.Item("bom_comments") ), 10, 60, "class='form_ivalue'" )%></td>
194
        <td valign="top"><%=objFormComponent.TextArea ( "bom_comments", objForm.GetValue( "bom_comments", objFormCollector.Item("bom_comments") ), 10, 60, "class='form_ivalue'" )%></td>