Difference between revisions of "Deprecated - Custom Field Type: Select One - User Group"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
  
  
 +
:[[Image:GpFieldList.png]]
 +
 +
<pre>
 +
<table border="1" cellpadding=5pt>
 +
[#(?object=group;id=@Team@;) <tr><td>Name: ~firstname~ ~lastname~</td>
 +
                                <td>Title: ~title~</td>
 +
                                <td>Phone: ~phone~</td>
 +
                                <td>Role: ~role~</td></tr>#]
 +
</table>
 +
</pre>
 +
 +
:[[Image:GroupDisplay.png]]
  
  

Revision as of 11:49, 20 May 2010


GpFieldList.png
<table border="1" cellpadding=5pt>
[#(?object=group;id=@Team@;) <tr><td>Name: ~firstname~ ~lastname~</td>
                                 <td>Title: ~title~</td>
                                 <td>Phone: ~phone~</td>
                                 <td>Role: ~role~</td></tr>#]
</table>
GroupDisplay.png


See Also