Changeset 1553 for trunk/web-app
- Timestamp:
- Feb 23, 2011, 4:32:09 PM (10 years ago)
- Location:
- trunk/web-app
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/buttons.css
r1548 r1553 24 24 } 25 25 26 .options a.save { 27 background-image: url(../plugins/famfamfam-1.0.1/images/icons/page_save.png); 28 } 29 .options a.skip { 30 background-image: url(../plugins/famfamfam-1.0.1/images/icons/control_end_blue.png); 31 } 32 .options a.view { 33 background-image: url(../plugins/famfamfam-1.0.1/images/icons/application_form_magnify.png); 34 } 35 .options a.restart { 36 background-image: url(../plugins/famfamfam-1.0.1/images/icons/arrow_redo.png); 37 } 38 .options a.edit { 39 background-image: url(../plugins/famfamfam-1.0.1/images/icons/application_form_edit.png); 40 } 41 26 42 .options a.performAction { 27 43 background-image: url(../plugins/famfamfam-1.0.1/images/icons/brick_go.png); -
trunk/web-app/js/studywizard.js
r1508 r1553 148 148 function handleWizardTable() { 149 149 var that = this; 150 var wizardTables = $( ".ajaxFlow").find('div.tableEditor');150 var wizardTables = $('div.tableEditor'); 151 151 152 152 wizardTables.each(function() {
Note: See TracChangeset
for help on using the changeset viewer.