Subversion Repositories DevTools

Rev

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

Rev 6793 Rev 6916
Line 101... Line 101...
101
            <td nowrap><input type="checkbox" disabled <%=activeChecked%> ></td>
101
            <td nowrap><input type="checkbox" disabled <%=activeChecked%> ></td>
102
            <td nowrap><%=server_name%></td>
102
            <td nowrap><%=server_name%></td>
103
            <td nowrap><%=display_name%></td>
103
            <td nowrap><%=display_name%></td>
104
            <td nowrap><%=replicationMode%></td>
104
            <td nowrap><%=replicationMode%></td>
105
            <td   wrap><%=description%></td>
105
            <td   wrap><%=description%></td>
106
            <td nowrap><%Call objBtnControl.Render( Array("btnEditBlatMachine", "btnDeleteBlatMachine"), objAccessControl )%></td>
106
            <td nowrap class=tight><%Call objBtnControl.Render( Array("btnEditBlatMachine", "btnDeleteBlatMachine"), objAccessControl )%></td>
107
          </tr> 
107
          </tr> 
108
          <%
108
          <%
109
          rsQry.MoveNext()
109
          rsQry.MoveNext()
110
      Wend
110
      Wend
111
      rsQry.Close()
111
      rsQry.Close()
112
      Set rsQry = nothing
112
      Set rsQry = nothing
113
      %>
113
      %>
114
    
114
    
115
  <tr>
115
  <tr>
116
    <td nowrap colspan=6 align=right><%Call Action_Buttons_State("Add Package Replica", bCanEdit)%>
116
    <td class='tight nowrap' colspan=6 align=right><%Call Action_Buttons_State("Add Package Replica", bCanEdit)%>
117
  </tr>
117
  </tr>
118
 
118
 
119
</table>
119
</table>
120
    </div>
120
    </div>
121
<!-- FOOTER -->
121
<!-- FOOTER -->