From 9af296c2b49a01b145360453aa7cd1348d3bd11f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 3 Mar 2011 15:17:59 +0100 Subject: renamed service to entity and implemented add-member dialog --- templates/apps/membership/edit.html | 2 +- templates/apps/name/name.html | 10 +++++++--- templates/edit_fieldsets.html | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/apps/membership/edit.html b/templates/apps/membership/edit.html index e9074b0..8174aea 100644 --- a/templates/apps/membership/edit.html +++ b/templates/apps/membership/edit.html @@ -1,6 +1,6 @@ {% extends "edit_fieldsets.html" %} {% block widgets %} - $('#form').formwizard({ + $('#wizard').formwizard({ validationEnabled: true, focusFirstInput: true, textSubmit: "Finish" diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index ebf0402..2b773bf 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -38,9 +38,13 @@ {% if render.invite %}
  • Invite
  • {% endif %} + {% if render.invite %} +
  • Add Member
  • + {% endif %} {% if render.join %} -
  • Join
  • +
  • Join
  • {% endif %} +
    @@ -58,10 +62,10 @@
    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 @@ {{ fieldset.legend }} {% endif %} {% if fieldset.description %} -

    {{ fieldset.description }}

    +

    {{ fieldset.description }}

    {% endif %}
    -- cgit v1.1