Beispiel #1
0
</h2>
			<div style="margin: 5px 0;">
				<input type="button" value="<?php 
echo wfMsg('wmu-insert');
?>
" onclick="WMU_insertImage(event, 'existing');" />
			</div>
		</td>
	</tr>
	<tr id="ImageUploadCompare">
		<td style="border-right: 1px solid #CCC;">
			<?php 
echo $file_mwname->transform(array('width' => 265, 'height' => 205))->toHtml();
?>
		</td>
		<td>
			<input type="hidden" id="ImageUploadExistingName" value="<?php 
echo $file_name->getName();
?>
" />
			<?php 
echo $file_name->transform(array('width' => 265, 'height' => 205))->toHtml();
?>
		</td>
	</tr>
</table>
<div style="text-align: center;"><a onclick="WMU_insertImage(event, 'overwrite');" href="#"><?php 
echo wfMsg('wmu-overwrite');
?>
</a></div>