<?php
/**
* Message "Data have been saved" after saving new record successfully
* @author Gabriele Droege, DNA Bank Network <contact@dnabank-network.org>
* @version 2.0
* @package Configuration
* @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org<br>The contents of this file are subject to the Mozilla Public License Version 1.1
* @filesource
* @license http://www.mozilla.org/MPL/ MPL
*/

    /********************************************************************************************
    * Message for user after editing data successfully                                          *
    ********************************************************************************************/
echo "<div class='search' align='center'><img src='../images/accept-icon.png'> <span class='fine'>Data have been saved!</span></div>";
?>