a litle more info i use sqlform

form=SQLFORM(db.trabalhador,row.id,
        showid=False,
        submit_button="Gravar",
        fields=formfields,
        table_name='trabalhador',
        formstyle = 'table2cols',
        upload=URL('download'),
        readonly=readonly
        )

 to create the form and in my view i have only {{=form}}


2014-04-16 15:18 GMT+01:00 António Ramos <ramstei...@gmail.com>:

> i created this in my view before the upload widget
> <h1>{{=T("file ## download")}}</h1>
>
> i see it in my language file and i translate it.
>
> i refresh this page and the h1 tag shows the translated text but the
> upload widget continues to show "file" next to the upload button.
>
> So it does not solve my problem.
>
>
> 2014-04-16 12:52 GMT+01:00 Niphlod <niph...@gmail.com>:
>
> there should be one. if not, i should be created
>>
>> On Tuesday, April 15, 2014 4:23:24 PM UTC+2, Ramos wrote:
>>>
>>>
>>> 2014-04-15 14:24 GMT+01:00 Niphlod <nip...@gmail.com>:
>>>
>>>> 'file ## download'
>>>>
>>>
>>> You lost me
>>> where do i find the string "'file ## download'
>>> ?
>>>
>>  --
>> Resources:
>> - http://web2py.com
>> - http://web2py.com/book (Documentation)
>> - http://github.com/web2py/web2py (Source code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to web2py+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to