#IF(#DEFINED(#Text) OR #DEFINED(#Description)) #GUI.item( "active" = 1, "id" = "tab-product-description", "Title" = "{Description}", "Content" = {(
#IF(#Text) #BLOCK("InlineEditor", "html", #Object, "Text", "Tag=div;Class=CategoryText")#Text[0]#ENDBLOCK #ELSE #BLOCK("InlineEditor", "html", #Object, "Text", "Tag=div;Class=CategoryText")#Description[0]#ENDBLOCK #ENDIF
#INCLUDE("Content-UserAttributes") )} ) #ENDIF