[SCM] live-studio branch, master, updated. 1fe032df7aaa4bff181daf386b8b4bd02929a28c
Chris Lamb
lamby at debian.org
Sun Aug 1 18:35:43 UTC 2010
The following commit has been merged in the master branch:
commit 7a2a416a1ce8158405df6694c60676a83c6a6f51
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 14:12:49 2010 -0400
Make the wizard a bit nicer with a side menu
diff --git a/htdocs/media/css/debian.css b/htdocs/media/css/debian.css
index d52cc03..d170a19 100644
--- a/htdocs/media/css/debian.css
+++ b/htdocs/media/css/debian.css
@@ -237,6 +237,9 @@ a img {
margin:0;
padding:0;
}
+#second-nav li.active {
+ font-weight: bold;
+}
#second-nav p {
line-height: 2;
font-weight: bold;
diff --git a/templates/config/add.html b/templates/config/add.html
index bc73343..2370082 100644
--- a/templates/config/add.html
+++ b/templates/config/add.html
@@ -6,7 +6,18 @@
{% block content %}
-<h1>{{ step }}. {% block add_title %}Missing "add_title" block override {% endblock %}</h1>
+<div id="second-nav">
+<ol>
+ <li class="{% if step == 1 %}active{% endif %}">Image type</li>
+ <li class="{% if step == 2 %}active{% endif %}">Select distribution</li>
+ <li class="{% if step == 3 %}active{% endif %}">Media type</li>
+ <li class="{% if step == 4 %}active{% endif %}">Architecture</li>
+ <li class="{% if step == 5 %}active{% endif %}">Debian Installer</li>
+ <li class="{% if step == 6 %}active{% endif %}">Locale</li>
+</ul>
+</div>
+
+<h1>{% block add_title %}Missing "add_title" block override {% endblock %}</h1>
<form class="add_config" action="" method="POST">{% csrf_token %}
--
live-studio
More information about the debian-live-changes
mailing list