Home
last modified time | relevance | path

Searched refs:morehtmlleft (Results 1 – 4 of 4) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php1595 * @param string $morehtmlleft More html code to show before ref
1674 $morehtmlleft .= '<!-- No photo to show -->';
1676 $morehtmlleft .= $nophoto;
1677 $morehtmlleft .= '</div></div>';
1744 $morehtmlleft .= $phototoshow;
1745 $morehtmlleft .= '</div>';
1751 $morehtmlleft .= '<div class="floatleft inline-block valignmiddle divphotoref">';
1763 $morehtmlleft .= '<!-- No photo to show -->';
1765 $morehtmlleft .= $nophoto;
1766 $morehtmlleft .= '</div></div>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php1898 $morehtmlleft .= '<!-- No photo to show -->';
1900 $morehtmlleft .= $nophoto;
1901 $morehtmlleft .= '</div></div>';
1964 $morehtmlleft .= '<div class="floatleft inline-block valignmiddle divphotoref">';
1965 $morehtmlleft .= $phototoshow;
1966 $morehtmlleft .= '</div>';
1971 $morehtmlleft .= '<div class="floatleft inline-block valignmiddle divphotoref">';
1985 $morehtmlleft .= '<!-- No photo to show -->';
1987 $morehtmlleft .= $nophoto;
1988 $morehtmlleft .= '</div></div>';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.form.class.php7386 * @param string $morehtmlleft More html code to show before ref.
7391 …eldref = 'ref', $morehtmlref = '', $moreparam = '', $nodbprefix = 0, $morehtmlleft = '', $morehtml… argument
7476 if ($morehtmlleft)
7478 …t == 'phone') $ret .= '<!-- morehtmlleft --><div class="floatleft">'.$morehtmlleft.'</div>'; // cl…
7479 else $ret .= '<!-- morehtmlleft --><div class="inline-block floatleft">'.$morehtmlleft.'</div>';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.form.class.php7983 * @param string $morehtmlleft More html code to show before ref.
7988 …eldref = 'ref', $morehtmlref = '', $moreparam = '', $nodbprefix = 0, $morehtmlleft = '', $morehtml… argument
8094 if ($morehtmlleft) {
8096 …$ret .= '<!-- morehtmlleft --><div class="floatleft">'.$morehtmlleft.'</div>'; // class="center" t…
8098 $ret .= '<!-- morehtmlleft --><div class="inline-block floatleft">'.$morehtmlleft.'</div>';