| Line 310... |
Line 310... |
| 310 |
</head>
|
310 |
</head>
|
| 311 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
311 |
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" onload="self.focus();">
|
| 312 |
<form name="chgroup" method="post" action="<%=scriptName%>" class="form_tight">
|
312 |
<form name="chgroup" method="post" action="<%=scriptName%>" class="form_tight">
|
| 313 |
<table border="0" cellspacing="0" cellpadding="2">
|
313 |
<table border="0" cellspacing="0" cellpadding="2">
|
| 314 |
<tr>
|
314 |
<tr>
|
| 315 |
<td background="images/lbox_bg_blue.gif" align="right">
|
- |
|
| 316 |
<input type="submit" name="btn" value="Move" <%=Iif(bPreventSubmit, "disabled", "")%> class="form_btn_comp form_btn">
|
- |
|
| 317 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
|
- |
|
| 318 |
</td>
|
- |
|
| 319 |
</tr>
|
- |
|
| 320 |
<tr>
|
- |
|
| 321 |
<td>
|
315 |
<td>
|
| 322 |
<!-- MESSAGE ++++++++++++++++++++++++++++++++++++++++++++++ -->
|
316 |
<!-- MESSAGE ++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 323 |
<%Call Messenger ( sMessage , sMessageType, "100%" )%>
|
317 |
<%Call Messenger ( sMessage , sMessageType, "100%" )%>
|
| 324 |
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
318 |
<!-- MESSAGE +++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
| 325 |
<!--#include file="messages/_msg_inline.asp"-->
|
319 |
<!--#include file="messages/_msg_inline.asp"-->
|
| 326 |
</td>
|
- |
|
| 327 |
</td>
|
320 |
</td>
|
| 328 |
<tr>
|
321 |
<tr>
|
| 329 |
<td valign="top" nowrap class="wform_ttl" background="images/bg_form_lightgray.gif">
|
322 |
<td valign="top" nowrap class="wform_ttl" background="images/bg_form_lightgray.gif">
|
| 330 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
323 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 331 |
<tr>
|
324 |
<tr>
|
| Line 366... |
Line 359... |
| 366 |
<tr>
|
359 |
<tr>
|
| 367 |
<td width="1%"> </td>
|
360 |
<td width="1%"> </td>
|
| 368 |
<%=Get_Releases(parProj_id, parNewRtag_id)%>
|
361 |
<%=Get_Releases(parProj_id, parNewRtag_id)%>
|
| 369 |
<td nowrap width="100%"> </td>
|
362 |
<td nowrap width="100%"> </td>
|
| 370 |
</tr>
|
363 |
</tr>
|
| 371 |
|
- |
|
| 372 |
<tr>
|
- |
|
| 373 |
<td width="1%"> </td>
|
- |
|
| 374 |
<td width="1%" nowrap class="form_field"><img src="images/h_trsp_dot.gif" width="100" height="10"></td>
|
- |
|
| 375 |
<td nowrap width="100%"> </td>
|
- |
|
| 376 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
- |
|
| 377 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
- |
|
| 378 |
<input type="hidden" name="new_rtag_id" value="<%=parNewRtag_id%>">
|
- |
|
| 379 |
<input type="hidden" name="view_id" value="<%=pkgInfoHash.Item("view_id")%>">
|
- |
|
| 380 |
<input type="hidden" name="rfile" value="<%=parRfile%>">
|
- |
|
| 381 |
<input type="hidden" name="action" value="true">
|
- |
|
| 382 |
</tr>
|
- |
|
| 383 |
</table>
|
364 |
</table>
|
| 384 |
</td>
|
365 |
</td>
|
| 385 |
</tr>
|
366 |
</tr>
|
| 386 |
<tr>
|
367 |
<tr>
|
| 387 |
<td valign="top" nowrap class="wform_ttl" background="images/bg_form_lightgray.gif">
|
368 |
<td valign="top" nowrap class="wform_ttl" background="images/bg_form_lightgray.gif">
|
| 388 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
369 |
<table width="100%" border="0" cellspacing="1" cellpadding="2">
|
| 389 |
<tr>
|
370 |
<tr>
|
| 390 |
<td width="1%" wrap class="form_group" valign="bottom">
|
371 |
<td width="1%" wrap class="form_group" valign="bottom">
|
| 391 |
WARNING:<br>
|
372 |
<img src="images/i_warning.gif" width="16" height="16">
|
| 392 |
The destination release may not satisfy any or all the dependencies that come with
|
373 |
The destination release may not satisfy any or all the dependencies that come with
|
| 393 |
the WIP you are about to move. It is your responsibility to rectify this in the
|
374 |
the WIP you are about to move. It is your responsibility to rectify this in the
|
| 394 |
destination release.
|
375 |
destination release.
|
| 395 |
</td>
|
376 |
</td>
|
| 396 |
</tr>
|
377 |
</tr>
|
| 397 |
</table>
|
378 |
</table>
|
| 398 |
</td>
|
379 |
</td>
|
| 399 |
</tr>
|
380 |
</tr>
|
| - |
|
381 |
<tr>
|
| - |
|
382 |
<td align="right">
|
| - |
|
383 |
<input type="submit" name="btn" value="Move" <%=Iif(bPreventSubmit, "disabled", "")%> class="form_btn_comp form_btn">
|
| - |
|
384 |
<input type="reset" name="btn" value="Cancel" class="form_btn_comp" onclick="parent.closeIFrame();">
|
| - |
|
385 |
</td>
|
| - |
|
386 |
</tr>
|
| 400 |
</table>
|
387 |
</table>
|
| - |
|
388 |
<input type="hidden" name="pv_id" value="<%=parPv_id%>">
|
| - |
|
389 |
<input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
|
| - |
|
390 |
<input type="hidden" name="new_rtag_id" value="<%=parNewRtag_id%>">
|
| - |
|
391 |
<input type="hidden" name="view_id" value="<%=pkgInfoHash.Item("view_id")%>">
|
| - |
|
392 |
<input type="hidden" name="rfile" value="<%=parRfile%>">
|
| - |
|
393 |
<input type="hidden" name="action" value="true">
|
| 401 |
</form>
|
394 |
</form>
|
| 402 |
<!-- TIPS LAYERS -------------------------------------->
|
395 |
<!-- TIPS LAYERS -------------------------------------->
|
| 403 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
396 |
<div id="formTipsLayer" style="position: absolute; z-index: 1000; visibility: hidden; left:0; top: 0; width: 10"> </div>
|
| 404 |
<!----------------------------------------------------->
|
397 |
<!----------------------------------------------------->
|
| 405 |
</body>
|
398 |
</body>
|