Something productive -- a new patch
"Heath S. Hendrickson" <[email protected]>
| Newsgroups | gmane.comp.horde.ansel |
|---|---|
| Message-ID | <[email protected]> |
Here's a patch to caption.php that redirects to the gallery view and puts up a feedback notification when you click to save the caption data. h -- ansel mailing list - Join the hunt: http://horde.org/bounties/#ansel Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
caption.php.patch
(text/plain, 608 B)
Index: captions.php
===================================================================
RCS file: /usr/local/horde/cvs/ansel/captions.php,v
retrieving revision 1.8
diff -u -r1.8 captions.php
--- captions.php 17 Jan 2004 22:57:23 -0000 1.8
+++ captions.php 2 Apr 2004 16:54:21 -0000
@@ -43,7 +43,9 @@
$image->set('description', $desc, true);
}
}
- break;
+ $notification->push(_("Captions Saved."), 'horde.success');
+ header('Location: ' . Horde::applicationUrl(Util::addParameter('view.php', 'gallery', $galleryId), true));
+ exit;
}
$title = _("Caption Editor");