Re: al-if and al-setarg

Gabriel Cooper <[email protected]> Tue, 11 Apr 2006 14:42:21 -0400
Newsgroups gmane.comp.web.albatross.general
Message-ID <[email protected]>

Alan Meadows wrote:

>
>                 <al-expand name="forminput">
>                         <al-if expr="spftype == 'ip4'">
>                                 <al-setarg name="label">IP 
> Address/Range</al-setarg>
>                         <al-else>
>                                 <al-setarg 
> name="label">Hostname</al-setarg>
>                         </al-if>
>                 </al-expand>

<al-expand name="forminput">
    <al-setarg name="label">
        <al-if expr="spftype == 'ip4'">
            IP Address/Range
        <al-else>
            Hostname
        </al-if>
    </al-setarg>
</al-expand>