From: <ice...@us...> - 2013-07-29 00:57:53
|
Revision: 6159 http://sourceforge.net/p/web-erp/reponame/6159 Author: icedlava Date: 2013-07-29 00:57:51 +0000 (Mon, 29 Jul 2013) Log Message: ----------- Link installer footer image to existing webERPsm.gif Modified Paths: -------------- trunk/install/index.php Modified: trunk/install/index.php =================================================================== --- trunk/install/index.php 2013-07-29 00:28:11 UTC (rev 6158) +++ trunk/install/index.php 2013-07-29 00:57:51 UTC (rev 6159) @@ -847,7 +847,7 @@ <div class="page_help_text"> <p>'. _('webERP is an open source application licenced under GPL V2 and absolutely free to download.<br /> By installing webERP you acknowledge you have read <a href="http://www.gnu.org/licenses/gpl-2.0.html#SEC1" target="_blank">the licence</a>. <br />Please visit the official webERP website for more information.').' </p> - <p><img src="../css/webERPweb.gif" title="webERP" alt="webERP" />  <a href="http://www.weberp.org">http://www.weberp.org</a></p> + <p><img src="../css/webERPsm.gif" title="webERP" alt="webERP" />  <a href="http://www.weberp.org">http://www.weberp.org</a></p> </div>'; ?> |