From 69d12354d44ff01405d688225d530cc0cb4af6fd Mon Sep 17 00:00:00 2001 From: zuber Date: Fri, 21 Aug 2009 09:57:00 +0200 Subject: [PATCH] =?utf8?q?Skr=C3=B3ty=20klawiszowe=20z=20Alt=20zamiast=20C?= =?utf8?q?trl.=20Usuni=C4=99cie=20paska=20statusu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- apps/toolbar/templates/toolbar/toolbar.html | 2 +- project/templates/explorer/file_xml.html | 26 ++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/toolbar/templates/toolbar/toolbar.html b/apps/toolbar/templates/toolbar/toolbar.html index dcc64a95..c508929f 100644 --- a/apps/toolbar/templates/toolbar/toolbar.html +++ b/apps/toolbar/templates/toolbar/toolbar.html @@ -10,7 +10,7 @@ {% for group in groups %}
    {% for button in group.button_set.all %} -
  1. {{ button.label }}
  2. +
  3. {{ button.label }}
  4. {% endfor %}
{% endfor %} diff --git a/project/templates/explorer/file_xml.html b/project/templates/explorer/file_xml.html index 54583e57..53d536a1 100644 --- a/project/templates/explorer/file_xml.html +++ b/project/templates/explorer/file_xml.html @@ -17,9 +17,9 @@ function resizePanels() { $('iframe').width($(window).width() - $('#sidebar').outerWidth()); - $('iframe').height($(window).height() - $('#breadcrumbs').height() - $('toolbar').height()); - $('#toggle-sidebar').height($(window).height() - $('#breadcrumbs').height()); - $('#images-wrap').height($(window).height() - $('#breadcrumbs').height() - $('#sidebar-toolbar').height()) + $('iframe').height($(window).height() - $('iframe').position().top); + $('#toggle-sidebar').height($(window).height() - $('#toggle-sidebar').position().top); + $('#images-wrap').height($(window).height() - $('#images-wrap').position().top); $('#images-wrap, #sidebar-toolbar').width($('#sidebar').width() - 10); } @@ -75,7 +75,7 @@ keys[event.keyCode](); } }, function(event) { - return event.ctrlKey && keys[event.keyCode]; + return event.altKey && keys[event.keyCode]; }); $('#sidebar').bind('resizable:resize', resizePanels) @@ -129,14 +129,14 @@ -
- {{ form.user.errors }} {{ form.commit_message.errors }} -

- Użytkownik: {{ form.user }} - Opis zmian: {{ form.commit_message }} - - Nie synchronizuj przewijania -

-
+ {#
#} + {# {{ form.user.errors }} {{ form.commit_message.errors }} #} + {#

#} + {# Użytkownik: {{ form.user }} #} + {# Opis zmian: {{ form.commit_message }} #} + {# #} + {# Nie synchronizuj przewijania #} + {#

#} + {#
#} {% endblock maincontent %} -- 2.20.1