<?php /* Smarty version 2.6.28, created on 2017-10-31 01:10:25
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/clientareaemails.tpl */ ?>
		<div class="bigheader">
			<h2><?php echo $this->_tpl_vars['LANG']['clientareaemails']; ?>
</h2>
		</div><!-- .bigheader -->

<p><?php echo $this->_tpl_vars['LANG']['clientareaemailsintrotext']; ?>
</p>

<p><?php echo $this->_tpl_vars['numproducts']; ?>
 <?php echo $this->_tpl_vars['LANG']['recordsfound']; ?>
, <?php echo $this->_tpl_vars['LANG']['page']; ?>
 <?php echo $this->_tpl_vars['pagenumber']; ?>
 <?php echo $this->_tpl_vars['LANG']['pageof']; ?>
 <?php echo $this->_tpl_vars['totalpages']; ?>
</p>


<div class="table-responsive table-grey">
<table>
  <tr>
    <th width="30%"><?php echo $this->_tpl_vars['LANG']['clientareaemailsdate']; ?>
</th>
    <th width="70%"><?php echo $this->_tpl_vars['LANG']['clientareaemailssubject']; ?>
</th>
  </tr>
  <?php $_from = $this->_tpl_vars['emails']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['num'] => $this->_tpl_vars['email']):
?>
  <tr>
    <td><?php echo $this->_tpl_vars['email']['date']; ?>
</td>
    <td><a href="#" onclick="window.open('viewemail.php?id=<?php echo $this->_tpl_vars['email']['id']; ?>
','','width=650,height=400,scrollbars=yes');return false"><?php echo $this->_tpl_vars['email']['subject']; ?>
</a></td>
  </tr>
  <?php endforeach; else: ?>
  <tr>
    <td colspan="2" align="center"><?php echo $this->_tpl_vars['LANG']['norecordsfound']; ?>
</td>
  </tr>
  <?php endif; unset($_from); ?>
</table>
</div>

<ul class="navsub floatleft">
	<li><a href="clientarea.php?action=emails&itemlimit=10">10</a></li>
	<li><a href="clientarea.php?action=emails&itemlimit=25">25</a></li>
	<li><a href="clientarea.php?action=emails&itemlimit=50">50</a></li>
	<li><a href="clientarea.php?action=emails&itemlimit=100">100</a></li>
	<li><a href="clientarea.php?action=emails&itemlimit=all"><?php echo $this->_tpl_vars['LANG']['all']; ?>
</a></li>
</ul>


<ul class="navsub floatright">
	<?php if ($this->_tpl_vars['prevpage']): ?><li><a href="clientarea.php?action=emails&amp;page=<?php echo $this->_tpl_vars['prevpage']; ?>
">&laquo; <?php echo $this->_tpl_vars['LANG']['previouspage']; ?>
</a></li><?php endif; ?>
	<?php if ($this->_tpl_vars['nextpage']): ?><li><a href="clientarea.php?action=emails&amp;page=<?php echo $this->_tpl_vars['nextpage']; ?>
"><?php echo $this->_tpl_vars['LANG']['nextpage']; ?>
 &raquo;</a></li><?php endif; ?>
</ul>			

<div class="clear">&nbsp;</div>