[snowy] Disable note editing header until features implemented
- From: Sanford Armstrong <sharm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snowy] Disable note editing header until features implemented
- Date: Thu, 23 Dec 2010 01:15:02 +0000 (UTC)
commit b04690f2ae90adc370f4f262ab72af7c68e3a627
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Wed Dec 22 17:13:39 2010 -0800
Disable note editing header until features implemented
notes/templates/notes/note_detail.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/notes/templates/notes/note_detail.html b/notes/templates/notes/note_detail.html
index f8b76a0..3d15d84 100644
--- a/notes/templates/notes/note_detail.html
+++ b/notes/templates/notes/note_detail.html
@@ -64,11 +64,14 @@
{% endblock %}
{% block content-header %}
+{# Enable when we allow editing/sharing, but only when user has permission on this note #}
+{% comment %}
<div id="note-header">
<button class="header-button">Share</button>
<button class="header-button">Delete</button>
<button class="header-button" style="float:right;">Edit</button>
</div>
+{% endcomment %}
{% endblock %}
{% block content %}
<table id="content-layout" cellspacing="0" cellpadding="0">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]