Changeset 1683508
- Timestamp:
- 06/22/2017 02:07:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dpepress/trunk/js/plugin-tinymce/dpepress-plugin-tinymce.js
r1683498 r1683508 33 33 // https://www.tinymce.com/docs/demo/custom-toolbar-button/ 34 34 editor.addButton('dpepress', { 35 title: 'Ajouter DPE',35 title: 'Ajouter un Diagnostic', 36 36 image: url + '/dpe-icon.png', 37 37 onclick: set_shortcodes_atts( editor, { … … 44 44 {text: 'DPE', value: 'dpe'}, 45 45 {text: 'GES', value: 'ges'}, 46 {text: 'Energie (Frigos)', value: 'frigo'}46 {text: 'Energie', value: 'frigo'} 47 47 ] 48 48 },
Note: See TracChangeset
for help on using the changeset viewer.