1 <div style=
"text-align:center;">
2 <label for=
"block_search_text">Search label
</label>
3 <input id=
"block_search_text" type=
"text" name=
"block_search_text" value=
"<?php
4 if(isset($CFG->block_search_text)) {
5 p($CFG->block_search_text);
10 <label
for="block_search_button">Button label
</label
>
11 <input id
="block_search_button" type
="text" name
="block_search_button" value
="<?php
12 if(isset($CFG->block_search_button)) {
13 p($CFG->block_search_button);
18 <input type
="submit" value
="<?php print_string('savechanges'); ?>" />