Author: Jonathan.Wage
Date: 2010-01-30 22:00:37 +0100 (Sat, 30 Jan 2010)
New Revision: 27339

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/lib/helper/SympalContentSlotEditorHelper.php
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
Log:
[1.4][sfSympalPlugin][1.0] Renaming function


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/lib/helper/SympalContentSlotEditorHelper.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/lib/helper/SympalContentSlotEditorHelper.php
  2010-01-30 20:56:33 UTC (rev 27338)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/lib/helper/SympalContentSlotEditorHelper.php
  2010-01-30 21:00:37 UTC (rev 27339)
@@ -20,7 +20,7 @@
 </span>';
 }
 
-function get_sympal_inline_edit_bar_edit_buttons()
+function get_sympal_inline_edit_bar_buttons()
 {
   $sympalContext = sfSympalContext::getInstance();
   $content = $sympalContext->getCurrentContent();

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
   2010-01-30 20:56:33 UTC (rev 27338)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
   2010-01-30 21:00:37 UTC (rev 27339)
@@ -38,7 +38,7 @@
       <?php endif; ?>
     </div>
 
-    <?php echo get_sympal_inline_edit_bar_edit_buttons() ?>
+    <?php echo get_sympal_inline_edit_bar_buttons() ?>
   </div>
 </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