partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit f85e3aa04eff0159468b0ca728fc5da6e755d7ea
parent 7466dafdbdee5c258ddb3de2195afc740415b301
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  4 Sep 2015 17:05:54 +0200

Added UrlTextField for the manufacturer URL

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Manufacturer/ManufacturerEditor.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Manufacturer/ManufacturerEditor.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Manufacturer/ManufacturerEditor.js @@ -57,7 +57,7 @@ Ext.define('PartKeepr.ManufacturerEditor', { name: 'address', fieldLabel: i18n("Address") },{ - xtype: 'textfield', + xtype: 'urltextfield', name: 'url', fieldLabel: i18n("Website") },{