48 print
"Error, template page can't be called as URL";
52'@phan-var-force CommonObject $this
53 @phan-var-force CommonObject $object';
56if (empty($filtertype)) {
60print
"<!-- BEGIN PHP TEMPLATE reception/tpl/objectline_title.tpl.php -->\n";
66print
'<tr class="liste_titre nodrag nodrop">';
70 print
'<td class="linecolnum center"> </td>';
74print
'<th class="linecoldescription">'.$langs->trans(
'Description');
77print
'<th class="linecolqty right">'.$langs->trans(
'Qty').
'</th>';
82 print
'<th class="linecoluseunit left">'.$langs->trans(
'Unit').
'</th>';
85print
'<td class="linecoledit" style="width: 10px"></td>';
87print
'<td class="linecoldelete" style="width: 10px"></td>';
89print
'<td class="linecolmove" style="width: 10px"></td>';
91if ($action ==
'selectlines') {
92 print
'<td class="linecolcheckall center">';
93 print
'<input type="checkbox" class="linecheckboxtoggle" />';
94 print
'<script>$(document).ready(function() {$(".linecheckboxtoggle").click(function() {var checkBoxes = $(".linecheckbox");checkBoxes.prop("checked", this.checked);})});</script>';
101print
"<!-- END PHP TEMPLATE objectline_title.tpl.php -->\n";
if(! $sortfield) if(! $sortorder) $object
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.