31 print
"Error, template page can't be called as URL";
35print
"<!-- BEGIN PHP TEMPLATE productattributevalueline_title.tpl.php -->\n";
40print
'<tr class="liste_titre nodrag nodrop">';
44 print
'<td class="linecolnum center"> </td>';
48print
'<td class="linecolref">'.$langs->trans(
'Ref').
'</td>';
51print
'<td class="linecolvalue">'.$langs->trans(
'Value').
'</td>';
53print
'<td class="linecoledit"></td>';
55print
'<td class="linecoldelete" style="width: 10px"></td>';
57print
'<td class="linecolmove" style="width: 10px"></td>';
59if ($action ==
'selectlines') {
60 print
'<td class="linecolcheckall center">';
61 print
'<input type="checkbox" class="linecheckboxtoggle" />';
62 print
'<script>$(document).ready(function() {$(".linecheckboxtoggle").click(function() {var checkBoxes = $(".linecheckbox");checkBoxes.prop("checked", this.checked);})});</script>';
69print
"<!-- END PHP TEMPLATE productattributevalueline_title.tpl.php -->\n";
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.