Development

Changeset 11620

You must first sign up to be able to contribute.

Changeset 11620

Show
Ignore:
Timestamp:
09/17/08 20:01:18 (2 months ago)
Author:
nicolas
Message:

typo in forms book - i18n (closes #4297)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/08-Internationalisation-and-Localisation.txt

    r11328 r11620  
    7070        // ... 
    7171 
    72         $this->widgetSchema->getSchemaFormatter()->setTranslationCatalogue('contact_form'); 
     72        $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 
    7373      } 
    7474    } 
     
    177177      { 
    178178        // ... 
    179         $this->widgetSchema->getSchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
     179        $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
    180180      } 
    181181    } 
  • doc/branches/1.1/forms_book/fr/08-Internationalisation-and-Localisation.txt

    r11328 r11620  
    7070        // ... 
    7171 
    72         $this->widgetSchema->getSchemaFormatter()->setTranslationCatalogue('contact_form'); 
     72        $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 
    7373      } 
    7474    } 
     
    177177      { 
    178178        // ... 
    179         $this->widgetSchema->getSchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
     179        $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
    180180      } 
    181181    } 
  • doc/branches/1.2/forms_book/en/08-Internationalisation-and-Localisation.txt

    r11328 r11620  
    7070        // ... 
    7171 
    72         $this->widgetSchema->getSchemaFormatter()->setTranslationCatalogue('contact_form'); 
     72        $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 
    7373      } 
    7474    } 
     
    177177      { 
    178178        // ... 
    179         $this->widgetSchema->getSchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
     179        $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
    180180      } 
    181181    } 
  • doc/branches/1.2/forms_book/fr/08-Internationalisation-and-Localisation.txt

    r11328 r11620  
    7070        // ... 
    7171 
    72         $this->widgetSchema->getSchemaFormatter()->setTranslationCatalogue('contact_form'); 
     72        $this->widgetSchema->getFormFormatter()->setTranslationCatalogue('contact_form'); 
    7373      } 
    7474    } 
     
    177177      { 
    178178        // ... 
    179         $this->widgetSchema->getSchemaFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
     179        $this->widgetSchema->getFormFormatter()->setTranslationCallable(array(new myI18n(), 'translateText')); 
    180180      } 
    181181    }