<?php /* Smarty version 2.6.28, created on 2017-03-31 09:01:07
         compiled from /home/solusito/public_html/templates/eco-net-v3-5/configuressl-complete.tpl */ ?>
<?php if ($this->_tpl_vars['errormessage']): ?>

	<div class="notice notice-error">
		<div class="inside">
			<p><?php echo $this->_tpl_vars['errormessage']; ?>
</p>
		</div>
	</div>

<?php else: ?>

			<div class="notice notice-success">
				<div class="inside">
					<p><?php echo $this->_tpl_vars['LANG']['sslconfigcomplete']; ?>
</p>
				</div>
			</div> 

<p><?php echo $this->_tpl_vars['LANG']['sslconfigcompletedetails']; ?>
</p>

<form method="post" action="clientarea.php?action=productdetails">
<input type="hidden" name="id" value="<?php echo $this->_tpl_vars['serviceid']; ?>
" />

<div class="floatleft"><input type="submit" value="<?php echo $this->_tpl_vars['LANG']['invoicesbacktoclientarea']; ?>
" class="button1 color1" /></div>
<div class="clear">&nbsp;</div>
 </form>
<?php endif; ?>