%
' It uses the following owned translations items:
' Lang Manager
' With this tool you can easily add/edit/del translation items cross xml files
' Translation
' Translations
' Name
' Options
' Current version file only
' All active version files
' File not exist
%>
<%
If IsAuthorizedBin(ROLE_ADMINISTRATOR) Then
DoAdminConfiguration()
End If
sTitlePage = GetTranslation("LANG_CONFIG_MANAGER")
%>
<%
If IsAuthorizedBin(ROLE_ADMINISTRATOR) Then
DisplayAdminConfigurationPage()
Else
CreateTable "Role", "", GetTranslation("LANG_MUST_HAVE_ROLE"), ""
End If
%>