mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
17 lines
857 B
HTML
17 lines
857 B
HTML
<form id="personsearch" method="post">
|
|
<div id="combinedcontactssearchspan" class="mdl-left">
|
|
<table cellpadding="5" class="message_form">
|
|
<tr>
|
|
<td colspan="3" class="message_heading mdl-left">
|
|
<input type="hidden" name="sesskey" value="<?php p(sesskey()); ?>" />
|
|
<label for="combinedsearch" class="accesshide"><?php print_string('searchcombined', 'message'); ?></label>
|
|
<input type="text" name="combinedsearch" size="40" id="combinedsearch" value="<?php p($combinedsearchstring); ?>" />
|
|
<input type="submit" name="combinedsubmit" value="<?php print_string('searchcombined','message') ?>" />
|
|
<a href="index.php?usergroup=<?php echo MESSAGE_VIEW_SEARCH ?>&advanced=1" id="advancedcontactsearchlink"><?php print_string('advanced') ?></a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
</form>
|