[dev] [cvs] commit: ansel image.php ansel/lib/Views Image.php ansel/templates/view gallery.inc image.inc

Chuck Hagenbuch chuck at horde.org
Tue Jun 12 15:50:44 UTC 2007


Quoting Michael Rubinsky <mike at theupstairsroom.com>:

>   Still need to figure out how to degrade the gallery actions  
> properly since in essence, we'll need three different submit buttons  
> (move,copy,delete) - plus, do we really want to allow deletions  
> without the ability to put up a confirmation?

We should probably have a preference for whether or not to show delete  
confirmations, but by default, no, we shouldn't allow deleting without  
confirmation; the answer is to show an intermediate page, though, not  
to disallow deleting without javascript. :)

For the three different submit buttons, that's no problem - you can  
name them differently, and only the one that's clicked on should show  
up in the final form data submitted by the browser.

-chuck


More information about the dev mailing list