Applied the same patch to other templates which use the same approach. Fixed 2 typos.

- Legacy-Id: 6347
This commit is contained in:
Henrik Levkowetz 2013-10-03 05:40:41 +00:00
parent ca81ed0840
commit cc8817846a
5 changed files with 12 additions and 9 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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 %}