do not show text field for binary files
[phorkie.git] / data / templates / edit-file.htm
index 53c2c014f4b6dc9e427a9b07faae5adae7d7bb59..a1993c5b2e79c7d4e1a543121c3c7681e4aa9f8c 100644 (file)
     <p class="muted">Type determined from filename</p>
    </div>
   </div>
+  {% if not file or file.isText %}
   <textarea name="files[{{fileid}}][content]" id="content_{{fileid}}" cols="80" rows="15" class="content">{{file.getContent}}</textarea>
+  {% else %}
+  <p style="text-align: center">
+   Binary files cannot be edited.
+  </p>
+  {% endif %}
   <div class="row-fluid">
    <div class="span9">
     <label for="upload_{{fileid}}" class="inline">Replace with upload:</label>