Applied the same patch to other templates which use the same approach. Fixed 2 typos.
- Legacy-Id: 6347
This commit is contained in:
parent
ca81ed0840
commit
cc8817846a
|
@ -68,7 +68,7 @@ img.hidden { display: none; }
|
|||
|
||||
{% endblock morecss %}
|
||||
|
||||
{% block pagehead %}
|
||||
{% block scripts %}
|
||||
<script type="text/javascript" src='/js/agenda2.js'></script>
|
||||
<script type="text/javascript" src='/js/lib/jquery-1.8.2.min.js'></script>
|
||||
<script type="text/javascript" src='/js/browsertime.js'></script>
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
<link rel='stylesheet' type='text/css' href='/css/jquery-ui-themes/jquery-ui-1.8.11.custom.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/base2.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/agenda.css' />
|
||||
{% endblock pagehead %}
|
||||
|
||||
{% block scripts %}
|
||||
<script type='text/javascript' src='/js/lib/jquery-1.8.2.min.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/jquery-ui.custom.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/jquery.ui.widget.js'></script>
|
||||
|
@ -26,8 +28,7 @@
|
|||
<script type='text/javascript' src='/js/agenda/agenda_helpers.js'></script>
|
||||
<script type='text/javascript' src='/js/agenda/agenda_property_utils.js'></script>
|
||||
<script type='text/javascript' src='/js/agenda/agendas_edit.js'></script>
|
||||
|
||||
{% endblock pagehead %}
|
||||
{% endblock scripts %}
|
||||
|
||||
{% block noTable %}
|
||||
</tr></table></div>
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
<link rel='stylesheet' type='text/css' href='/css/jquery-ui-themes/jquery-ui-1.8.11.custom.css' />
|
||||
<link rel="stylesheet" type="text/css" href="/css/base2.css"></link>
|
||||
<link rel='stylesheet' type='text/css' href='/css/agenda.css' />
|
||||
+{% endblock pagehead %}
|
||||
{% endblock pagehead %}
|
||||
|
||||
+{% block scripts %}
|
||||
{% block scripts %}
|
||||
<script type='text/javascript' src='/js/lib/jquery-1.8.2.min.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/minified/jquery-ui.custom.min.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/minified/jquery.ui.widget.min.js'></script>
|
||||
|
|
|
@ -11,8 +11,9 @@
|
|||
<link rel='stylesheet' type='text/css' href='/css/jquery-ui-themes/jquery-ui-1.8.11.custom.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/base2.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/agenda.css' />
|
||||
{% endblock pagehead %}
|
||||
|
||||
|
||||
{% block scripts %}
|
||||
<script type='text/javascript' src='/js/lib/jquery-1.8.2.min.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/jquery-ui.custom.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/jquery.ui.widget.js'></script>
|
||||
|
@ -27,8 +28,7 @@
|
|||
<script type='text/javascript' src='/js/agenda/agenda_helpers.js'></script>
|
||||
<script type='text/javascript' src='/js/agenda/agenda_property_utils.js'></script>
|
||||
<script type='text/javascript' src='/js/agenda/agenda_properties_edit.js'></script>
|
||||
|
||||
{% endblock pagehead %}
|
||||
{% endblock scripts %}
|
||||
|
||||
{% block noTable %}
|
||||
</tr></table></div>
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
<link rel='stylesheet' type='text/css' href='/css/jquery-ui-themes/jquery-ui-1.8.11.custom.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/base2.css' />
|
||||
<link rel='stylesheet' type='text/css' href='/css/agenda.css' />
|
||||
{% endblock pagehead %}
|
||||
|
||||
{% block scripts %}
|
||||
<script type='text/javascript' src='/js/lib/jquery-1.8.2.min.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/jquery-ui.custom.js'></script>
|
||||
<script type='text/javascript' src='/js/jquery-ui-1.9.0.custom/jquery.ui.widget.js'></script>
|
||||
|
@ -65,7 +67,7 @@ function setup_slots(){
|
|||
<style type='text/css'>
|
||||
|
||||
</style>
|
||||
{% endblock pagehead %}
|
||||
{% endblock scripts %}
|
||||
|
||||
|
||||
{% block noTable %}
|
||||
|
|
Loading…
Reference in a new issue