| Line 1020... |
Line 1020... |
| 1020 |
objForm.SetValue "FRlabel", sLabel
|
1020 |
objForm.SetValue "FRlabel", sLabel
|
| 1021 |
End If
|
1021 |
End If
|
| 1022 |
End If
|
1022 |
End If
|
| 1023 |
%>
|
1023 |
%>
|
| 1024 |
|
1024 |
|
| 1025 |
<input type="text" name="FRlabel" id="FRlabel" maxlength="50" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);validateSvnTag();" value="<%=sLabel%>" <%=sLabelReadOnly%>>
|
1025 |
<input type="text" name="FRlabel" id="FRlabel" maxlength="120" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);validateSvnTag();" value="<%=sLabel%>" <%=sLabelReadOnly%>>
|
| 1026 |
<%
|
1026 |
<%
|
| 1027 |
If objFormCollector.Item("build_type") = "M" Then
|
1027 |
If objFormCollector.Item("build_type") = "M" Then
|
| 1028 |
%> <br> Example: <%=sDefaultLabel%>@1234<br> <%
|
1028 |
%> <br> Example: <%=sDefaultLabel%>@1234<br> <%
|
| 1029 |
Else
|
1029 |
Else
|
| 1030 |
%> <br> Example: <%=sDefaultLabel%>[@1234]<br> <%
|
1030 |
%> <br> Example: <%=sDefaultLabel%>[@1234]<br> <%
|
| Line 1044... |
Line 1044... |
| 1044 |
</tr>
|
1044 |
</tr>
|
| 1045 |
|
1045 |
|
| 1046 |
<tr>
|
1046 |
<tr>
|
| 1047 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Label<%=Quick_Help ( "pkg_label" )%></td>
|
1047 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Label<%=Quick_Help ( "pkg_label" )%></td>
|
| 1048 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
|
1048 |
<td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
|
| 1049 |
<input type="text" name="FRlabel" id="FRlabel" maxlength="50" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);" value="<%=objForm.GetValue( "FRlabel", objFormCollector.Item("pkg_label") )%>" >
|
1049 |
<input type="text" name="FRlabel" id="FRlabel" maxlength="120" size="60" class="form_item" <%=disableCriticalSectionEdit%> onchange="strip_whitespace(this);" value="<%=objForm.GetValue( "FRlabel", objFormCollector.Item("pkg_label") )%>" >
|
| 1050 |
</td>
|
1050 |
</td>
|
| 1051 |
</tr>
|
1051 |
</tr>
|
| 1052 |
|
1052 |
|
| 1053 |
<%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_UNCONTROLLED_TAG) Then%>
|
1053 |
<%ElseIf (objFormCollector.Item("vcs_tag") = enum_VCS_UNCONTROLLED_TAG) Then%>
|
| 1054 |
<input name="FRpath" type="hidden" id="FRpath" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>">
|
1054 |
<input name="FRpath" type="hidden" id="FRpath" value="<%=objForm.GetValue( "FRpath", objFormCollector.Item("src_path") )%>">
|