Beispiel #1
0
?>
:
				</label>
			</td>
			<td>
				<input class="text_area" type="text" name="title" id="title" size="32" maxlength="250" value="<?php 
echo JViewLegacy::escape($this->prod->title);
?>
" />
			</td>
			<td>
				<div id="trprev_title"></div>
			</td>
		</tr>
		<?php 
FSTAdminHelper::LA_Form($this->prod, true);
?>
		<tr>
			<td width="135" align="right" class="key">
				<label for="image">
					<?php 
echo JText::_("IMAGE");
?>
:
				</label>
			</td>
			<td>
				<?php 
echo $this->lists['images'];
?>
				<?php