diff --git a/classes/templateadmintools.php b/classes/templateadmintools.php index 579007b..a6f8930 100644 --- a/classes/templateadmintools.php +++ b/classes/templateadmintools.php @@ -42,12 +42,13 @@ public static function fetch_template_table() { $table->id = 'filter_generico_template_list'; $table->head = array( get_string('name'), + get_string('templatekey'), get_string('version'), get_string('description') ); $table->headspan = array(1, 1, 1); $table->colclasses = array( - 'templatenamecol', 'templateversioncol', 'templateinstructionscol' + 'templatenamecol', 'templatekeycol', 'templateversioncol', 'templateinstructionscol' ); //loop through templates and add to table @@ -147,4 +148,4 @@ public static function fetch_template_details($conf) { } return $ret; }//end of fetch_templates function -}//end of class \ No newline at end of file +}//end of class