here my generator:
generator: admingenerator.generator.doctrineparams:
model: puntotron\legaladminBundle\Entity\Persona
namespace_prefix: puntotron
concurrency_lock: ~
bundle_name: legaladminBundle
pk_requirement: ~
fields:
nombre:
label: Nombre
addFormOptions:
required: true
invalid_message: Este campo es obligatorio
rut:
label: RUT
addFormOptions:
required: true
invalid_message: El rut no es correcto
fNac:
label: Fecha nacimiento
formType: afe_date_picker
addFormOptions:
formatSubmit: dd-mm-yyyy
startDate: Jun 1, 1910
format: "d-M-y"
input: datetime
language: es
required: true
estadoCivil:
label: Estado Civil
telefono:
help: Telefono de contacto
addFormOptions:
required: true
invalid_message: Este campo es obligatorio
#Pagos.monto:
# dbType: string
#getter: pagos.monto
object_actions:
delete: ~
batch_actions:
delete: ~
builders:
list:
params:
title: Listando Clientes
display: [nombre,rut,telefono,notas]
sort: [nombre , ASC]
actions:
new:
label: Nuevo Cliente
object_actions:
show: ~
edit:
label: Editar
delete: ~
filters:
params:
display: [nombre,rut]
new:
params:
title: Agregando nuevo cliente
tabs:
"Personal":
"Datos": [[nombre , rut, fNac], [estadoCivil, conyuge]]
"Contacto":
"informacion": [[direccion, comuna, region],[telefono, email]]
"Extra": [notas]
actions:
save:
label: Guardar
list:
label: Volver
edit:
params:
title: "Editando a: \"%object%\"|{ %object%: Persona.nombre }|"
tabs:
"Personal":
"Datos": [[nombre , rut, fNac], [estadoCivil, conyuge]]
"Contacto":
"informacion": [[direccion, comuna, region],[telefono, email]]
"Extra": [notas]
actions:
save:
label: Guardar
list:
label: Volver al listado
show:
params:
title: "Viendo \"%object%\"|{ %object%: Persona.nombre }|"
tabs:
"Personal":
"Datos": [[nombre , rut, fNac], [estadoCivil, conyuge]]
"Contacto":
"informacion": [[direccion, comuna, region],[telefono, email]]
"tab 3":
"pagos": [notas]
actions:
list:
label: Volver
object_actions:
edit: ~
actions:
params:
object_actions:
delete: ~
batch_actions:
delete: ~
--
--
You received this message because you are subscribed to the Google
Groups "Symfony2 Admingenerator bundles support for users" group.
To post to this group, send email to
symfony2adm...@googlegroups.com
To unsubscribe from this group, send email to
symfony2admingene...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony2admingenerator?hl=en
---
Found bundle documentation at http://symfony2admingenerator.org/
---
You received this message because you are subscribed to the Google Groups "Symfony2 Admingenerator bundles support for users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to symfony2admingene...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
For more options, visit this group at
http://groups.google.com/group/symfony2admingenerator?hl=en
---
Found bundle documentation at http://symfony2admingenerator.org/
---
You received this message because you are subscribed to the Google Groups "Symfony2 Admingenerator bundles support for users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to symfony2admingenerator+unsub...@googlegroups.com.
Ok so i think can be a css problem. Or an html structure problem.
You can see what is generared in app/cache/dev/Admingenerated take a look if there is something stange in your show template. You ll also understand here how overwrite twig blocks (copying blocks names in the non generared twig template)
If you find an html structure bug eg close tag missing you ll find source of twig views structure in the template folder of the bundle admingenerator
Hope this help you
Cedric
For more options, visit this group at
http://groups.google.com/group/symfony2admingenerator?hl=en
---
Found bundle documentation at http://symfony2admingenerator.org/
---
You received this message because you are subscribed to the Google Groups "Symfony2 Admingenerator bundles support for users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to symfony2admingene...@googlegroups.com.