Changeset 367 for trunk/web-app
- Timestamp:
- Apr 21, 2010, 5:26:21 PM (11 years ago)
- Location:
- trunk/web-app
- Files:
-
- 52 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/default_style.css
r365 r367 260 260 font-weight: bold; 261 261 } 262 option.modify { 263 background: url(../images/icons/famfamfam/layout_add.png) no-repeat left top; 264 background-color: #333; 265 padding-left: 18px; 266 height: 16px; 267 color: #fff; 268 font-weight: bold; 269 } 262 270 option.locked { 263 271 background: url(../images/icons/famfamfam/lock.png) no-repeat left top; -
trunk/web-app/js/wizard.js
r365 r367 54 54 label : 'add more...', 55 55 class : 'addMore', 56 onClose : function(scope) { 57 refreshWebFlow(); 58 } 59 }); 60 61 // handle template selects 62 new SelectAddMore().init({ 63 rel : 'template', 64 url : '/gscf/templateEditor', 65 label : 'add / modify..', 66 class : 'modify', 56 67 onClose : function(scope) { 57 68 refreshWebFlow();
Note: See TracChangeset
for help on using the changeset viewer.