Author: jtauber
Date: Mon Oct 13 02:07:44 2008
New Revision: 1033
Modified:
trunk/projects/complete_project/site_media/base.css
trunk/projects/complete_project/templates/projects/project.html
Log:
made sample template and css changes for project deletion
Modified: trunk/projects/complete_project/site_media/base.css
==============================================================================
--- trunk/projects/complete_project/site_media/base.css (original)
+++ trunk/projects/complete_project/site_media/base.css Mon Oct 13 02:07:44
2008
@@ -925,6 +925,10 @@
margin-top: 20px;
cursor: pointer;
}
+.delete_form {
+ padding: 5px;
+ background: #F99;
+}
/* Fieldsets */
fieldset { padding: 20px; margin: 0 0 1.5em 0; border: 2px solid #ddd; }
Modified: trunk/projects/complete_project/templates/projects/project.html
==============================================================================
--- trunk/projects/complete_project/templates/projects/project.html
(original)
+++ trunk/projects/complete_project/templates/projects/project.html Mon Oct
13 02:07:44 2008
@@ -59,6 +59,7 @@
<tr><td></td><td><input type="hidden" name="action"
value="update" /><input type="submit" value="{%
trans 'update' %}"/></td></tr>
</table>
</form>
+
{% endifequal %}
{% if user.is_authenticated %}
@@ -72,6 +73,10 @@
{{ adduser_form }}
<tr><td></td><td><input type="hidden"
name="action" value="add" /><input type="submit" value="{%
trans 'add' %}"/></td></tr>
</table>
+ </form>
+ <p><img src="/site_media/delete.png" /> <a
href="#" onclick="$('#delete_project_form').toggle(); return false;">{%
trans "Delete project" %}</a><p>
+ <form class="delete_form"
id="delete_project_form" action="{% url project_delete project.slug %}"
method="POST" style="display: none;">
+ <input type="submit" value="{% trans "Delete
Project" %}" /> (all content will be removed)
</form>
{% else %}
<p>You are member of this project.</p>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---