add icons for Character groups
This commit is contained in:
commit
2d9a41a5fe
3461 changed files with 594457 additions and 0 deletions
18
www/analytics/plugins/Zeitgeist/templates/ajaxMacros.twig
Normal file
18
www/analytics/plugins/Zeitgeist/templates/ajaxMacros.twig
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{% macro errorDiv(id='ajaxError') %}
|
||||
<div id="{{ id }}" style="display:none"></div>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro loadingDiv(id='ajaxLoadingDiv') %}
|
||||
<div id="{{ id }}" style="display:none;">
|
||||
<div class="loadingPiwik">
|
||||
<img src="plugins/Zeitgeist/images/loading-blue.gif" alt="{{ 'General_LoadingData'|translate }}" />{{ 'General_LoadingData'|translate }}
|
||||
</div>
|
||||
<div class="loadingSegment">
|
||||
{{ 'SegmentEditor_LoadingSegmentedDataMayTakeSomeTime'|translate }}
|
||||
</div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro requestErrorDiv() %}
|
||||
<div id="loadingError">{{ 'General_ErrorRequest'|translate }}</div>
|
||||
{% endmacro %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue