[Freeipa-devel] [PATCH] Restructuring details page.

Adam Young ayoung at redhat.com
Mon Feb 7 17:02:47 UTC 2011


On 02/07/2011 10:20 AM, Endi Sukma Dewata wrote:
> Previously the IPA.details_list_section can only be used with widgets
> that generates <dd> tag because it uses the following structure:
>
> <dl>
> <dt>Telephone Number:</dt>
> <span name="teleponenumber">
> <dd>111-1111</dd>
> <dd>222-2222</dd>
> </span>
> </dl>
>
> The <dd> tag was previously used to handle multi-valued attributes.
> Since multi-valued attributes are now handled by the recently added
> IPA.multivalued_text_widget, the structure can be changed as follows:
>
> <dl>
> <dt>Telephone Number:</dt>
> <dd>
> <span name="telephonenumber">
> <div>111-1111</div>
> <div>222-2222</div>
> </span>
> </dd>
> </dl>
>
> This allows IPA.details_list_section to be used with any widgets
> without requiring the <dd> tag.
>
>
> _______________________________________________
> Freeipa-devel mailing list
> Freeipa-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-devel
ACK.  Pushed to master
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20110207/b92f0466/attachment.htm>


More information about the Freeipa-devel mailing list