41if (empty($object) || !is_object($object)) {
42 print
"Error, template page can't be called as URL";
46print
"<!-- BEGIN PHP TEMPLATE objectline_title.tpl.php -->\n";
51print
'<tr class="liste_titre nodrag nodrop">';
54if (!empty($conf->global->MAIN_VIEW_LINE_NUMBER)) {
55 print
'<td class="linecolnum center"> </td>';
59print
'<td class="linecollabel">'.$langs->trans(
'SkillType').
'</td>';
62print
'<td class="linecollabel">'.$langs->trans(
'Label').
'</td>';
65print
'<td class="linecoldescription">'.$langs->trans(
'Description').
'</td>';
68print
'<td class="linecolrank right" style="width: 80px">'.$form->textwithpicto($langs->trans(
"Level"), $langs->trans(
'EmployeeRank')).
'</td>';
80print
"<!-- END PHP TEMPLATE objectline_title.tpl.php -->\n";