From 629342e6e068918f10e8eaf8436da58c620f56b8 Mon Sep 17 00:00:00 2001
From: Oskar Krawczyk
Date: Thu, 4 Mar 2010 15:39:42 +0000
Subject: [PATCH 1/2] Renamed Jetpack to Extension in the UI
---
flightdeck/jetpack/templates/_create.html | 6 +-
.../jetpack/templates/_edit_item_info.html | 2 +-
.../jetpack/templates/_editor_menu.html | 77 +++++++++----------
flightdeck/jetpack/templates/gallery.html | 2 +-
flightdeck/person/templates/dashboard.html | 4 +-
flightdeck/person/templates/profile.html | 4 +-
6 files changed, 47 insertions(+), 48 deletions(-)
diff --git a/flightdeck/jetpack/templates/_create.html b/flightdeck/jetpack/templates/_create.html
index 6cfb55c2..1c3ba65c 100644
--- a/flightdeck/jetpack/templates/_create.html
+++ b/flightdeck/jetpack/templates/_create.html
@@ -1,12 +1,12 @@
{% endif %}
-
+
{% if version %}{% ifequal item.creator.username version.author.username %}
{% else %}
diff --git a/flightdeck/jetpack/templates/_editor_menu.html b/flightdeck/jetpack/templates/_editor_menu.html
index 56ee6c0d..77206ec6 100644
--- a/flightdeck/jetpack/templates/_editor_menu.html
+++ b/flightdeck/jetpack/templates/_editor_menu.html
@@ -1,44 +1,43 @@
-
\ No newline at end of file
diff --git a/flightdeck/jetpack/templates/gallery.html b/flightdeck/jetpack/templates/gallery.html
index b436f946..3f4adec9 100644
--- a/flightdeck/jetpack/templates/gallery.html
+++ b/flightdeck/jetpack/templates/gallery.html
@@ -18,7 +18,7 @@
{% endblock %}
{% block app_content %}
- Recent jetpacks
+ Recent Extensions
{% for item in items %}
diff --git a/flightdeck/person/templates/dashboard.html b/flightdeck/person/templates/dashboard.html
index 38444720..1aff68ea 100644
--- a/flightdeck/person/templates/dashboard.html
+++ b/flightdeck/person/templates/dashboard.html
@@ -14,7 +14,7 @@
{% if user.authored_jetpacks.all %}
-
- Your Jetpacks
+ Your Extensions
({{ user.authored_jetpacks.all|length }})
{% endif %}
@@ -29,7 +29,7 @@
{% block app_content %}
{% if user.authored_jetpacks.all %}
- Your Jetpacks
+ Your Extensions
{% for jet in user.authored_jetpacks.all %}
- {{ jet|render_base_link }}
diff --git a/flightdeck/person/templates/profile.html b/flightdeck/person/templates/profile.html
index cd0be535..256b5339 100644
--- a/flightdeck/person/templates/profile.html
+++ b/flightdeck/person/templates/profile.html
@@ -11,7 +11,7 @@
{% if person.authored_jetpacks.all %}
-
- Jetpacks
+ Extensions
({{ person.authored_jetpacks.all|length }})
{% endif %}
@@ -26,7 +26,7 @@
{% block app_content %}
{% if person.authored_jetpacks.all %}
- Jetpacks
+ Extensions
{% for jet in person.authored_jetpacks.all %}
- {{ jet|render_base_link }}
From 3485617009ead8ad05795fc27228a0696a696f44 Mon Sep 17 00:00:00 2001
From: Oskar Krawczyk
Date: Thu, 4 Mar 2010 15:44:03 +0000
Subject: [PATCH 2/2] Changed the height of the accordion trigger
---
flightdeck/jetpack/media/css/UI.Sidebar.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flightdeck/jetpack/media/css/UI.Sidebar.css b/flightdeck/jetpack/media/css/UI.Sidebar.css
index 4418da8e..12801de4 100644
--- a/flightdeck/jetpack/media/css/UI.Sidebar.css
+++ b/flightdeck/jetpack/media/css/UI.Sidebar.css
@@ -28,7 +28,7 @@ authors:
border-right: solid 1px #F2F4F7;
color: #4D5860;
text-shadow: 0 1px 0 #fff;
- padding: 16px 0 16px 45px;
+ padding: 12px 0 12px 45px;
}
.UI_Sidebar_Toggler a #dependency-counter {