Files
luos/thirdparty/html2ps_pdf/templates/error._connection.tpl
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

16 lines
266 B
Smarty

<h1>Connection error</h1>
<p>Could not open URL <?php echo $_url?> you've specified. </p>
<?php if ($_server_response) { ?>
<p>Server responded with:
<pre>
<?php echo $_server_response; ?>
</pre>
</p>
<?php } else { ?>
<p>No response from server</p>
<?php }; ?>