[Jifty-commit] r2376 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Dec 11 11:35:02 EST 2006


Author: gugod
Date: Mon Dec 11 11:35:01 2006
New Revision: 2376

Modified:
   jifty/trunk/lib/Jifty/Action.pm

Log:
hide it to prevent changing look, as in the similar case at the end
of the form.

Modified: jifty/trunk/lib/Jifty/Action.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action.pm	(original)
+++ jifty/trunk/lib/Jifty/Action.pm	Mon Dec 11 11:35:01 2006
@@ -501,7 +501,7 @@
 
 sub register {
     my $self = shift;
-    Jifty->web->out( qq!<div><input type="hidden"! .
+    Jifty->web->out( qq!<div class="hidden"><input type="hidden"! .
                        qq! name="@{[$self->register_name]}"! .
                        qq! id="@{[$self->register_name]}"! .
                        qq! value="@{[ref($self)]}"! .


More information about the Jifty-commit mailing list