Subversion Repositories DevTools

Rev

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

Rev 5982 Rev 5983
Line 102... Line 102...
102
              rsQry.MoveNext()
102
              rsQry.MoveNext()
103
          Wend
103
          Wend
104
          rsQry.Close()
104
          rsQry.Close()
105
          Set rsQry = nothing
105
          Set rsQry = nothing
106
          %>
106
          %>
107
        <%If canEdit Then%>
-
 
108
        <tr>
107
        <tr>
109
            <td background="images/bg_bage_0.gif"></td>
108
            <td background="images/bg_bage_0.gif"></td>
110
            <td bgcolor="#FFFFFF" class="body_row" nowrap colspan="2">
109
            <td bgcolor="#FFFFFF" nowrap colspan="2">
111
                <a href=""><%Call Action_Buttons("Add Licence")%></a>
110
                <%Call Action_Buttons_State("Add Licence", canEdit)%>
112
            </td>
111
            </td>
113
        </tr>
112
        </tr>
114
        <%End If%>
-
 
115
    </table>
113
    </table>
116
    <%=objPMod.ComposeHiddenTags()%>
114
    <%=objPMod.ComposeHiddenTags()%>
117
    <input type="hidden" name="action" value="true">
115
    <input type="hidden" name="action" value="true">
118
    <%Call objFormComponent.FormEnd()%>
116
    <%Call objFormComponent.FormEnd()%>
119
    </table>
117
    </table>