[Jifty-commit] r753 - in jifty/trunk: share/web/templates/__jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Mar 27 22:00:48 EST 2006


Author: alexmv
Date: Mon Mar 27 22:00:47 2006
New Revision: 753

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/share/web/templates/__jifty/halo

Log:
 r11912 at zoq-fot-pik:  chmrr | 2006-03-27 22:00:38 -0500
  * We switched to /__jifty/edit instead of /=/edit


Modified: jifty/trunk/share/web/templates/__jifty/halo
==============================================================================
--- jifty/trunk/share/web/templates/__jifty/halo	(original)
+++ jifty/trunk/share/web/templates/__jifty/halo	Mon Mar 27 22:00:47 2006
@@ -15,7 +15,7 @@
                                        onClick="halo_toggle('<% $item->{id} %>'); return false;">
 <% $item->{'path'} %> - <% $item->{'render_time'} %></a> 
 % unless ($item->{subcomponent}) {
-<% Jifty->web->tangent( url =>"/=/edit/mason_component/".$item->{'path'}, label => 'Edit') %>
+<% Jifty->web->tangent( url =>"/__jifty/edit/mason_component/".$item->{'path'}, label => 'Edit') %>
 % }
 </li>
 % $depth = $item->{'depth'};
@@ -122,7 +122,7 @@
 % }
 <div class="section">
 % unless ($frame->{subcomponent}) {
-<% Jifty->web->tangent( url =>"/=/edit/mason_component/".$frame->{'path'}, label => 'Edit') %>
+<% Jifty->web->tangent( url =>"/__jifty/edit/mason_component/".$frame->{'path'}, label => 'Edit') %>
 % } else {
 &nbsp;     
 % }


More information about the Jifty-commit mailing list