- Timestamp:
- 05/17/07 16:25:43 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Content/Picture/Picture.php
r1194 r1226 126 126 return $this->configEnableHyperlink = $enabled; 127 127 } 128 128 129 /** 129 130 * Set the maximum width an image can take in the page … … 139 140 public function setMaxDisplayHeight($height) { 140 141 $this->maxDisplayHeight = $height; 142 } 143 144 public function getMaxDisplayWidth() { 145 return $this->maxDisplayWidth; 146 } 147 148 public function getMaxDisplayHeight() { 149 return $this->maxDisplayHeight; 141 150 } 142 151 … … 283 292 // Show File admin UI + display the picture 284 293 $html .= "<li class='admin_element_item_container'>\n"; 294 $html .= _("Preview").":"; 285 295 $html .= $this->getUserUI(); 286 296 $html .= "</li>\n";
