2010-06-25 08:16:10 +00:00
|
|
|
<form id="personsearch" method="post">
|
|
|
|
<div id="combinedcontactssearchspan" class="mdl-left">
|
|
|
|
<table cellpadding="5" class="message_form">
|
2004-12-16 12:40:36 +00:00
|
|
|
<tr>
|
2010-06-25 08:16:10 +00:00
|
|
|
<td colspan="3" class="message_heading mdl-left">
|
2011-01-27 11:46:37 +01:00
|
|
|
<input type="hidden" name="sesskey" value="<?php p(sesskey()); ?>" />
|
|
|
|
<input type="text" name="combinedsearch" size="40" id="combinedsearch" value="<?php p($combinedsearchstring); ?>" />
|
2010-10-25 09:29:34 +00:00
|
|
|
<input type="submit" name="combinedsubmit" value="<?php print_string('searchcombined','message') ?>" />
|
2011-02-16 15:48:59 +08:00
|
|
|
<a href="index.php?usergroup=<?php echo MESSAGE_VIEW_SEARCH ?>&advanced=1" id="advancedcontactsearchlink"><?php print_string('advanced') ?></a>
|
2010-06-25 08:16:10 +00:00
|
|
|
</td>
|
2004-12-16 12:40:36 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
2010-06-25 08:16:10 +00:00
|
|
|
</div>
|
2004-12-16 12:40:36 +00:00
|
|
|
|
|
|
|
</form>
|