[% PROCESS 'elements.html' %]
[% title %]
[% PROCESS input element_data = { type = "hidden" name = "class_id" value = class_id } %]
[% PROCESS input element_data = { type = "text" class = "control_code" name = "tag" value = tag label = text('Control Code') #' size = 32 } %]
[% PROCESS input element_data = { label = text("Description:") name = "description" class = "description" value = description type = "text" } %]
[% PROCESS input element_data = { label = text("Active On") #" name = "active_on" class = "date" value = active_on type = "text" size = 12 } %]
[% PROCESS button element_data = { text = text("Search") type = "submit" class = "submit" name = "__action" value = "asset_results" } %]