update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -17,11 +17,9 @@
|
|||
<td width="150">{{ 'UserCountry_LocationDatabase'|translate }}</td>
|
||||
<td><input type="text" id="geoip-location-db" value="{{ geoIPLocUrl }}"/></td>
|
||||
<td width="164">
|
||||
{% set locationHint %}
|
||||
{{ 'UserCountry_LocationDatabaseHint'|translate }}
|
||||
{% endset %}
|
||||
{% import 'macros.twig' as piwik %}
|
||||
{{ piwik.inlineHelp(locationHint) }}
|
||||
<div class="form-help">
|
||||
{{ 'UserCountry_LocationDatabaseHint'|translate }}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -36,24 +34,23 @@
|
|||
<td width="150">{{ 'UserCountry_DownloadNewDatabasesEvery'|translate }}</td>
|
||||
<td id="geoip-update-period-cell">
|
||||
<input type="radio" name="geoip-update-period" value="month" id="geoip-update-period-month" {% if geoIPUpdatePeriod == 'month' %}checked="checked"{% endif %} />
|
||||
<label for="geoip-update-period-month">{{ 'CoreHome_PeriodMonth'|translate }}</label>
|
||||
|
||||
<label for="geoip-update-period-month">{{ 'Intl_PeriodMonth'|translate }}</label>
|
||||
|
||||
<input type="radio" name="geoip-update-period" value="week" id="geoip-update-period-week" {% if geoIPUpdatePeriod == 'week' %}checked="checked"{% endif %}/>
|
||||
<label for="geoip-update-period-week">{{ 'CoreHome_PeriodWeek'|translate }}</label>
|
||||
<label for="geoip-update-period-week">{{ 'Intl_PeriodWeek'|translate }}</label>
|
||||
</td>
|
||||
<td width="164">
|
||||
{% set lastTimeRunNote %}
|
||||
{% if lastTimeUpdaterRun is defined and lastTimeUpdaterRun is not empty %}
|
||||
{{ 'UserCountry_UpdaterWasLastRun'|translate(lastTimeUpdaterRun)|raw }}
|
||||
{% else %}
|
||||
{{ 'UserCountry_UpdaterHasNotBeenRun'|translate }}
|
||||
{% endif %}
|
||||
<br/><br/>
|
||||
<div id="geoip-updater-next-run-time">
|
||||
{% include "@UserCountry/_updaterNextRunTime.twig" %}
|
||||
</div>
|
||||
{% endset %}
|
||||
{{ piwik.inlineHelp(lastTimeRunNote) }}
|
||||
<div class="form-help">
|
||||
{% if lastTimeUpdaterRun is defined and lastTimeUpdaterRun is not empty %}
|
||||
{{ 'UserCountry_UpdaterWasLastRun'|translate(lastTimeUpdaterRun)|raw }}
|
||||
{% else %}
|
||||
{{ 'UserCountry_UpdaterHasNotBeenRun'|translate }}
|
||||
{% endif %}
|
||||
<br/><br/>
|
||||
<div id="geoip-updater-next-run-time">
|
||||
{% include "@UserCountry/_updaterNextRunTime.twig" %}
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue