Subversion Repositories DevTools

Rev

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

Rev 7225 Rev 7245
Line 113... Line 113...
113
            <td nowrap><%=comment%></td>
113
            <td nowrap><%=comment%></td>
114
            <td nowrap><input disabled="1" type="checkbox" class="body_row"<%=showCheck(isaCots)%>></td>
114
            <td nowrap><input disabled="1" type="checkbox" class="body_row"<%=showCheck(isaCots)%>></td>
115
            <td nowrap><input disabled="1" type="checkbox" class="body_row"<%=showCheck(isVis)%>></td>
115
            <td nowrap><input disabled="1" type="checkbox" class="body_row"<%=showCheck(isVis)%>></td>
116
 
116
 
117
 
117
 
118
            <td nowrap><%Call objBtnControl.Render ( Array("btnEditProjectExtensions", "btnDeleteProjectExtension"), objAccessControl )%></td>
118
            <td nowrap class=tight><%Call objBtnControl.Render ( Array("btnEditProjectExtensions", "btnDeleteProjectExtension"), objAccessControl )%></td>
119
          </tr> 
119
          </tr> 
120
          <%
120
          <%
121
          rsQry.MoveNext()
121
          rsQry.MoveNext()
122
      Wend
122
      Wend
123
      rsQry.Close()
123
      rsQry.Close()
124
      Set rsQry = nothing
124
      Set rsQry = nothing
125
      %>
125
      %>
126
    
126
    
127
  <tr>
127
  <tr>
128
    <td colspan="5"><%Call Action_Buttons_State ( "Add Project Extension", bCanEdit )%></tr>
128
    <td colspan="5" class=tight><%Call Action_Buttons_State ( "Add Project Extension", bCanEdit )%></tr>
129
</table>
129
</table>
130
    </div>
130
    </div>
131
<!-- FOOTER -->
131
<!-- FOOTER -->
132
<!--#include file="_footer.asp"-->
132
<!--#include file="_footer.asp"-->
133
</body>
133
</body>