home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / competition referee table.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.1 KB  |  33 lines

  1. <panel title="Referee Stats">
  2.  
  3.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  4.     
  5.     <container class="titled_box" id="plti" title="Referee Statistics" alignment="left">
  6.         <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/>
  7.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  8.  
  9.         <widget class="person_list_table" id="pltb" mode="fill_rows, printable, store_sort_state, drag_rows, drop_on_rows, auto_hide_columns" >
  10.  
  11.             <boolean id="save_current_state" value="true" />
  12.  
  13.             <!-- default sort by playing position (primary), then picked position, then name -->
  14.             <list id="default_sort_column" >
  15.                 <integer value="Prra" />
  16.             </list>
  17.  
  18.             <record id="view">
  19.                 <flags id="Pnam"/> <!-- name -->
  20.                 <flags id="Prgc"/> <!-- games -->    
  21.                 <flags id="Pryc"/> <!-- yellow cards -->
  22.                 <flags id="Prrc"/> <!-- red cards-->
  23.                 <flags id="Prhp"/> <!-- home penalties -->
  24.                 <flags id="Prap"/> <!-- away penalties -->    
  25.                 <flags id="Prra"/> <!-- rating -->                
  26.             </record>
  27.  
  28.         </widget>
  29.     </container> <!-- referee titled box -->
  30.  
  31. </panel> <!-- panel -->
  32.  
  33.