wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/serv_infos.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01:00

16 lines
No EOL
753 B
Go Template

<tr>
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_game')?></td>
<td align="right" style="padding-right: 3px">x <?php echo $this->getData('lm_tx_game')?></td>
</tr>
<tr>
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_fleet')?></td>
<td align="right" style="padding-right: 3px">x <?php echo $this->getData('lm_tx_fleet')?></td>
</tr>
<tr>
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_serv')?></td>
<td align="right" style="padding-right: 3px">x <?php echo $this->getData('lm_tx_serv')?></td>
</tr>
<tr>
<td style="padding-left: 3px"><?php echo $this->getData('lm_ifo_queue')?></td>
<td align="right" style="padding-right: 3px"><?php echo $this->getData('lm_tx_queue')?></td>
</tr>