Subversion Repositories DevTools

Rev

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

Rev 6793 Rev 6827
Line 71... Line 71...
71
          name = rsQry("name")
71
          name = rsQry("name")
72
          lic_id = rsQry("licence")
72
          lic_id = rsQry("licence")
73
          %>
73
          %>
74
          <tr>  
74
          <tr>  
75
            <td nowrap><%=name%></td>
75
            <td nowrap><%=name%></td>
76
            <td nowrap align=center>
76
            <%BuildActionButtonClick canEdit, "", "Edit", FALSE, _
77
              <%If canEdit Then%>
77
                  LIMG_EDIT,_
78
                <a href="javascript:;" onclick="MM_openVixIFrame('_wform_edit_licences.asp?lic_id=<%=lic_id%>','Edit Licence Name')"><%=LIMG_EDIT%></a>
78
                  "MM_openVixIFrame('_wform_edit_licences.asp?lic_id="&lic_id&"','Edit Licence Name')" %>
79
              <%Else%>
-
 
80
                <%=LIMG_EDIT_DISABLED%>
-
 
81
              <%End If%>
-
 
82
            </td>
79
            </td>
83
          </tr> 
80
          </tr> 
84
          <%
81
          <%
85
          rsQry.MoveNext()
82
          rsQry.MoveNext()
86
      Wend
83
      Wend