Subversion Repositories DevTools

Rev

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

Rev 7250 Rev 7288
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>
45
    <table class="embedded_table" style="margin-bottom:10px; width:50%">
46
    <table class="embedded_table" style="margin-bottom:10px; width:50%">
46
      <tr>
47
      <tr>
47
         <td>
48
         <td>
48
            <span nowrap class="form_ttl">VIEW PACKAGE OWNER</span>
49
            <span nowrap class="form_ttl">VIEW PACKAGE OWNER</span>
49
            <!-- Section Top Border ---->
50
            <!-- Section Top Border ---->
Line 67... Line 68...
67
                    </tbody>
68
                    </tbody>
68
                </table>
69
                </table>
69
                <div id='iframeTxData' style='visibility:hidden;display:none'></div>
70
                <div id='iframeTxData' style='visibility:hidden;display:none'></div>
70
                <!-- Info / Ajax Progress bar -->
71
                <!-- Info / Ajax Progress bar -->
71
                <div class='bg_dialog body_txt' style='position:relative;min-height:19px;' >
72
                <div class='bg_dialog body_txt' style='position:relative;min-height:19px;' >
72
                    <img id='ds_progressBar' style='visibility:hidden;position: absolute;display: block' src='icons/i_processing.gif' width='79' height='14'>
-
 
73
                    <div id='ds_info'  style='position: absolute;'></div>
73
                    <div id='ds_info'  style='position: absolute;'></div>
74
                    <div>
74
                    <div>
75
                          <button id='ds_refresh'  class='rmbutton' style="display:inline; float:right;">Refresh</button>
75
                          <button id='ds_refresh'  class='rmbutton' style="display:inline; float:right;">Refresh</button>
76
                          <button id='ds_setOwner' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Set Owner</button>
76
                          <button id='ds_setOwner' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Set Owner</button>
77
                          <button id='ds_clearAll' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Clear All</button>
77
                          <button id='ds_clearAll' class='rmbutton' style="display:inline; float:right;" <%=modifyState%>>Clear All</button>