Author: Jonathan.Wage
Date: 2010-02-10 21:34:59 +0100 (Wed, 10 Feb 2010)
New Revision: 27851

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
Log:
[1.4][sfSympalPlugin][1.0] Removing unneeded characters


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
   2010-02-10 20:34:01 UTC (rev 27850)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_edit_slot/templates/_slot_editor.php
   2010-02-10 20:34:59 UTC (rev 27851)
@@ -6,7 +6,7 @@
   <form>
     <input type="hidden" name="content_ids[<?php echo $contentSlot->getId() 
?>]" value="<?php echo $contentSlot->getContentRenderedFor()->getId() ?>" />
     <?php if (!$contentSlot->is_column): ?>
-      <a class="sympal_change_slot_type" onClick="return false;">>> <?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