|
@@ -40,12 +40,14 @@ file that was distributed with this source code.
|
|
{{ form_rest(form) }}
|
|
{{ form_rest(form) }}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <input type="submit" class="btn btn-danger" value="{{ 'btn_execute_batch_action'|trans({}, 'SonataAdminBundle') }}" />
|
|
|
|
|
|
+ <button type="submit" class="btn btn-danger"><i class="icon-trash icon-white"></i> {{ 'btn_execute_batch_action'|trans({}, 'SonataAdminBundle') }}</button>
|
|
|
|
|
|
{% if admin.hasRoute('list') and admin.isGranted('LIST') %}
|
|
{% if admin.hasRoute('list') and admin.isGranted('LIST') %}
|
|
{{ 'delete_or'|trans({}, 'SonataAdminBundle') }}
|
|
{{ 'delete_or'|trans({}, 'SonataAdminBundle') }}
|
|
|
|
|
|
- <a class="btn btn-success" href="{{ admin.generateUrl('list') }}">{{ 'link_action_list'|trans({}, 'SonataAdminBundle') }}</a>
|
|
|
|
|
|
+ <a class="btn btn-success" href="{{ admin.generateUrl('list') }}">
|
|
|
|
+ <i class="icon-th-list icon-white"></i> {{ 'link_action_list'|trans({}, 'SonataAdminBundle') }}
|
|
|
|
+ </a>
|
|
{% endif %}
|
|
{% endif %}
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|