Beispiel #1
0
" >
                    <td>
                        <strong class="dark">
                            <?php 
                if (isset($message->elastname) && $message->elastname) {
                    echo $message->efirstname . ' ' . $message->elastname;
                } elseif ($message->clastname) {
                    echo $message->cfirstname . ' ' . $message->clastname;
                } else {
                    echo $this->shop_name;
                }
                ?>
                        </strong>
                        <br />
                        <?php 
                echo JeproshopValidator::dateFormat($message->date_add, true);
                ?>
                    </td>
                    <td><?php 
                echo nl2br($message->message);
                ?>
</td>
                </tr>
            <?php 
            }
            ?>
            </tbody>
        </table>
    </div>
<?php 
        }
Beispiel #2
0
        ?>
<th><?php 
        echo ucfirst(JText::_('COM_JEPROSHOP_SHOP_LABEL'));
        ?>
</th> <?php 
    }
    ?>
				</tr>
			</thead>
			<tbody>
				<?php 
    foreach ($this->referrers as $referrer) {
        ?>
				<tr>
					<td><?php 
        echo JeproshopValidator::dateFormat($this->order->date_add, false);
        ?>
</td>
					<td><?php 
        echo $referrer->name;
        ?>
</td>
					<?php 
        if ($this->shop_is_feature_active) {
            ?>
<td><?php 
            echo $referrer->shop_name;
            ?>
</td><?php 
        }
        ?>