Subversion Repositories DevTools

Rev

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

Rev 7286 Rev 7288
Line 641... Line 641...
641
		}
641
		}
642
    </style>
642
    </style>
643
   </head>
643
   </head>
644
 
644
 
645
   <body leftmargin="0" topmargin="0" >
645
   <body leftmargin="0" topmargin="0" >
-
 
646
	  <div id='divProgressBar' class='vixSpinner' style='visibility:hidden;position:fixed'></div>
646
         <%
647
         <%
647
         '-- FROM START --------------------------------------------------------------------------------------------------------------
648
         '-- FROM START --------------------------------------------------------------------------------------------------------------
648
         objFormComponent.FormName = "DaemonInstruction"
649
         objFormComponent.FormName = "DaemonInstruction"
649
         objFormComponent.FormClass = "form_tight"
650
         objFormComponent.FormClass = "form_tight"
650
         objFormComponent.Action = ScriptName &_
651
         objFormComponent.Action = ScriptName &_
Line 721... Line 722...
721
                  <tr>
722
                  <tr>
722
                    <td style="height:100px">
723
                    <td style="height:100px">
723
                    </td>
724
                    </td>
724
                  </tr>
725
                  </tr>
725
                 <tr>
726
                 <tr>
726
                    <td class=form_field_hdrgap colspan=3>
727
                    <td class=form_field_hdrgap colspan=3 align="right">
727
                       <table class="full_table">
-
 
728
                          <tr>
728
					<%
729
                             <td><%=ProgressBar()%></td>
-
 
730
                             <td align="right" >
-
 
731
                                <%
-
 
732
                                Dim disableText : disableText = ""
729
					Dim disableText : disableText = ""
733
                                If NOT ( (NOT bHidePackages AND parPv_id > 0 )  AND  ReleasesAvailable(parProj_id) AND DaemonsAvailable(parRtag_id) AND NOT bPreventSubmit AND IsNull(sMessage)) Then
730
					If NOT ( (NOT bHidePackages AND parPv_id > 0 )  AND  ReleasesAvailable(parProj_id) AND DaemonsAvailable(parRtag_id) AND NOT bPreventSubmit AND IsNull(sMessage)) Then
734
                                    disableText = "disabled=""disabled"""
731
						disableText = "disabled=""disabled"""
735
                                End If
732
					End If
736
                                %>
733
					%>
737
                                <button name="btn" type="submit" <%=disableText%>>Add/Update</button>
734
					<button name="btn" type="submit" <%=disableText%>>Add/Update</button>
738
                                <button name="btn" type="reset" onclick="parent.closeIFrame();">Cancel</button>
735
					<button name="btn" type="reset" onclick="parent.closeIFrame();">Cancel</button>
739
                             </td>
-
 
740
                          </tr>
-
 
741
                       </table>
-
 
742
                    </td>
736
                    </td>
743
                 </tr>
737
                 </tr>
744
               </table>
738
               </table>
745
            </td>
739
            </td>
746
         </tr>
740
         </tr>