aboutsummaryrefslogtreecommitdiff
path: root/data/templates/edit-file.htm
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-25 20:44:15 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-25 20:44:15 +0200
commitee10ed828276e2677c214d5a3bd13ced4600f6c6 (patch)
tree4548322b659fbf0afc614597db94f106ae014c7b /data/templates/edit-file.htm
parentf74dc77e409c387d46d1b6ed8e0219b5c1390515 (diff)
downloadphorkie-ee10ed828276e2677c214d5a3bd13ced4600f6c6.tar.gz
phorkie-ee10ed828276e2677c214d5a3bd13ced4600f6c6.zip
bootstrap 2.0 support
Diffstat (limited to 'data/templates/edit-file.htm')
-rw-r--r--data/templates/edit-file.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm
index b84b42b..db0b2c5 100644
--- a/data/templates/edit-file.htm
+++ b/data/templates/edit-file.htm
@@ -1,4 +1,4 @@
- <div class="well filegroup" id="filegroup{{fileid}}">
+ <div class="filegroup" id="filegroup{{fileid}}">
{% if not file or file.isText %}
<textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="15" class="content">{{file.getContent}}</textarea>
{% else %}
@@ -6,7 +6,7 @@
Binary files cannot be edited.
</p>
{% endif %}
- <div class="row-fluid">
+ <div class="row-fluid content-details">
<div class="span1">
<a class="btn additional-btn" href="#" onclick="toggleAdditional(this); return false;" style="display:none" title="Show additional options">
<i class="icon-chevron-up"></i>