[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] A little bug in UI?
I think there is a little bug in the interchange/lib/UI/pages/admin/export_table.html page that causes problems when an user isn'authorized to export a table:
the code:
[if-mm function=!export table="[cgi mv_data_table]"]
[set ui_error][msg arg.0="[cgi mv_data_table]"]Not allowed to export table '%s'.[/msg][/seti]
^^^^^^
[bounce page="__UI_BASE__/error"]
[/if-mm]
should be:
[if-mm function=!export table="[cgi mv_data_table]"]
[seti ui_error][msg arg.0="[cgi mv_data_table]"]Not allowed to export table '%s'.[/msg][/seti]
^^^^^^
[bounce page="__UI_BASE__/error"]
[/if-mm]
Bye
Max
-----------------------------------------------------------
Massimiliano Ciancio
Consulting - Custom Programming - Internet and eCommerce
WEB: http://web.tiscali.it/mciancio
EMAIL: mciancio@tiscali.it