fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff00e2
)
FIX: Naciśnięcie przycisku w toolbarze wstawiało id przycisku zamiast odpowiedniego...
author
zuber
<marek@stepniowski.com>
Wed, 19 Aug 2009 21:39:51 +0000
(23:39 +0200)
committer
zuber
<marek@stepniowski.com>
Wed, 19 Aug 2009 21:39:51 +0000
(23:39 +0200)
apps/toolbar/templates/toolbar/toolbar.html
patch
|
blob
|
history
diff --git
a/apps/toolbar/templates/toolbar/toolbar.html
b/apps/toolbar/templates/toolbar/toolbar.html
index
e04fb16
..
0338417
100644
(file)
--- a/
apps/toolbar/templates/toolbar/toolbar.html
+++ b/
apps/toolbar/templates/toolbar/toolbar.html
@@
-10,7
+10,7
@@
{% for group in groups %}
<ol id="{{ group.slug }}" style="display:none">
{% for button in group.button_set.all %}
- <li p:tag="{{ button.
slu
g }}" {% if button.key %}p:key="{{ button.key|keycode }}" title="Ctrl+{{ button.key }}"{% endif %}>{{ button.label }}</li>
+ <li p:tag="{{ button.
ta
g }}" {% if button.key %}p:key="{{ button.key|keycode }}" title="Ctrl+{{ button.key }}"{% endif %}>{{ button.label }}</li>
{% endfor %}
</ol>
{% endfor %}