PHP Classes

File: app/Resources/FOSUserBundle/views/Group/edit_content.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/FOSUserBundle/views/Group/edit_content.html.twig   Download  
File: app/Resources/FOSUserBundle/views/Group/edit_content.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 318 bytes
 

Contents

Class file image Download
{% trans_default_domain 'FOSUserBundle' %} <form action="{{ path('fos_user_group_edit', {'groupName': group_name} ) }}" {{ form_enctype(form) }} method="POST" class="fos_user_group_edit"> {{ form_widget(form) }} <div> <input type="submit" value="{{ 'group.edit.submit'|trans }}" /> </div> </form>