Example #1
0
 protected function drawFormReadOnlyValueJpegAttribute($attribute, $i)
 {
     $this->draw('HiddenValue', $attribute, $i);
     $_SESSION['tmp'][$attribute->getName()][$i] = $attribute->getValue($i);
     draw_jpeg_photo(null, $this->template->getDN(), $attribute->getName(), $i, false, false);
 }
Example #2
0
 protected function drawFormReadOnlyValueJpegAttribute($attribute, $i)
 {
     draw_jpeg_photo($this->getServer(), $this->template->getDN(), $attribute->getName(), $i, false, false);
 }