mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
changed to form buttons instead of links
This commit is contained in:
parent
21c325ceb2
commit
81274c36a6
@ -124,10 +124,14 @@
|
||||
?>
|
||||
</TD>
|
||||
<TD align=left>
|
||||
<a href="<?php echo $phpgw->link("vcardout.php","ab_id=$ab_id&order=$order&start=$start&filter=$filter&query=$query&sort=$sort");?>">Vcard</a>
|
||||
<form action="<?php echo $phpgw->link("vcardout.php","ab_id=$ab_id&order=$order&start=$start&filter=$filter&query=$query&sort=$sort"); ?>" method="post" name="Vcardform">
|
||||
<input type="submit" value="Vcard">
|
||||
</form>
|
||||
</TD>
|
||||
<TD align="left">
|
||||
<a href="<?php echo $phpgw->link("index.php","order=$order&start=$start&filter=$filter&query=$query&sort=$sort"); ?>">Done</a>
|
||||
<form action="<?php echo $phpgw->link("index.php","order=$order&start=$start&filter=$filter&query=$query&sort=$sort"); ?>" method="post" name="Doneform">
|
||||
<input type="submit" value="Done">
|
||||
</form>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
Loading…
Reference in New Issue
Block a user