%@LANGUAGE="VBSCRIPT"%> <% '===================================================== '| | '| ADMIN Page | '| admin_gbe_buildstandard.asp '| | '===================================================== %> <% Option explicit ' Good idea to set when using redirect Response.Expires = 0 ' always load the page, dont store %> <% '------------ ACCESS CONTROL ------------------ %> <% '------------ Variable Definition ------------- Dim objBtnControl Dim bCanEdit '------------ Constants Declaration ----------- '------------ Variable Init ------------------- Set objBtnControl = New ActionButtonControl bCanEdit = canActionControl("ConfigureBuildService") '---------------------------------------------- %>
| Build Standard | Sub Type | Edit |
|---|---|---|
| <%=rsQry("bs_name")%> | <%=rsQry("bsa_name")%> | <%Call objBtnControl.Render( Array("btnEditGBE_BuildStandard", "btnDeleteGBE_BuildStandard"), objAccessControl )%> |
| <%Call Action_Buttons_State("Add GBE_BUILDSTANDARD", bCanEdit)%> | ||