forked from TagesschuleElementa/www.tagesschule-elementa.ch
install app files for djangocms-history==0.5.3
This commit is contained in:
0
templates/djangocms_history/toolbar/.aldryn-folder
Normal file
0
templates/djangocms_history/toolbar/.aldryn-folder
Normal file
9
templates/djangocms_history/toolbar/ajax_button.html
Normal file
9
templates/djangocms_history/toolbar/ajax_button.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<a href="{{ url }}" data-rel="ajax" data-post="{{ data }}" class="cms-btn{% if active %} cms-btn-active{% endif %}{% if disabled %} cms-btn-disabled{% endif %}" data-on-success="{{ on_success }}">
|
||||
<span>
|
||||
<img
|
||||
aria-hidden="true" style="vertical-align: text-bottom"
|
||||
width="16" height="16" src="{{ icon }}" alt="{{ name }}"
|
||||
title="{{ name }}">
|
||||
<span class="cms-hidden" style="display: none;">{{ name }}</span>
|
||||
</span>
|
||||
</a>
|
||||
Reference in New Issue
Block a user