Changeset 4971
- Timestamp:
- 11/02/09 16:50:29 (3 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/tmpl/cms/dialog/restore_upload.tmpl
r4957 r4971 37 37 dialog.open({}, dialog_closed); 38 38 39 var next = TC.getElementsByTagAndClassName(" input", "next", getByID('<mt:var name="name" escape="js">-panel'));39 var next = TC.getElementsByTagAndClassName("button", "next", getByID('<mt:var name="name" escape="js">-panel')); 40 40 if (next) { 41 41 this.nextButton = next[0];
