From: Alan Knowles Date: Thu, 4 Nov 2010 04:50:11 +0000 (+0800) Subject: Pman.Dialog.Image.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=fe40036e9645002c8eef3777074f4065fe29555a Pman.Dialog.Image.js --- diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index 427c6199..3aeee25d 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -166,6 +166,18 @@ Pman.Dialog.Image = { xns: Roo.form, name : 'UPLOAD_IDENTIFIER' }, + { + xtype: 'Hidden', + xns: Roo.form, + name : 'post_max_size', + value : "32M" + }, + { + xtype: 'Hidden', + xns: Roo.form, + name : 'upload_max_filesize', + value : "32M" + }, { xtype: 'TextField', xns: Roo.form, @@ -188,18 +200,6 @@ Pman.Dialog.Image = { xtype: 'Hidden', xns: Roo.form, name : 'imgtype' - }, - { - xtype: 'Hidden', - xns: Roo.form, - name : 'post_max_size', - value : "32M" - }, - { - xtype: 'Hidden', - xns: Roo.form, - name : 'upload_max_filesize', - value : "32M" } ] }