Projekt

Allgemein

Profil

GX-Bug #52206 » ManuBoxFix.patch

Till Tepelmann, 15.06.2017 11:31

Unterschiede anzeigen:

src/system/classes/manufacturers/ManufacturersBoxContentView.inc.php (revision )
104 104
			$t_manufacturers_array[] = array('id' => $t_manufacturer['manufacturers_id'], 'text' => $t_manufacturers_name);
105 105
		}
106 106

  
107
		$this->content_array['CONTENT'] = xtc_draw_form('manufacturers', xtc_href_link(FILENAME_DEFAULT, '', 'NONSSL', false, true, true), 'get') . xtc_draw_pull_down_menu('manufacturers_id', $t_manufacturers_array, $this->manufacturer_id, 'onchange="if(this.value!=\'\'){this.form.submit();}" size="' . MAX_MANUFACTURERS_LIST . '" class="lightbox_visibility_hidden input-select"') . xtc_hide_session_id() . '</form>';
107
		$this->content_array['CONTENT'] = xtc_draw_form('manufacturers', xtc_href_link(FILENAME_DEFAULT, '', 'NONSSL', false, true, false), 'get') . xtc_draw_pull_down_menu('manufacturers_id', $t_manufacturers_array, $this->manufacturer_id, 'onchange="if(this.value!=\'\'){this.form.submit();}" size="' . MAX_MANUFACTURERS_LIST . '" class="lightbox_visibility_hidden input-select"') . xtc_hide_session_id() . '</form>';
108 108
	}
109 109
}
    (1-1/1)