| Line 66... |
Line 66... |
| 66 |
formTips.tips.h_wip = stdTip(300, 'Work In Progress', 'These are versions of packages that have not yet been Released.' +
|
66 |
formTips.tips.h_wip = stdTip(300, 'Work In Progress', 'These are versions of packages that have not yet been Released.' +
|
| 67 |
'<p>The versions are associated with a Release and are considered to be a "Work In Progress".' +
|
67 |
'<p>The versions are associated with a Release and are considered to be a "Work In Progress".' +
|
| 68 |
'<p>Consider Releasing or Deleting these versions.'
|
68 |
'<p>Consider Releasing or Deleting these versions.'
|
| 69 |
);
|
69 |
);
|
| 70 |
formTips.tips.h_dangling = stdTip(300, 'Dangling Versions', 'Dangling package versions are versions of a package that have not been released and are not associated with any Release.' +
|
70 |
formTips.tips.h_dangling = stdTip(300, 'Dangling Versions', 'Dangling package versions are versions of a package that have not been released and are not associated with any Release.' +
|
| 71 |
'<p>These are commonly caused by "Removing" a WIP instead of "Deleting" it.' +
|
71 |
'<p>These are commonly caused by "Removing" a WIP instead of "Destroying" it.' +
|
| 72 |
'<p>Please consider deleting these versions.'
|
72 |
'<p>Please consider destroying these versions.'
|
| 73 |
);
|
73 |
);
|
| 74 |
|
74 |
|
| 75 |
function RequestUserWip( paramString, rowId ){
|
75 |
function RequestUserWip( paramString, rowId ){
|
| 76 |
var requestURL = 'RequestUserWip.asp';
|
76 |
var requestURL = 'RequestUserWip.asp';
|
| 77 |
|
77 |
|