[SCM] live-studio branch, master, updated. 100a0064334102e5c4eab98709e1609f4cbb576b
Chris Lamb
lamby at debian.org
Sun Aug 1 19:57:14 UTC 2010
The following commit has been merged in the master branch:
commit 1d9291c8bcc4f54a449dfc2183d802f9aae32480
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 14:44:09 2010 -0400
Make action buttons consistent.
diff --git a/templates/config/view.html b/templates/config/view.html
index c39bcf2..55054f8 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -9,9 +9,15 @@
<h1><em>{{ config.name }}</em></h1>
<form action="{% url build:enqueue config.pk %}" method="post">
-<input type="submit" value="Build" style="font-size: 120%">
+<input type="submit" value="Build" style="font-size: 120%; float: left; font-weight: bold">
</form>
+<form action="{% url config:edit config.pk %}" method="get">
+<input type="submit" value="Edit" style="font-size: 120%; float: left">
+</form>
+
+<div style="clear: both"></div>
+
{% if config.builds.exists %}
<h3>Build history</h3>
<table cellpadding="5">
@@ -57,8 +63,6 @@
</table>
{% endif %}
-<p><a href="{% url config:edit config.pk %}">Edit</a></p>
-
<p style="font-family: monospace">$ lh config {{ config.options|command_line_options }} && sudo lh build</tt></p>
{% endblock %}
--
live-studio
More information about the debian-live-changes
mailing list