[whups] [patch] I missed a Horde_Action
Jason M. Felice
jfelice at cronosys.com
Fri Nov 14 10:56:11 PST 2003
Patch Summary:
M whups/query.php
-------------- next part --------------
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');
More information about the whups
mailing list