Author: Jonathan.Wage
Date: 2010-01-18 19:08:01 +0100 (Mon, 18 Jan 2010)
New Revision: 26830

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
Log:
[1.4][sfSympalPlugin][1.0] Removing adding of #edit when changing slot type


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
   2010-01-18 17:49:19 UTC (rev 26829)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalFrontendEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
   2010-01-18 18:08:01 UTC (rev 26830)
@@ -9,7 +9,7 @@
   )) ?>
 
     <?php if (!$contentSlot->is_column): ?>
-      <a href="#edit" class="sympal_change_slot_type">>> <?php echo __('Change 
Slot Type') ?></a>
+      <a class="sympal_change_slot_type" onClick="return false;">>> <?php echo 
__('Change Slot Type') ?></a>
       <div class="sympal_change_slot_type_dropdown">
         <?php echo $form['type'] ?>
       </div>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to