You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2007/09/28 17:56:50 UTC

[jira] Created: (WICKET-1021) button 'delete' from MultiFileUploadField can not be localized (I18N support missing)

button 'delete' from MultiFileUploadField can not be localized (I18N support missing)
-------------------------------------------------------------------------------------

                 Key: WICKET-1021
                 URL: https://issues.apache.org/jira/browse/WICKET-1021
             Project: Wicket
          Issue Type: Bug
          Components: wicket
            Reporter: Peter Ertl
            Priority: Minor


>From the org.apache.wicket.markup.html.form.upload.MultiFileUploadField, the button [delete] that appears when you select a file, can not be translated to other languages...

Line 121 in org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js:

    new_row_button.value = 'Delete';



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1021) button 'delete' from MultiFileUploadField can not be localized (I18N support missing)

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1021.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

added new org.apache.wicket.mfu.delete resource key that controls text of delete button

> button 'delete' from MultiFileUploadField can not be localized (I18N support missing)
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-1021
>                 URL: https://issues.apache.org/jira/browse/WICKET-1021
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Peter Ertl
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.0-rc3
>
>
> From the org.apache.wicket.markup.html.form.upload.MultiFileUploadField, the button [delete] that appears when you select a file, can not be translated to other languages...
> Line 121 in org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js:
>     new_row_button.value = 'Delete';

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1021) button 'delete' from MultiFileUploadField can not be localized (I18N support missing)

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-1021:
---------------------------------------

    Fix Version/s:     (was: 1.3.0-rc2)
                   1.3.0-rc3

> button 'delete' from MultiFileUploadField can not be localized (I18N support missing)
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-1021
>                 URL: https://issues.apache.org/jira/browse/WICKET-1021
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Peter Ertl
>            Priority: Minor
>             Fix For: 1.3.0-rc3
>
>
> From the org.apache.wicket.markup.html.form.upload.MultiFileUploadField, the button [delete] that appears when you select a file, can not be translated to other languages...
> Line 121 in org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js:
>     new_row_button.value = 'Delete';

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1021) button 'delete' from MultiFileUploadField can not be localized (I18N support missing)

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-1021:
---------------------------------------

    Fix Version/s:     (was: 1.3.0-rc1)
                   1.3.0-rc2

> button 'delete' from MultiFileUploadField can not be localized (I18N support missing)
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-1021
>                 URL: https://issues.apache.org/jira/browse/WICKET-1021
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Peter Ertl
>            Priority: Minor
>             Fix For: 1.3.0-rc2
>
>
> From the org.apache.wicket.markup.html.form.upload.MultiFileUploadField, the button [delete] that appears when you select a file, can not be translated to other languages...
> Line 121 in org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js:
>     new_row_button.value = 'Delete';

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-1021) button 'delete' from MultiFileUploadField can not be localized (I18N support missing)

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-1021:
---------------------------------------

    Fix Version/s:     (was: 1.3.0-rc3)
                   1.3.0-final

> button 'delete' from MultiFileUploadField can not be localized (I18N support missing)
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-1021
>                 URL: https://issues.apache.org/jira/browse/WICKET-1021
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Peter Ertl
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.0-final
>
>
> From the org.apache.wicket.markup.html.form.upload.MultiFileUploadField, the button [delete] that appears when you select a file, can not be translated to other languages...
> Line 121 in org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js:
>     new_row_button.value = 'Delete';

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.