mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
Part three of two - implement filter by first char of last name, fullname, or company (for now)
This commit is contained in:
parent
03a1333c4f
commit
09dc641a9d
@ -2,6 +2,11 @@
|
||||
<center>{lang_addressbook}
|
||||
<br>{lang_showing}
|
||||
<br>{searchreturn}{search_filter}{remotesearch}
|
||||
<table width="75%" border="1" cellspacing="1" cellpadding="1">
|
||||
<tr>
|
||||
{alphalinks}
|
||||
</tr>
|
||||
</table>
|
||||
<table width="75%" border="0" cellspacing="1" cellpadding="3">
|
||||
<tr bgcolor="{th_bg}">{cols}
|
||||
<td width="3%" height="21"><font face="Arial, Helvetica, sans-serif" size="-1">{lang_view}</font></td>
|
||||
@ -53,3 +58,6 @@
|
||||
</table>
|
||||
</center>
|
||||
<!-- END addressbook_footer -->
|
||||
|
||||
<!-- BEGIN addressbook_alpha --><td bgcolor="{charbgcolor}" align="center"><a href="{charlink}"><font color="{charcolor}">{char}</a></font></td>
|
||||
<!-- END addressbook_alpha -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user