| Line 44... |
Line 44... |
| 44 |
%>
|
44 |
%>
|
| 45 |
<!-- Local Java Script -->
|
45 |
<!-- Local Java Script -->
|
| 46 |
<script language="JavaScript">
|
46 |
<script language="JavaScript">
|
| 47 |
// Local Tips
|
47 |
// Local Tips
|
| 48 |
formTips.tips.following = stdTip(200, 'Following', 'The user may \'follow\' a package in one or more Projects.<p>When the package is released the user will be notified by email.' );
|
48 |
formTips.tips.following = stdTip(200, 'Following', 'The user may \'follow\' a package in one or more Projects.<p>When the package is released the user will be notified by email.' );
|
| - |
|
49 |
formTips.tips.baseView = stdTip(200, 'Base View', 'The group to which that package has been logically assigned to within this release.'+
|
| - |
|
50 |
'<p>If a WIP or PENDING Version will replace a package already in this release then it will take on the base view of the existing package when it is released.'+
|
| - |
|
51 |
'<p>If the released package is in a different Base View, then it will be displayed in [square brackets]' );
|
| 49 |
formTips.tips.ripple_stop = stdTip(200, 'Ripple Stop', 'When set, will prevent the package being rippled. May be cleared to allow the ripple to continue.<p>If marked as \'Persistent\', then each new version will be marked to prevent rippling.' );
|
52 |
formTips.tips.ripple_stop = stdTip(200, 'Ripple Stop', 'When set, will prevent the package being rippled. May be cleared to allow the ripple to continue.<p>If marked as \'Persistent\', then each new version will be marked to prevent rippling.' );
|
| 50 |
formTips.tips.PreviousVcsTag = newTip(-150, 20, 200, 10, 'PREVIOUS VCS TAG','This is the vcs tag of the immediate ancestor version to the current package version.'+
|
53 |
formTips.tips.PreviousVcsTag = newTip(-150, 20, 200, 10, 'PREVIOUS VCS TAG','This is the vcs tag of the immediate ancestor version to the current package version.'+
|
| 51 |
'<br><br>NOTE:<br>Derivation of this has no sensitivity to the selected release.');
|
54 |
'<br><br>NOTE:<br>Derivation of this has no sensitivity to the selected release.');
|
| 52 |
formTips.tips.PreviousSignificantVcsTag= newTip(-150, 20, 200, 10, 'PREVIOUS SIGNIFICANT VCS TAG',
|
55 |
formTips.tips.PreviousSignificantVcsTag= newTip(-150, 20, 200, 10, 'PREVIOUS SIGNIFICANT VCS TAG',
|
| 53 |
'This is the vcs tag of the ancestor version immediately preceding a significant (non-ripple) change that led to the current package version.'+
|
56 |
'This is the vcs tag of the ancestor version immediately preceding a significant (non-ripple) change that led to the current package version.'+
|
| Line 985... |
Line 988... |
| 985 |
|
988 |
|
| 986 |
<tr>
|
989 |
<tr>
|
| 987 |
<td>
|
990 |
<td>
|
| 988 |
<%BuildEditButtonRaw (pkgInfoHash.Item("can_edit_in_project") = "1") AND (objAccessControl.UserLogedIn) AND (canActionInProject()) AND pkgInfoHash.Item("base_view_id") <> "",_
|
991 |
<%BuildEditButtonRaw (pkgInfoHash.Item("can_edit_in_project") = "1") AND (objAccessControl.UserLogedIn) AND (canActionInProject()) AND pkgInfoHash.Item("base_view_id") <> "",_
|
| 989 |
"Base View:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
992 |
"Base View:", "Edit", False, "src='images/i_edit.gif' width='12' height='12' border='0' align='absmiddle'",_
|
| 990 |
"MM_openVixIFrame('_wform_change_group.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Set Package Base View')" %>
|
993 |
"MM_openVixIFrame('_wform_change_group.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"','Set Package Base View')" %><%=Quick_Help("baseView")%>
|
| 991 |
</td>
|
994 |
</td>
|
| 992 |
<td class="clip">
|
995 |
<td class="clip">
|
| 993 |
<% Dim CleanView : CleanView = pkgInfoHash.Item("view_name")
|
996 |
<% Dim CleanView : CleanView = pkgInfoHash.Item("view_name")
|
| 994 |
If CleanView = "" Then CleanView = "N/A"
|
997 |
If CleanView = "" Then CleanView = "N/A"
|
| - |
|
998 |
If pkgInfoHash.Item("release_view_name") <> "" AND pkgInfoHash.Item("view_name") <> pkgInfoHash.Item("release_view_name") Then
|
| - |
|
999 |
Response.Write "[" & pkgInfoHash.Item("release_view_name") & "] "
|
| - |
|
1000 |
End If
|
| 995 |
Response.Write CleanView
|
1001 |
Response.Write CleanView
|
| 996 |
%>
|
1002 |
%>
|
| 997 |
</td>
|
1003 |
</td>
|
| 998 |
</tr>
|
1004 |
</tr>
|
| 999 |
|
1005 |
|