#set ($title_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "AdminDialogs", "glossary.title")) #set ($closebutton_text = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.label")) #set ($closebutton_hint = $CommonFunctions.displayTermFromResourceBundle($currentUserId, "Controls", "controls.buttons.close.hint")) #set ($glossaryterm_text = $CommonFunctions.getEncodedTermFromResourceBundle($currentUserId, "AdminDialogs", "glossary.glossarytem")) #set ($showOrg = false) #if ($CommonFunctions.getNotUsed("Department").length() == 0) #set ($showOrg = true) #end #set ($showWorkflow = false) #if ($CommonFunctions.getNotUsed("Status").length() == 0) #set ($showWorkflow = true) #end #set ($showTypes = false) #if ($CommonFunctions.getNotUsed("Type").length() == 0) #set ($showTypes = true) #end #set ($showGroups = false) #if ($CommonFunctions.getNotUsed("Group").length() == 0) #set ($showGroups = true) #end #parse("viewconstants.vm") #parse("common_js.vm") $title_text #parse("systemmanager_js.vm")
$glossaryterm_text
#if ($showWorkflow) #parse("glossarystatus.vm") #end #if ($showTypes) #parse("glossarytypes.vm") #end #if ($showGroups) #parse("glossarygroups.vm") #end #if ($showOrg) #parse("glossaryorganizations.vm") #end #parse("glossaryskillclasses.vm") #parse("glossarybudgetclasses.vm") #parse("glossarytasktypes.vm") #parse("glossarycostcenters.vm") #foreach ($customCat in $customCategories) #set ($tableTitle = $CommonFunctions.displayReady($customCat.get(0).getName())) #set ($categoryID = $customCat.get(0).getCategoryId()) #parse("glossarycustomcategories.vm") #end
#if (!$isPrinting) #end