-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from symfony2admingenerator/update-dependencies
Update dependencies, add compatibility for Twig 3
- Loading branch information
Showing
12 changed files
with
115 additions
and
108 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
4 changes: 2 additions & 2 deletions
4
Resources/views/Form/BootstrapCollection/collection_add.html.twig
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,8 +1,8 @@ | ||
{% if allow_add %} | ||
{% spaceless %} | ||
{% apply spaceless %} | ||
<a class="btn btn-primary new"> | ||
<i class="fa fa-plus"></i> | ||
{{- ' ' ~ 's2a_bootstrap_collection.add'|trans({}, 'AdmingeneratorFormExtensions') -}} | ||
</a> | ||
{% endspaceless %} | ||
{% endapply %} | ||
{% endif %} |
4 changes: 2 additions & 2 deletions
4
Resources/views/Form/BootstrapCollection/collection_batch_delete.html.twig
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,11 +1,11 @@ | ||
{% if allow_delete %} | ||
{% spaceless %} | ||
{% apply spaceless %} | ||
<a class="btn btn-danger batch-delete"> | ||
<i class="fa fa-trash-o"></i> | ||
{{- ' ' ~ 's2a_bootstrap_collection.delete'|trans({}, 'AdmingeneratorFormExtensions') -}} | ||
</a> | ||
<label class="btn btn-link btn-toggle input-append"> | ||
<input type="checkbox" name="toggle"> | ||
</label> | ||
{% endspaceless %} | ||
{% endapply %} | ||
{% endif %} |
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,24 +1,24 @@ | ||
{% block s2a_collection_fieldset_css %} | ||
{% spaceless %} | ||
{% apply spaceless %} | ||
{% include "@AdmingeneratorFormExtensions/Form/BootstrapCollection/stylesheet.html.twig" %} | ||
{% endspaceless %} | ||
{% endapply %} | ||
{% endblock s2a_collection_fieldset_css %} | ||
|
||
{% block s2a_collection_table_css %} | ||
{% spaceless %} | ||
{% apply spaceless %} | ||
{% include "@AdmingeneratorFormExtensions/Form/BootstrapCollection/stylesheet.html.twig" %} | ||
{% endspaceless %} | ||
{% endapply %} | ||
{% endblock s2a_collection_table_css %} | ||
|
||
{% block s2a_collection_upload_css %} | ||
{% spaceless %} | ||
{% apply spaceless %} | ||
{% include "@AdmingeneratorFormExtensions/Form/UploadCollection/stylesheet.html.twig" %} | ||
{% endspaceless %} | ||
{% endapply %} | ||
{% endblock s2a_collection_upload_css %} | ||
|
||
{% block s2a_google_map_css %} | ||
{% spaceless %} | ||
{% apply spaceless %} | ||
{% include "@AdmingeneratorFormExtensions/Form/GoogleMap/stylesheet.html.twig" %} | ||
{% endspaceless %} | ||
{% endapply %} | ||
{% endblock s2a_google_map_css %} | ||
|
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.