[turba] [PATCH] Add default directory option to Turba
Brad Dameron
bdameron at tscnet.com
Tue Dec 3 01:46:36 2002
Hey i'm a newb. Not sure what short tags are.
And this one is against the CVS head.
---
Brad Dameron Network Account Executive
TSCNet Inc. www.tscnet.com
Silverdale, WA. 1-888-8TSCNET
> -----Original Message-----
> From: turba-bounces@lists.horde.org
> [mailto:turba-bounces@lists.horde.org]On Behalf Of Chuck Hagenbuch
> Sent: Monday, December 02, 2002 5:28 PM
> To: turba@lists.horde.org
> Subject: RE: [turba] [PATCH] Add default directory option to Turba
>
>
> Quoting Brad Dameron <bdameron@tscnet.com>:
>
> > Here's an additional patch I think if usefull. It just add's shortcuts
> > for the edit and delete entries in the browse view.
> > Had many customers confused on how to delete an address entry.
>
> This doesn't follow coding standards (short tags) and doesn't appear to be
> against HEAD?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "People ask me all the time what it will be like living without otters."
> - Google, thanks to Harpers
>
> --
> Turba mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe@lists.horde.org
>
-------------- next part --------------
--- templates/search/row.inc Mon Dec 2 16:48:25 2002
+++ templates/search/row.inc.orig Mon Dec 2 16:55:45 2002
@@ -48,10 +48,4 @@
<?php echo $field ?>
</td>
<?php endforeach; ?>
+ <td>
+ <?= Horde::link(Horde::applicationUrl('editobject.php?source=' . urlencode($GLOBALS['source']) . '&key=' . urlencode($ob->getValue('__key'))), _("Edit"), 'menuitem') . _("Edit") ?></a>
+ </td>
+ <td>
+ <?= Horde::link(Horde::applicationUrl('deleteobject.php?source=' . urlencode($GLOBALS['source']) . '&key=' . urlencode($ob->getValue('__key'))), _("Delete"), 'menuitem') . _("Delete") ?></a>
+ </td>
</tr>
More information about the turba
mailing list