diff --git a/lib/WebGUI/Wobject/EventsCalendar.pm b/lib/WebGUI/Wobject/EventsCalendar.pm index 4fe59bdf0..d94c798e8 100644 --- a/lib/WebGUI/Wobject/EventsCalendar.pm +++ b/lib/WebGUI/Wobject/EventsCalendar.pm @@ -267,7 +267,7 @@ sub www_edit { addEvent=>WebGUI::International::get(91,$namespace), backToPage=>WebGUI::International::get(745) }, - -value=>"addEvent" + -value=>"backToPage" ); } $output .= $_[0]->SUPER::www_edit($f->printRowsOnly); diff --git a/lib/WebGUI/Wobject/FAQ.pm b/lib/WebGUI/Wobject/FAQ.pm index c861a3424..3a4e5542d 100644 --- a/lib/WebGUI/Wobject/FAQ.pm +++ b/lib/WebGUI/Wobject/FAQ.pm @@ -137,7 +137,7 @@ sub www_editQuestion { addQuestion=>WebGUI::International::get(75,$namespace), backToPage=>WebGUI::International::get(745) }, - -value=>"addQuestion" + -value=>"backToPage" ); } $f->submit; diff --git a/lib/WebGUI/Wobject/FileManager.pm b/lib/WebGUI/Wobject/FileManager.pm index 6fd54fcb0..cc22c5b05 100644 --- a/lib/WebGUI/Wobject/FileManager.pm +++ b/lib/WebGUI/Wobject/FileManager.pm @@ -220,7 +220,7 @@ sub www_editDownload { addFile=>WebGUI::International::get(74,$namespace), backToPage=>WebGUI::International::get(745) }, - -value=>"addFile" + -value=>"backToPage" ); } $f->submit; diff --git a/lib/WebGUI/Wobject/LinkList.pm b/lib/WebGUI/Wobject/LinkList.pm index a4508aa1d..005f2e765 100644 --- a/lib/WebGUI/Wobject/LinkList.pm +++ b/lib/WebGUI/Wobject/LinkList.pm @@ -143,7 +143,7 @@ sub www_editLink { addLink=>WebGUI::International::get(13,$namespace), backToPage=>WebGUI::International::get(745) }, - -value=>"addLink" + -value=>"backToPage" ); } $f->submit;