Author: jaimesuez
Date: 2010-04-13 18:37:28 +0200 (Tue, 13 Apr 2010)
New Revision: 29121

Modified:
   
plugins/sfDoctrineAjaxFormPlugin/modules/ajax_form/templates/_autocomplete_with_embedded_forms.php
Log:
tratando de arreglar permisos... no esta listo


Modified: 
plugins/sfDoctrineAjaxFormPlugin/modules/ajax_form/templates/_autocomplete_with_embedded_forms.php
===================================================================
--- 
plugins/sfDoctrineAjaxFormPlugin/modules/ajax_form/templates/_autocomplete_with_embedded_forms.php
  2010-04-13 16:07:02 UTC (rev 29120)
+++ 
plugins/sfDoctrineAjaxFormPlugin/modules/ajax_form/templates/_autocomplete_with_embedded_forms.php
  2010-04-13 16:37:28 UTC (rev 29121)
@@ -85,7 +85,8 @@
         <img align="top" src="/themeAdmin/images/icons/down.png"/>Ocultar
       </a>
 
-            <?php #if (!$permission || $sf_user->hasPermission($permission)): 
?>
+            <?php #if (!$permission || 
sfContext::getInstance()->getUser()->hasPermission($permission)): ?>
+            <?php #if (!$permission || 
sfContext::getInstance()->getUser()->getUser()->hasPermission($permission)): ?>
       <a id="<?php echo $module ?>_form_<?php echo $widget_name 
?>_related_object_form_unlink_<?php echo $embedded['id']->getValue()?>" 
style="cursor:pointer; margin-left:15px;">
         <img align="top" src="/themeAdmin/images/icons/unlink.gif"/>Quitar 
asociación
       </a>

-- 
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