diff options
author | Leif Johansson <leifj@sunet.se> | 2011-05-10 23:23:20 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-05-10 23:23:20 +0200 |
commit | f2170da73142c4f4698177c1b7866fb18477bff9 (patch) | |
tree | fc74e0ceab98a413c42b2e8ccf1b3967fe4e3d62 /src/templates/edit.html | |
parent | 8fe8d48355f07ea19235e624b043743455ee5e09 (diff) |
style polish
Diffstat (limited to 'src/templates/edit.html')
-rw-r--r-- | src/templates/edit.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/templates/edit.html b/src/templates/edit.html index 400a087..a5986bb 100644 --- a/src/templates/edit.html +++ b/src/templates/edit.html @@ -3,7 +3,8 @@ {% block content %} {% block beforeform %}{% endblock %} <h1>{{formtitle}}</h1> -<form method="POST" class="ui-widget ui-corner-all ui-state-highlight bbq infopanel" style="width: 50%"> +<form method="POST" class="ui-widget ui-corner-all ui-state-highlight bbq infopanel" style="width: 66%"> +{% block beforefields %}{% endblock %} <ul class="links"> {% for field in form %} {% if field.is_hidden %} @@ -19,6 +20,7 @@ </ul> <ul class="ilist" style="padding-top: 10px; padding-bottom: 5px;"> <li class="button"><input type="submit" value="{{submitname}}" /></li> + <li class="button"><input type="button" onClick="document.location='{% prefix %}/rooms'" value="Done"/></li> <li class="button right"><input type="button" onClick="document.location='{% prefix %}/rooms'" value="Cancel"/></li> </ul> </form> |