Changeset 4971

Show
Ignore:
Timestamp:
11/02/09 16:50:29 (3 weeks ago)
Author:
auno
Message:

Fixed JavaScript error. BugzID#102981

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/tmpl/cms/dialog/restore_upload.tmpl

    r4957 r4971  
    3737        dialog.open({}, dialog_closed); 
    3838 
    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')); 
    4040        if (next) { 
    4141            this.nextButton = next[0];