[extensions-web] extensions: Fix the configure button, show the settings button on detail page



commit 9725e9ffbeec11995b013bca5a988e23947ec09a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Apr 18 13:28:40 2012 -0400

    extensions: Fix the configure button, show the settings button on detail page

 .../extensions/templates/extensions/detail.html    |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail.html b/sweettooth/extensions/templates/extensions/detail.html
index 226c4a0..2edab81 100644
--- a/sweettooth/extensions/templates/extensions/detail.html
+++ b/sweettooth/extensions/templates/extensions/detail.html
@@ -28,7 +28,10 @@
          data-ver-url-base="{% url extensions-version-detail ext_pk=extension.pk slug=extension.slug pk='' %}"
          data-svm="{{ shell_version_map }}">
       <div class="switch"></div>
-      <div class="configure-button"></div>
+      <div class="extra-buttons">
+        <div class="upgrade-button"></div>
+        <div class="configure-button"></div>
+      </div>
 
       {% block icon %}
       <img src="{{ extension.icon.url }}" class="icon">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]