32  print 
"Error, template page can't be called as URL";
 
   36print 
"<!-- BEGIN PHP TEMPLATE productattributevalueline_title.tpl.php -->\n";
 
   41print 
'<tr class="liste_titre nodrag nodrop">';
 
   45  print 
'<td class="linecolnum center"> </td>';
 
   49print 
'<td class="linecolref">'.$langs->trans(
'Ref').
'</td>';
 
   52print 
'<td class="linecolvalue">'.$langs->trans(
'Value').
'</td>';
 
   54print 
'<td class="linecoledit"></td>'; 
 
   56print 
'<td class="linecoldelete" style="width: 10px"></td>';
 
   58print 
'<td class="linecolmove" style="width: 10px"></td>';
 
   60if ($action == 
'selectlines') {
 
   61  print 
'<td class="linecolcheckall center">';
 
   62  print 
'<input type="checkbox" class="linecheckboxtoggle" />';
 
   63  print 
'<script>$(document).ready(function() {$(".linecheckboxtoggle").click(function() {var checkBoxes = $(".linecheckbox");checkBoxes.prop("checked", this.checked);})});</script>';
 
   70print 
"<!-- END PHP TEMPLATE productattributevalueline_title.tpl.php -->\n";
 
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
 
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.