forked from extern/egroupware
Added Qbert's vcard patch...
This commit is contained in:
parent
84fc291682
commit
d463ead260
@ -119,6 +119,11 @@
|
|||||||
<?php echo lang("View"); ?>
|
<?php echo lang("View"); ?>
|
||||||
</font>
|
</font>
|
||||||
</td>
|
</td>
|
||||||
|
<td width="3%" height="21">
|
||||||
|
<font face="Arial, Helvetica, sans-serif" size="-1">
|
||||||
|
Vcard
|
||||||
|
</font>
|
||||||
|
</td>
|
||||||
<td width="5%" height="21">
|
<td width="5%" height="21">
|
||||||
<font face="Arial, Helvetica, sans-serif" size="-1">
|
<font face="Arial, Helvetica, sans-serif" size="-1">
|
||||||
<?php echo lang("Edit"); ?>
|
<?php echo lang("Edit"); ?>
|
||||||
@ -206,6 +211,13 @@
|
|||||||
?>"> <?php echo lang("View"); ?> </a>
|
?>"> <?php echo lang("View"); ?> </a>
|
||||||
</font>
|
</font>
|
||||||
</td>
|
</td>
|
||||||
|
<td valign=top width=3%>
|
||||||
|
<font face="<?php echo $phpgw_info["theme"]["font"]; ?>" size=2>
|
||||||
|
<a href="<?php echo $phpgw->link("vcardout.php","ab_id=$ab_id&start=$start&order=$order&filter="
|
||||||
|
. "$filter&query=$query&sort=$sort");
|
||||||
|
?>">Vcard</a>
|
||||||
|
</font>
|
||||||
|
</td>
|
||||||
<td valign="top" width="5%">
|
<td valign="top" width="5%">
|
||||||
<font face="<?php echo $phpgw_info["theme"]["font"]; ?>" size="2">
|
<font face="<?php echo $phpgw_info["theme"]["font"]; ?>" size="2">
|
||||||
<?php echo $phpgw->common->check_owner($phpgw->db->f("ab_owner"),"edit.php",lang("edit"),"ab_id=" . $phpgw->db->f("ab_id")); ?>
|
<?php echo $phpgw->common->check_owner($phpgw->db->f("ab_owner"),"edit.php",lang("edit"),"ab_id=" . $phpgw->db->f("ab_id")); ?>
|
||||||
@ -231,7 +243,12 @@
|
|||||||
<input type="submit" name="Add" value="<?php echo lang("Add"); ?>">
|
<input type="submit" name="Add" value="<?php echo lang("Add"); ?>">
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td width="72%"> </td>
|
<td width="8%">
|
||||||
|
<div align="right">
|
||||||
|
<input type="submit" name="AddVcard" value="Add Vcard">
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td width="64%"> </td>
|
||||||
<td width="24%"> </td>
|
<td width="24%"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user