~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to modules/forecastio-form-settings.twig

  • Committer: Dan Garner
  • Date: 2016-02-12 10:41:25 UTC
  • mto: (454.4.130)
  • mto: This revision was merged to the branch mainline in revision 484.
  • Revision ID: git-v1:ca673f8ea522eac5f311ed779b0fbfeb35a0e4dd
Handle duration changes in XLF generation. Fixed region option factory.
xibosignage/xibo#721

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
{% block moduleFormFields %}
13
13
    {% set title %}{% trans "API Key" %}{% endset %}
14
 
    {% set helpText %}{% trans "Enter your API Key from DarkSky." %}{% endset %}
 
14
    {% set helpText %}{% trans "Enter your API Key from Forecast IO." %}{% endset %}
15
15
    {{ forms.input("apiKey", title, module.getSetting("apiKey"), helpText, "", "required") }}
16
16
 
17
17
    {% set title %}{% trans "Cache Period" %}{% endset %}
18
 
    {% set helpText %}{% trans "Enter the number of seconds you would like to cache long/lat requests for. DarkSky offers 1000 requests a day." %}{% endset %}
 
18
    {% set helpText %}{% trans "Enter the number of seconds you would like to cache long/lat requests for. Forecast IO offers 1000 requests a day." %}{% endset %}
19
19
    {{ forms.input("cachePeriod", title, module.getSetting("cachePeriod"), helpText, "", "required") }}
20
20
{% endblock %}
 
 
b'\\ No newline at end of file'