0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/templates/backupwarning.tpl
Christian Boltz f02b781376 backup.php:
- move "unmaintained" warning to templates/backupwarning.tpl (that's 
  the easiest way to have working HTML tags) 
- remove <p> tag from pgsql error message

templates/backupwarning.tpl
- new file, contains the "unmaintained" warning for backup.php


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1542 a1433add-5e2c-0410-b055-b7f2511e0802
2013-10-19 18:58:59 +00:00

7 lines
387 B
Smarty

<ul class="flash-error">
<li><span class='error_msg'><b>Warning:</b></span> The backup module of PostfixAdmin is poorly maintained and might contain bugs.
<li>Please use <tt>mysqldump</tt> to get a reliable backup of your database.
<li>&nbsp;
<li>If you still trust this backup module, you can <a href="backup.php?download=1" class="button">download the database dump now</a>
</div>