Home
last modified time | relevance | path

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

/plugin/phpipam/
H A Dsyntax.php2146 private function listRacks($dataList, $rackInfo, $rackFrom = 1) { argument
2150 $web_out .= " title='" . $rackInfo['description'] . "'>" ;
2151 …$web_out .= '['. ($rackFrom <= $rackInfo['size'] ? $this->getLang('front') : $this->getLang('back'…
2152 $web_out .= $rackInfo['name'] . '</th></tr>' ;
2154 for ($_u = $rackInfo['size']+$rackFrom-1; $_u >= $rackFrom; $_u -= 1) {