Subversion Repositories DevTools

Rev

Rev 6874 | Rev 7288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6874 Rev 6882
Line 470... Line 470...
470
<!-- DROPDOWN MENUS -->
470
<!-- DROPDOWN MENUS -->
471
<!--#include file="_menu_def.asp"-->
471
<!--#include file="_menu_def.asp"-->
472
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
472
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
473
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
473
<script language="JavaScript" src="images/tipster.js?ver=<%=VixVerNum%>"></script>
474
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
474
<script language="JavaScript" src="images/_help_tips.js?ver=<%=VixVerNum%>"></script>
-
 
475
<script language="JavaScript" type="text/javascript">
-
 
476
formTips.tips.existingVersion = newTip(-150, 20, 150, 10, 'EXISTING VERSION','Select a version from a list of existing versions.');
-
 
477
formTips.tips.addPending      = stdTip(300, 'Add to Pending', 'Add the packages to the release as "Pending".' +
-
 
478
                                                          '<p>If a WIP package is added to Pending it cannot be moved to the WIP State. It will be removed from the Release if it is rejected.' + 
-
 
479
                                                          '<p>A WIP added directly to the Release will be placed in the WIP Tab.' 
-
 
480
                                                          );
-
 
481
</script>
475
</head>
482
</head>
476
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
483
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
477
<!--#include file="_jquery_includes.asp"-->
484
<!--#include file="_jquery_includes.asp"-->
478
<!-- HEADER -->
485
<!-- HEADER -->
479
<!--#include file="_header.asp"-->
486
<!--#include file="_header.asp"-->
Line 556... Line 563...
556
                    </span>
563
                    </span>
557
                    <input type="reset" name="btn" value="&laquo; Back" onClick="history.back();">
564
                    <input type="reset" name="btn" value="&laquo; Back" onClick="history.back();">
558
                    <input type="reset" name="btn" value="Cancel" onClick="history.go(-3);">
565
                    <input type="reset" name="btn" value="Cancel" onClick="history.go(-3);">
559
                    <input type="submit" name="btn" value="  Add  " >
566
                    <input type="submit" name="btn" value="  Add  " >
560
                    <%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
567
                    <%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
561
                    <span><input type="checkbox" name="iMode" value="pending">Add to Pending</span>
568
                    <span><input type="checkbox" name="iMode" value="pending">Add to Pending <%=Quick_Help("addPending")%></span>
562
                    <%End If%>
569
                    <%End If%>
563
                    <input type="hidden" name="update_type" value="add_custom">
570
                    <input type="hidden" name="update_type" value="add_custom">
564
                    <input type="hidden" name="pv_id" value="<%=parPv_id%>">
571
                    <input type="hidden" name="pv_id" value="<%=parPv_id%>">
565
                    <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
572
                    <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
566
                    <input type="hidden" name="pkg_list" value="<%=parPkg_list%>">
573
                    <input type="hidden" name="pkg_list" value="<%=parPkg_list%>">