Skip to content
Snippets Groups Projects
Commit 49262986 authored by Falko Timme's avatar Falko Timme
Browse files

- Fixed missing save and cancel button texts in web form.

parent fe5f5359
No related branches found
No related tags found
2 merge requests!46Master,!17Stable 3.0.5
......@@ -471,6 +471,9 @@ class page_action extends tform_actions {
}
}
$app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
$app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
parent::onShowEnd();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment