[patch] I missed a Horde_Action
"Jason M. Felice" <[email protected]>
| Newsgroups | gmane.comp.horde.whups |
|---|---|
| Message-ID | <E1AKj75-0000as-00@argo> |
Patch Summary:
M whups/query.php
--
Whups mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
whups-tabs-fix.diff
(text/plain, 508 B)
epm diff whups/query.php
--- whups/query.php 2003-11-14 13:47:52.000000000 -0500
+++ whups/query.php 2003-11-14 13:48:04.000000000 -0500
@@ -29,7 +29,7 @@
$QACTIONS->addTab(_("Save Query"), 'query.php', 'save');
// Criterion form types.
-$CACTIONS = &new Horde_Actions();
+$CACTIONS = &new Horde_UI_Tabs('action');
$CACTIONS->addTab(_("Property Criteria"), 'query.php', 'props');
$CACTIONS->addTab(_("User Criteria"), 'query.php', 'user');
//$CACTIONS->addTab(_("Date Criteria"), 'query.php', 'date');