[Jifty-commit] r1661 - in jifty/trunk: share/web/templates/__jifty/admin/fragments/list

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jul 24 16:47:12 EDT 2006


Author: trs
Date: Mon Jul 24 16:47:11 2006
New Revision: 1661

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/__jifty/admin/fragments/list/new_item

Log:
 r14739 at zot:  tom | 2006-07-24 16:46:53 -0400
 Fix the element selected in the region


Modified: jifty/trunk/share/web/templates/__jifty/admin/fragments/list/new_item
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/admin/fragments/list/new_item	(original)
+++ jifty/trunk/share/web/templates/__jifty/admin/fragments/list/new_item	Mon Jul 24 16:47:11 2006
@@ -19,7 +19,7 @@
                  { submit => $create },
                  { refresh_self => 1 },
                  {
-                   element => $region->parent->get_element('dl.list'),
+                   element => $region->parent->get_element('div.list'),
                    append => '/__jifty/admin/fragments/list/view',
                    args   => { 
                               object_type => $object_type,


More information about the Jifty-commit mailing list