@@ -954,7 +954,7 @@ |
||
| 954 | 954 | } |
| 955 | 955 | $result .= $linkend; |
| 956 | 956 | global $action; |
| 957 | - $hookmanager->initHooks(array($this->element . 'dao')); |
|
| 957 | + $hookmanager->initHooks(array($this->element.'dao')); |
|
| 958 | 958 | $parameters = array('id'=>$this->id, 'getnomurl' => &$result); |
| 959 | 959 | $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks |
| 960 | 960 | if ($reshook > 0) { |
@@ -987,7 +987,7 @@ |
||
| 987 | 987 | $result .= $linkend; |
| 988 | 988 | |
| 989 | 989 | global $action; |
| 990 | - $hookmanager->initHooks(array($this->element . 'dao')); |
|
| 990 | + $hookmanager->initHooks(array($this->element.'dao')); |
|
| 991 | 991 | $parameters = array('id'=>$this->id, 'getnomurl' => &$result); |
| 992 | 992 | $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks |
| 993 | 993 | if ($reshook > 0) { |
@@ -1642,7 +1642,7 @@ |
||
| 1642 | 1642 | $result .= $link.dol_trunc(($this->ref ? $this->ref : $this->label), $maxlength).$linkend; |
| 1643 | 1643 | } |
| 1644 | 1644 | global $action; |
| 1645 | - $hookmanager->initHooks(array($this->element . 'dao')); |
|
| 1645 | + $hookmanager->initHooks(array($this->element.'dao')); |
|
| 1646 | 1646 | $parameters = array('id'=>$this->id, 'getnomurl' => &$result); |
| 1647 | 1647 | $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks |
| 1648 | 1648 | if ($reshook > 0) { |
@@ -987,7 +987,7 @@ |
||
| 987 | 987 | $result .= $linkend; |
| 988 | 988 | |
| 989 | 989 | global $action; |
| 990 | - $hookmanager->initHooks(array($this->element . 'dao')); |
|
| 990 | + $hookmanager->initHooks(array($this->element.'dao')); |
|
| 991 | 991 | $parameters = array('id'=>$this->id, 'getnomurl' => &$result); |
| 992 | 992 | $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks |
| 993 | 993 | if ($reshook > 0) { |
@@ -987,7 +987,7 @@ |
||
| 987 | 987 | $result .= $linkend; |
| 988 | 988 | |
| 989 | 989 | global $action; |
| 990 | - $hookmanager->initHooks(array($this->element . 'dao')); |
|
| 990 | + $hookmanager->initHooks(array($this->element.'dao')); |
|
| 991 | 991 | $parameters = array('id'=>$this->id, 'getnomurl' => &$result); |
| 992 | 992 | $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks |
| 993 | 993 | if ($reshook > 0) { |
@@ -954,7 +954,7 @@ |
||
| 954 | 954 | } |
| 955 | 955 | $result .= $linkend; |
| 956 | 956 | global $action; |
| 957 | - $hookmanager->initHooks(array($this->element . 'dao')); |
|
| 957 | + $hookmanager->initHooks(array($this->element.'dao')); |
|
| 958 | 958 | $parameters = array('id'=>$this->id, 'getnomurl' => &$result); |
| 959 | 959 | $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks |
| 960 | 960 | if ($reshook > 0) { |
@@ -987,7 +987,7 @@ |
||
| 987 | 987 | $result .= $linkend; |
| 988 | 988 | |
| 989 | 989 | global $action; |
| 990 | - $hookmanager->initHooks(array($this->element . 'dao')); |
|
| 990 | + $hookmanager->initHooks(array($this->element.'dao')); |
|
| 991 | 991 | $parameters = array('id'=>$this->id, 'getnomurl' => &$result); |
| 992 | 992 | $reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks |
| 993 | 993 | if ($reshook > 0) { |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | |
| 92 | 92 | // Object card |
| 93 | 93 | // ------------------------------------------------------------ |
| 94 | - $linkback = '<a href="' . DOL_URL_ROOT . '/asset/list.php?restore_lastsearch_values=1' . (!empty($socid) ? '&socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>'; |
|
| 94 | + $linkback = '<a href="'.DOL_URL_ROOT.'/asset/list.php?restore_lastsearch_values=1'.(!empty($socid) ? '&socid='.$socid : '').'">'.$langs->trans("BackToList").'</a>'; |
|
| 95 | 95 | |
| 96 | 96 | $morehtmlref = '<div class="refidno">'; |
| 97 | 97 | $morehtmlref .= '</div>'; |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | |
| 106 | 106 | |
| 107 | 107 | $cssclass = "titlefield"; |
| 108 | - include DOL_DOCUMENT_ROOT . '/core/tpl/notes.tpl.php'; |
|
| 108 | + include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'; |
|
| 109 | 109 | |
| 110 | 110 | print '</div>'; |
| 111 | 111 | |
@@ -91,7 +91,7 @@ |
||
| 91 | 91 | |
| 92 | 92 | // Object card |
| 93 | 93 | // ------------------------------------------------------------ |
| 94 | - $linkback = '<a href="' . DOL_URL_ROOT . '/asset/list.php?restore_lastsearch_values=1' . (!empty($socid) ? '&socid=' . $socid : '') . '">' . $langs->trans("BackToList") . '</a>'; |
|
| 94 | + $linkback = '<a href="'.DOL_URL_ROOT.'/asset/list.php?restore_lastsearch_values=1'.(!empty($socid) ? '&socid='.$socid : '').'">'.$langs->trans("BackToList").'</a>'; |
|
| 95 | 95 | |
| 96 | 96 | $morehtmlref = '<div class="refidno">'; |
| 97 | 97 | $morehtmlref .= '</div>'; |