[Jifty-commit] r4967 - in jifty/trunk: share/web/templates/_elements

Jifty commits jifty-commit at lists.jifty.org
Thu Jan 31 16:41:55 EST 2008


Author: sterling
Date: Thu Jan 31 16:41:54 2008
New Revision: 4967

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/_elements/wrapper

Log:
 r15052 at riddle:  andrew | 2008-01-31 15:31:59 -0600
 Inserted the missing jifty-result-popup DIV on the Mason page wrapper.


Modified: jifty/trunk/share/web/templates/_elements/wrapper
==============================================================================
--- jifty/trunk/share/web/templates/_elements/wrapper	(original)
+++ jifty/trunk/share/web/templates/_elements/wrapper	Thu Jan 31 16:41:54 2008
@@ -16,6 +16,7 @@
   <& /_elements/keybindings &>
   </div>
   <div id="jifty-wait-message" style="display: none"><%_('Loading...')%></div>
+  <div id="jifty-result-popup"></div>
 % Jifty::Mason::Halo->render_component_tree() if (Jifty->config->framework('DevelMode') );
 %# This is required for jifty server push.  If you maintain your own
 %# wrapper, make sure you have this as well.


More information about the Jifty-commit mailing list