fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
84132f4
)
Dodanie stylów CSS dla HTML.
author
zuber
<marek@stepniowski.com>
Mon, 28 Sep 2009 09:12:02 +0000
(11:12 +0200)
committer
zuber
<marek@stepniowski.com>
Mon, 28 Sep 2009 09:12:02 +0000
(11:12 +0200)
project/templates/explorer/editor.html
patch
|
blob
|
history
diff --git
a/project/templates/explorer/editor.html
b/project/templates/explorer/editor.html
index
a6bcc41
..
d075678
100644
(file)
--- a/
project/templates/explorer/editor.html
+++ b/
project/templates/explorer/editor.html
@@
-1,6
+1,7
@@
{% extends "base.html" %}
{% block extrahead %}
{% extends "base.html" %}
{% block extrahead %}
+ <link rel="stylesheet" href="{{STATIC_URL}}css/html.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript" charset="utf-8">
var fileId = '{{ fileid }}';
</script>
<script type="text/javascript" charset="utf-8">
var fileId = '{{ fileid }}';
</script>
@@
-84,7
+85,7
@@
{% endblock %}
{% block header-toolbar %}
{% endblock %}
{% block header-toolbar %}
- <button
>Merge</button> <button>Updat
e</button>
+ <button
id="action-update">Update</button> <button id="action-commit">Commit</button> <button id="action-quick-save">Quick Sav
e</button>
{% endblock %}
{% block maincontent %}
{% endblock %}
{% block maincontent %}