Joomla 1.5.23 --- VirtueMart 1.1.9
Folgende Datei ist dafür zuständig:
HTML-Code:
/htdocs/components/com_virtuemart/themes/default/templates/pagesaccount.shipto.tpl.php
Geänderter Code:
HTML-Code:
<?php
if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
/**
*
* @version $Id: account.shipto.tpl.php 2543 2010-09-26 15:29:25Z zanardi $
* @package VirtueMart
* @subpackage templates
* @copyright Copyright (C) 2007 Soeren Eberhardt. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
* http://virtuemart.net
*/
/*****************************
** Checkout Bar Feature
**/
?>
<div class="pathway"><?php echo $vmPathway; ?></div>
<div style="float:left;text-align:right;">
_________________________
alter Code
_________________________
HTML-Code:
<?php
if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
/**
*
* @version $Id: account.shipto.tpl.php 2543 2010-09-26 15:29:25Z zanardi $
* @package VirtueMart
* @subpackage templates
* @copyright Copyright (C) 2007 Soeren Eberhardt. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* VirtueMart is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See /administrator/components/com_virtuemart/COPYRIGHT.php for copyright notices and details.
*
* http://virtuemart.net
*/
/*****************************
** Checkout Bar Feature
**/
?>
<div class="pathway"><?php echo $vmPathway; ?></div>
<div style="float:left;width:90%;text-align:right;">
also -> width: 90%; <- weglöschen
das sollte es gewesen sein :-)
Lesezeichen