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/actor/org_unit_type.html

    r9378 r9431  
    191191                                                                                </script> 
    192192                                                                        </span> 
    193                                                                         <span dojoType="openils.I18N.translationWidget" targetObject="current_fm_type" field="name"></span> 
     193                                                                        <span dojoType="openils.widget.TranslatorPopup" targetObject="current_fm_type" field="name"></span> 
    194194                                                                </td> 
    195195                                                        </tr> 
     
    204204                                                                                </script> 
    205205                                                                        </span> 
    206                                                                         <span dojoType="openils.I18N.translationWidget" targetObject="current_fm_type" field="opac_label"></span> 
     206                                                                        <span dojoType="openils.widget.TranslatorPopup" targetObject="current_fm_type" field="opac_label"></span> 
    207207                                                                </td> 
    208208                                                        </tr>