Changeset 87:15b5015ca942 for plugins/blowupConfig
- Timestamp:
- 05/02/11 09:25:28 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/config.js
r78 r87 36 36 37 37 // Predefined styles 38 // /!\ needs geek master to add locale for attr title="Choose a predefined style" in select tag39 38 var styles_combo = document.createElement('select'); 39 styles_combo.title = dotclear.msg.predefined_style_title; 40 40 $(styles_combo).append('<option value=""> </option>'); 41 41 $(styles_combo).append('<option value="none">none</option>');
Note: See TracChangeset
for help on using the changeset viewer.