This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Empty entity support, override views
Now, you can list an empty entity and override all views more easier. See /README.md for more information.
- Loading branch information
Showing
11 changed files
with
132 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
Comin soon | ||
|
||
Gérer bdd vide | ||
|
||
template for listing in config | ||
Comin soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
title: Database manager | ||
|
||
entity: | ||
title: Manage %name% | ||
name: Name | ||
listing: Listing | ||
permissions: Permissions | ||
empty: No data found. | ||
action: | ||
add: Add | ||
edit: Edit | ||
remove: Remove | ||
form: | ||
submit: Submit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
title: Manager de base de donnée | ||
|
||
entity: | ||
title: Manager %name% | ||
name: Nom | ||
listing: Liste | ||
permissions: Permissions | ||
empty: Aucune donnée trouvée. | ||
action: | ||
add: Ajouter | ||
edit: Editer | ||
remove: Supprimer | ||
form: | ||
submit: Soumettre |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
<h3>Add :</h3> | ||
{% trans_default_domain 'DBManagerBundle' %} | ||
|
||
<h3>{{ ('entity.action.'~action.formType)|trans }} :</h3> | ||
{{ form_start(form) }} | ||
{% for row in form %} | ||
{{ form_row(row) }} | ||
{% endfor %} | ||
<button type="submit" name="button">Submit</button> | ||
<button type="submit" name="button">{{ 'entity.form.submit'|trans }}</button> | ||
{{ form_end(form) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.