fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Dodanie toolbara do panelu xmleditor.
[redakcja.git]
/
project
/
templates
/
explorer
/
panels
/
xmleditor.html
diff --git
a/project/templates/explorer/panels/xmleditor.html
b/project/templates/explorer/panels/xmleditor.html
index
f8d3fef
..
ef5976c
100644
(file)
--- a/
project/templates/explorer/panels/xmleditor.html
+++ b/
project/templates/explorer/panels/xmleditor.html
@@
-1,4
+1,7
@@
+{% load toolbar_tags %}
+
<div class="panel">
+ {% toolbar %}
<textarea name="text" width="480px">{{ text }}</textarea>
</div>
<script type="text/javascript" charset="utf-8">