%@LANGUAGE="VBSCRIPT"%> <% '===================================================== '| | '| ADMIN licences | '| | '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- Dim canEdit '------------ Constants Declaration ----------- '------------ Variable Init ------------------- canEdit = canActionControl("ConfigureLicenses") AND canActionControl("ConfigureBuildService") '---------------------------------------------- %>
| LICENCE NAME | Edit |
|---|---|
| <%=name%> | <% BuildActionButtonClickRaw canEdit, "", "Edit", FALSE, _ LIMG_EDIT,_ "MM_openVixIFrame('_wform_edit_licences.asp?lic_id="&lic_id&"','Edit Licence Name')" %> |
| <%Call Action_Buttons_State("Add Licence", canEdit)%> | |