Commit cbdeafac2add5b7af2d687ce8062af4916349844
- Diff rendering mode:
- inline
- side by side
file.list
(2 / 0)
|   | |||
| 232 | 232 | ./webroot/images/default/window/top-bottom.png \ | |
| 233 | 233 | ./webroot/images/default/window/top-bottom.psd \ | |
| 234 | 234 | ./webroot/images/delete.png \ | |
| 235 | ./webroot/images/disk.png \ | ||
| 235 | 236 | ./webroot/images/ds_logo.gif \ | |
| 236 | 237 | ./webroot/images/edit.gif \ | |
| 237 | 238 | ./webroot/images/lightbulb_off.png \ | |
| … | … | ||
| 249 | 249 | ./webroot/images/sort.gif \ | |
| 250 | 250 | ./webroot/index.html \ | |
| 251 | 251 | ./webroot/js/dss/css/ds_gui.css \ | |
| 252 | ./webroot/js/dss/dss-overview-page.js \ | ||
| 252 | 253 | ./webroot/js/extjs/adapter/ext/ext-base-debug.js \ | |
| 253 | 254 | ./webroot/js/extjs/adapter/ext/ext-base.js \ | |
| 254 | 255 | ./webroot/js/extjs/ext-all-debug.js \ |
webroot/images/disk.png
(6 / 0)
Binary files differ
webroot/js/dss/dss-setup-interface/dSS/ScenesPanel.js
(1 / 1)
|   | |||
| 115 | 115 | ||
| 116 | 116 | var menuItem = new Ext.menu.Item({ | |
| 117 | 117 | text: _("Save scene"), | |
| 118 | icon: '/images/lock.png', | ||
| 118 | icon: '/images/disk.png', | ||
| 119 | 119 | handler: this.saveScene.createDelegate(this, [ node ]) | |
| 120 | 120 | }); | |
| 121 | 121 | this.contextMenu.add(menuItem); |

