summaryrefslogtreecommitdiff
path: root/templates/edit_fieldsets.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-03-03 15:17:59 +0100
committerLeif Johansson <leifj@sunet.se>2011-03-03 15:17:59 +0100
commit9af296c2b49a01b145360453aa7cd1348d3bd11f (patch)
tree2f8a890ba3fb5c9f9e5a5c6cc62f073473139428 /templates/edit_fieldsets.html
parent20eaab5cf84c169c0904e633ff8d9ee9c58202c7 (diff)
renamed service to entity and implemented add-member dialog
Diffstat (limited to 'templates/edit_fieldsets.html')
-rw-r--r--templates/edit_fieldsets.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/edit_fieldsets.html b/templates/edit_fieldsets.html
index b86f3d9..d528a4c 100644
--- a/templates/edit_fieldsets.html
+++ b/templates/edit_fieldsets.html
@@ -13,7 +13,7 @@
<legend class="ui-state-highlight ui-corner-all">{{ fieldset.legend }}</legend>
{% endif %}
{% if fieldset.description %}
- <p>{{ fieldset.description }}</p>
+ <p class="description">{{ fieldset.description }}</p>
{% endif %}
<ul class="links">
{% for field in fieldset %}
@@ -35,7 +35,9 @@
<ul>
<li><input type="reset" value="Back"/></li>
<li><input type="submit" value="Finish"/></li>
- <li><input type="button" style="float: right;" onClick="document.location='{{name.url}}'" value="Cancel"/></li>
+ {% if name %}
+ <li style="float: right;"><input type="button" onClick="document.location='{{name.url}}'" value="Cancel"/></li>
+ {% endif %}
</ul>
</div>
</form>