<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 02/07/2011 10:20 AM, Endi Sukma Dewata wrote:
    <blockquote cite="mid:4D500DC8.7020304@redhat.com" type="cite">Previously
      the IPA.details_list_section can only be used with widgets
      <br>
      that generates <dd> tag because it uses the following
      structure:
      <br>
      <br>
      <dl>
      <br>
        <dt>Telephone Number:</dt>
      <br>
        <span name="teleponenumber">
      <br>
          <dd>111-1111</dd>
      <br>
          <dd>222-2222</dd>
      <br>
        </span>
      <br>
      </dl>
      <br>
      <br>
      The <dd> tag was previously used to handle multi-valued
      attributes.
      <br>
      Since multi-valued attributes are now handled by the recently
      added
      <br>
      IPA.multivalued_text_widget, the structure can be changed as
      follows:
      <br>
      <br>
      <dl>
      <br>
        <dt>Telephone Number:</dt>
      <br>
        <dd>
      <br>
          <span name="telephonenumber">
      <br>
            <div>111-1111</div>
      <br>
            <div>222-2222</div>
      <br>
          </span>
      <br>
        </dd>
      <br>
      </dl>
      <br>
      <br>
      This allows IPA.details_list_section to be used with any widgets
      <br>
      without requiring the <dd> tag.
      <br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Freeipa-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a></pre>
    </blockquote>
    ACK.  Pushed to master<br>
  </body>
</html>