Changeset 77:397d639833e0 for plugins/blowupConfig/config.js
- Timestamp:
- 05/01/11 10:48:06 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/config.js
r76 r77 36 36 37 37 // Predefined styles 38 // /!\ needs geek master to add title="Choose a predefined style" in select tag38 // /!\ needs geek master to add locale for attr title="Choose a predefined style" in select tag 39 39 var styles_combo = document.createElement('select'); 40 40 $(styles_combo).append('<option value=""> </option>'); 41 41 $(styles_combo).append('<option value="none">none</option>'); 42 $(styles_combo).attr('title','Choose a predefined style'); 42 43 43 44 for (var style in dotclear.blowup_styles) {
Note: See TracChangeset
for help on using the changeset viewer.