Dotclear

Changeset 78:337a1bbf741c for plugins


Ignore:
Timestamp:
05/01/11 10:54:58 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
userprefs
Message:

Found the good way to transmit the translation needed for the title attr of the select

Location:
plugins/blowupConfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/blowupConfig/config.js

    r77 r78  
    4040     $(styles_combo).append('<option value="">&nbsp;</option>'); 
    4141     $(styles_combo).append('<option value="none">none</option>'); 
    42      $(styles_combo).attr('title','Choose a predefined style'); 
     42     $(styles_combo).attr('title',dotclear.msg.predefined_style_title); 
    4343      
    4444     for (var style in dotclear.blowup_styles) { 
  • plugins/blowupConfig/index.php

    r76 r78  
    208208  echo dcPage::jsVar('dotclear.msg.predefined_styles',__('Predefined styles')); 
    209209  echo dcPage::jsVar('dotclear.msg.apply_code',__('Apply code')); 
     210  echo dcPage::jsVar('dotclear.msg.predefined_style_title',__('Choose a predefined style')); 
    210211  ?> 
    211212  //]]> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map