Show
Ignore:
Timestamp:
04/22/08 21:41:36 (6 months ago)
Author:
miker
Message:

move the translation widget out to openils.widget

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/web/conify/global/config/copy_status.html

    r9377 r9431  
    189189                                                                                                setTimeout( 
    190190                                                                                                        'dojo.query(".status_grid_trans_cell_' + row + '").'+ 
    191                                                                                                                 'instantiate(openils.I18N.translationWidget,{field:"name",'+ 
     191                                                                                                                'instantiate(openils.widget.TranslatorPopup,{field:"name",'+ 
    192192                                                                                                                'targetObject:"window.status_rows['+row+']",unique:"' + row + '"});'+ 
    193193                                                                                                                'status_grid.rowHeightChanged('+row+')',