Subversion Repositories DevTools

Rev

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

Rev 7288 Rev 7292
Line 40... Line 40...
40
Sub ShowSidePanel
40
Sub ShowSidePanel
41
End Sub
41
End Sub
42
'----------------------------------------------
42
'----------------------------------------------
43
Sub ShowMainPanel
43
Sub ShowMainPanel
44
 %>
44
 %>
45
	<div id='ds_progressBar' class='vixSpinner' style='visibility:hidden;background-position-y:unset;top:unset;'></div>
-
 
46
    <table class="embedded_table" style="margin-bottom:10px; width:50%">
45
    <table class="embedded_table" style="margin-bottom:10px; width:50%">
47
      <tr>
46
      <tr>
48
         <td>
47
         <td>
49
            <span nowrap class="form_ttl">VIEW PACKAGE OWNER</span>
48
            <span nowrap class="form_ttl">VIEW PACKAGE OWNER</span>
50
            <!-- Section Top Border ---->
49
            <!-- Section Top Border ---->
Line 162... Line 161...
162
 
161
 
163
                    });
162
                    });
164
                    return json.data;
163
                    return json.data;
165
                },
164
                },
166
                beforeSend: function (){
165
                beforeSend: function (){
167
                     $("#ds_progressBar").css('visibility', 'visible');
166
                     $("#progressSpinner").css('visibility', 'visible');
168
                     $(document.body).css({ 'cursor': 'progress' });
167
                     $(document.body).css({ 'cursor': 'progress' });
169
                     $('#ds_info').empty();
168
                     $('#ds_info').empty();
170
                },
169
                },
171
                complete: function (){
170
                complete: function (){
172
                     $("#ds_progressBar").css('visibility', 'hidden');
171
                     $("#progressSpinner").css('visibility', 'hidden');
173
                     $(document.body).css({ 'cursor': 'auto' });
172
                     $(document.body).css({ 'cursor': 'auto' });
174
                },
173
                },
175
                error: function(jqXHR, textStatus, errorThrown) {
174
                error: function(jqXHR, textStatus, errorThrown) {
176
                    $('#ds_info').text("Error:" + errorThrown);
175
                    $('#ds_info').text("Error:" + errorThrown);
177
                    //if fails
176
                    //if fails