mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: cms ui added colon to image upload prompt (inline with other step)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70683 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
cc066c7657
commit
c15b86a86e
@ -141,7 +141,7 @@ JS
|
|||||||
new HiddenField("ID", "", $this->currentPageID()),
|
new HiddenField("ID", "", $this->currentPageID()),
|
||||||
// needed because the button-action is triggered outside the iframe
|
// needed because the button-action is triggered outside the iframe
|
||||||
new HiddenField("action_doUpload", "", "1"),
|
new HiddenField("action_doUpload", "", "1"),
|
||||||
new FileField("Files[0]" , _t('AssetAdmin.CHOOSEFILE','Choose file ')),
|
new FileField("Files[0]" , _t('AssetAdmin.CHOOSEFILE','Choose file: ')),
|
||||||
new LiteralField('UploadButton',"
|
new LiteralField('UploadButton',"
|
||||||
<input type='submit' value='". _t('AssetAdmin.UPLOAD', 'Upload Files Listed Below'). "' name='action_upload' id='Form_UploadForm_action_upload' class='action' />
|
<input type='submit' value='". _t('AssetAdmin.UPLOAD', 'Upload Files Listed Below'). "' name='action_upload' id='Form_UploadForm_action_upload' class='action' />
|
||||||
"),
|
"),
|
||||||
|
Loading…
Reference in New Issue
Block a user