2010-06-25 08:16:10 +00:00
|
|
|
<form id="personsearch" method="post">
|
2008-05-02 05:15:26 +00:00
|
|
|
<div><input type="hidden" name="tab" value="search" /></div>
|
2004-12-16 12:40:36 +00:00
|
|
|
|
2010-06-25 08:16:10 +00:00
|
|
|
<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">
|
|
|
|
<input type="text" name="combinedsearch" size="50" id="combinedsearch" value="<?php echo $combinedsearchstring; ?>" />
|
2010-10-25 09:29:34 +00:00
|
|
|
<input type="submit" name="combinedsubmit" value="<?php print_string('searchcombined','message') ?>" />
|
2010-06-25 08:16:10 +00:00
|
|
|
<a href="contacts.php?advanced=1" id="advancedcontactsearchlink"><?php print_string('advanced') ?></a>
|
|
|
|
</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>
|