Edit translation
This commit is contained in:
parent
9560267833
commit
a6c6081139
@ -77,7 +77,7 @@ echo $OUTPUT->header();
|
||||
|
||||
/* Adds the add button */
|
||||
$addserviceurl = new moodle_url($editservice);
|
||||
echo $OUTPUT->single_button($addserviceurl, new lang_string("addaservice", "webservice"));
|
||||
echo $OUTPUT->single_button($addserviceurl, new lang_string("changessaved", "moodle"));
|
||||
|
||||
/* Adds a delete button */
|
||||
$deleteallurl = new moodle_url($managerservice, array("deleteall" => true, "sesskey" => sesskey()));
|
||||
|
@ -61,4 +61,5 @@ echo $OUTPUT->header();
|
||||
/* Displays the form */
|
||||
$mform->display();
|
||||
|
||||
/* Footer */
|
||||
echo $OUTPUT->footer();
|
Loading…
x
Reference in New Issue
Block a user