<tr class="optionValue">
					<td width="60" align="center" valign="top">
						<img' . str_replace("#", "arrow", $image_data) . ' />
					</td>
					<td valign="top" width="41%">
						' . olc_draw_pull_down_menu("optionValueDropDown", $optionValueDrop, $selectedOptionValue) . '
						<br/><br/>&nbsp;&nbsp;
						<input' . str_replace("#", "add_new", $image_data) . '
						onclick="javascript:return amAddOptionValue();" title="Fügt der Liste einen neuen Optionswert hinzu" />
						&nbsp;&nbsp;<b>Neuen Optionswert definieren</b>
						<!--<input' . str_replace("#", "delete", $image_data) . '
						onclick="javascript:return deleteOptionValue();" title="Löscht den Options-Wert aus der Datenbank" />-->
					</td>
					<td width="15%" valign="top">
						Preis: ' . drawDropDownPrefix($prefix_0_id) . olc_draw_input_field("newPrice", "", $newPrice_id) . '
					</td>
					<td width="41%" valign="top">
						<input' . str_replace("#", "add_up", $image_data) . ' value="Add"
						onclick="javascript:return amAddAttributeToProduct();" title="Das Attribut dem aktuellen Produkt hinzufügen" border="0"  />
						&nbsp;&nbsp;<b>Das Attribut dem aktuellen Produkt hinzufügen</b>
					</td>
				</tr>
			</table>
		</div>
		<br/>
	</div>
';
require_once DIR_FS_INC . 'olc_ajax_prepare_special_html_chars.inc.php';
$html_text = "#am#" . $html_text;
//Signal attributemanager message
 <?php 
    echo vam_draw_pull_down_menu('optionValueDropDown', $optionValueDrop, is_numeric($selectedOptionValue) ? $selectedOptionValue : '', 'id="optionValueDropDown" class="optionValueDropDown"');
    ?>
			</td>
			<td align="right" valign="middle" class="newOptionPanel-button">
					<input border="0" type="image" src="attributeManager/images/icon_add_new.png" onclick="return customPrompt('amAddOptionValue');" title="<?php 
    echo AM_AJAX_ADDS_NEW_OPTION_VALUE;
    ?>
" />
			</td>
			<td valign="top" class="newOptionPanel-label">
				<?php 
    echo AM_AJAX_PREFIX;
    ?>
 <?php 
    echo drawDropDownPrefix('id="prefix_0"');
    ?>
			</td>
			<td valign="top" class="newOptionPanel-label">
				<?php 
    echo AM_AJAX_PRICE;
    ?>
 <?php 
    echo vam_draw_input_field('newPrice', '', 'size="4" id="newPrice"');
    ?>
			</td>
<?php 
    // More Product Weight added by RusNN
    if (AM_USE_MPW) {
        ?>
      <td valign="top" class="newOptionPanel-label">