~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to modules/graph-form-edit.twig

  • Committer: Dan Garner
  • Date: 2018-04-13 10:37:42 UTC
  • mto: (614.1.6)
  • mto: This revision was merged to the branch mainline in revision 648.
  • Revision ID: git-v1:38470ca485dcc9c229c136f305b1b946c1cf5212
Minor tweaks
xibosignage/xibo#1414

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/*
3
3
 * Graph Xibo Module
4
4
 * Copyright (C) 2018 Lukas Zurschmiede
 
5
 *  minor modifications by Spring Signage Ltd to integrate into the core modules
5
6
 *
6
7
 * This Xibo-Module is free software: you can redistribute it and/or modify
7
8
 * it under the terms of the GNU Affero General Public License as published by
22
23
{% import "forms.twig" as forms %}
23
24
 
24
25
{% block formTitle %}
25
 
    {% trans "Edit Graph Page" %}
 
26
    {% trans "Edit Graph" %}
26
27
{% endblock %}
27
28
 
28
29
{% block formButtons %}
30
31
    {% trans "Save" %}, graphFormSubmit()
31
32
{% endblock %}
32
33
 
33
 
{% block callBack %}graphFormSetup{% endblock %}
34
 
 
35
34
{% block formFieldActions %}
36
35
  [
37
36
    {
135
134
        <div class="col-md-12">
136
135
            <ul class="nav nav-tabs" role="tablist">
137
136
                <li class="active"><a href="#general" role="tab" data-toggle="tab"><span>{% trans "General" %}</span></a></li>
138
 
                <li><a href="#dataset" role="tab" data-toggle="tab" data-enlarge="1"><span>{% trans "Dataset" %}</span></a></li>
 
137
                <li><a href="#dataset" role="tab" data-toggle="tab" data-enlarge="1"><span>{% trans "Data" %}</span></a></li>
139
138
                <li><a href="#advanced" role="tab" data-toggle="tab"><span>{% trans "Advanced" %}</span></a></li>
140
139
            </ul>
141
140
            <form id="graphEditForm" class="XiboForm form-horizontal" method="put" action="{{ urlFor("module.widget.edit", {id: module.widget.widgetId}) }}">