示例#1
0
        echo JText::_("COM_DOCMANPAYPAL_DMP_PRICE");
        ?>
</th>
<th width="5%" align="center"><?php 
        echo JText::_("COM_DOCMANPAYPAL_DMP_OFFLINEGOOD");
        ?>
</th>
<th width="5%" align="center"><?php 
        echo JText::_("COM_DOCMANPAYPAL_DMP_VENDOR");
        ?>
</th>
<th width="5%" align="center">ID</th>
</tr>
</thead>
<?php 
        $vendors = $dm->getVendors();
        if (is_array($vendors)) {
            foreach ($result as $row) {
                ?>
	 <tr class="row0">
	  <td><?php 
                echo $row['name'];
                ?>
<br /><small></small>
	  <div class="cbtns<?php 
                echo $row['id'];
                ?>
" style="display:none;">
	  <textarea rows="2" cols="30" name="buttons[<?php 
                echo $row['id'];
                ?>