Subversion Repositories DevTools

Rev

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

Rev 7292 Rev 7379
Line 462... Line 462...
462
// updateVersion is only called when adding packages to a release.
462
// updateVersion is only called when adding packages to a release.
463
function updateVersion( myPkgId, myParPkg_list )
463
function updateVersion( myPkgId, myParPkg_list )
464
{
464
{
465
    return checkSeletion(document.getElementById("pkgn" + myPkgId));
465
    return checkSeletion(document.getElementById("pkgn" + myPkgId));
466
}
466
}
467
 
-
 
468
//-->
467
//-->
469
</script>
468
</script>
470
<!-- DROPDOWN MENUS -->
469
<!-- DROPDOWN MENUS -->
471
<!--#include file="_menu_def.asp"-->
470
<!--#include file="_menu_def.asp"-->
472
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
471
<script language="JavaScript1.2" src="images/popup_menu.js?ver=<%=VixVerNum%>"></script>
Line 498... Line 497...
498
         <!-- MIDDLE ---------------------------------------->
497
         <!-- MIDDLE ---------------------------------------->
499
         <div style='width:600px' class=Panel>
498
         <div style='width:600px' class=Panel>
500
         <%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
499
         <%If parAdd_type = Cstr(enum_ADD_PACKAGES) Then%>
501
            <form name="addpkg" id="addpkg" method="post" action="_add_pkgs_to_release.asp" onSubmit="return checkVersion();">
500
            <form name="addpkg" id="addpkg" method="post" action="_add_pkgs_to_release.asp" onSubmit="return checkVersion();">
502
         <%ElseIf parAdd_type = Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then%>
501
         <%ElseIf parAdd_type = Cstr(enum_ADD_RUNTIME_DEPENDENCIES) Then%>
503
            <form name="addpkg" method="post" action="_add_runtime_dependencies.asp" onSubmit="return true">
502
            <form name="addpkg" method="post" action="_add_runtime_dependencies.asp" onSubmit="showGlobalProgress();return true">
504
         <%Else%>
503
         <%Else%>
505
            <form name="addpkg" method="post" action="_update_dependencies.asp" onSubmit="return true">
504
            <form name="addpkg" method="post" action="_update_dependencies.asp" onSubmit="showGlobalProgress();return true">
506
         <%End If%>
505
         <%End If%>
507
 
506
 
508
             <div class='rounded_box_caption'>
507
             <div class='rounded_box_caption'>
509
                <%=Page_Title ( parAdd_type )%>
508
                <%=Page_Title ( parAdd_type )%>
510
             </div>
509
             </div>