Subversion Repositories DevTools

Rev

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

Rev 151 Rev 155
Line 513... Line 513...
513
                  <td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
513
                  <td width="1%"><img src="images/h_trsp_dot.gif" width="10" height="30"></td>
514
                  <td width="1%" nowrap class="form_group" valign="bottom"></td>
514
                  <td width="1%" nowrap class="form_group" valign="bottom"></td>
515
                  <td nowrap width="1%">&nbsp; </td>
515
                  <td nowrap width="1%">&nbsp; </td>
516
                  <td nowrap width="100%">&nbsp;</td>
516
                  <td nowrap width="100%">&nbsp;</td>
517
               </tr>
517
               </tr>
-
 
518
               <%If NOT IsNull(parRtag_id) AND parRtag_id <> "" Then%>
518
               <tr>
519
               <tr>
519
                  <td>&nbsp;</td>
520
                  <td>&nbsp;</td>
520
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Pegged Version?<%=Quick_Help ( "pegged_version" )%></td>
521
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Pegged Version?<%=Quick_Help ( "pegged_version" )%></td>
521
                  <%
522
                  <%
522
                  Dim FRpeggedYES, FRpeggedNO, FRpegDisabled
523
                  Dim FRpeggedYES, FRpeggedNO, FRpegDisabled
Line 555... Line 556...
555
                        <br>
556
                        <br>
556
                        When set to Yes, this package version is never rippled in the current release regardless of the other ripple settings below.
557
                        When set to Yes, this package version is never rippled in the current release regardless of the other ripple settings below.
557
                     </font></b>
558
                     </font></b>
558
                  </td>
559
                  </td>
559
               </tr>
560
               </tr>
-
 
561
               <%End If%>
-
 
562
               <%If NOT IsNull(parRtag_id) AND parRtag_id <> "" Then%>
560
               <tr>
563
               <tr>
561
                  <td>&nbsp;</td>
564
                  <td>&nbsp;</td>
562
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Advisory Ripple Version?<%=Quick_Help ( "advisory_ripple_version" )%></td>
565
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Advisory Ripple Version?<%=Quick_Help ( "advisory_ripple_version" )%></td>
563
                  <%
566
                  <%
564
                  Dim FRadvripYES, FRadvripNO, FRadvripDisabled
567
                  Dim FRadvripYES, FRadvripNO, FRadvripDisabled
Line 598... Line 601...
598
                        When set to Yes, a new version of this package will not cause a ripple of higher level packages in the current release.
601
                        When set to Yes, a new version of this package will not cause a ripple of higher level packages in the current release.
599
                     </font></b>
602
                     </font></b>
600
                  </td>
603
                  </td>
601
 
604
 
602
               </tr>
605
               </tr>
-
 
606
               <%End If%>
-
 
607
               <%If NOT IsNull(parRtag_id) AND parRtag_id <> "" Then%>
603
               <tr>
608
               <tr>
604
                  <td>&nbsp;</td>
609
                  <td>&nbsp;</td>
605
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Build Inclusion?<%=Quick_Help ( "ripple_build" )%></td>
610
                  <td nowrap class="form_field" background="images/bg_form_lightbluedark.gif">Build Inclusion?<%=Quick_Help ( "ripple_build" )%></td>
606
                  <%
611
                  <%
607
                  FRripplebuildYES = ""
612
                  FRripplebuildYES = ""
Line 647... Line 652...
647
                        When set to No, this package and <u>all</u> packages which depend on this package, either directly or indirectly,<br>
652
                        When set to No, this package and <u>all</u> packages which depend on this package, either directly or indirectly,<br>
648
                        will be excluded from the build. When the Yes option is disabled, indicates this package has been excluded indirectly.
653
                        will be excluded from the build. When the Yes option is disabled, indicates this package has been excluded indirectly.
649
                     </font></b>
654
                     </font></b>
650
                  </td>
655
                  </td>
651
               </tr>
656
               </tr>
-
 
657
               <%End If%>
652
               <tr>
658
               <tr>
653
                  <td>&nbsp;</td>
659
                  <td>&nbsp;</td>
654
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Ripple Type?<%=Quick_Help ( "ripple_type" )%></td>
660
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_field">Ripple Type?<%=Quick_Help ( "ripple_type" )%></td>
655
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
661
                  <td nowrap background="images/bg_form_lightbluedark.gif" class="form_txt">
656
                    &nbsp;&nbsp;<% Call RenderRippleTypeCombo( objFormCollector.Item("ripple_field"), isDLocked )%>&nbsp;&nbsp;
662
                    &nbsp;&nbsp;<% Call RenderRippleTypeCombo( objFormCollector.Item("ripple_field"), isDLocked )%>&nbsp;&nbsp;