[Alba-desarrollo] SVN Alba r4952 -
prosistem/alba/trunk/alba/apps/principal/templates
commits en pressenter.com.ar
commits en pressenter.com.ar
Lun Ago 13 21:21:07 CEST 2007
Author: josx
Date: 2007-08-13 16:21:05 -0300 (Mon, 13 Aug 2007)
New Revision: 4952
Modified:
prosistem/alba/trunk/alba/apps/principal/templates/layout_impresion.php
Log:
Sacando cosas que no se usan del layout de impresion
Modified: prosistem/alba/trunk/alba/apps/principal/templates/layout_impresion.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/templates/layout_impresion.php 2007-08-13 19:13:00 UTC (rev 4951)
+++ prosistem/alba/trunk/alba/apps/principal/templates/layout_impresion.php 2007-08-13 19:21:05 UTC (rev 4952)
@@ -6,36 +6,6 @@
<?php echo include_title() ?>
<link rel="stylesheet" type="text/css" href="<?php echo sfContext::getInstance()->getRequest()->getRelativeUrlRoot() . '/js/jsmenu/themes/'.sfConfig::get("app_alba_menutheme").'/theme.css' ?>"/>
<link rel="shortcut icon" href="/favicon.ico" />
-
- <style type="text/css">
- .fdown {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/index3_5x2.png"?>);
- }
- .fmedio {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/fmedio.png"?>);
- }
- .ftop {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/index3_1x4.png"?>);
- }
- .fmenu {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/fmenu.png"?>);
- }
- td {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 11px;
- }
- .fizq {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/fizq.png"?>);
- }
- .fizq-menu {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/fizq-menu.png"?>);
- }
- .menuimg {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/index_2x1.png"?>);
- }
- .fder {
- background-image: url(<?=sfContext::getInstance()->getRequest()->getRelativeUrlRoot()."/images/gui/fder.png"?>);
- }
</style>
<link rel="stylesheet" type="text/css" href="<?php echo sfContext::getInstance()->getRequest()->getRelativeUrlRoot()?>/css/impresion.css" />
<?php if (!$sf_user->isAuthenticated()):?>
@@ -43,7 +13,6 @@
<?php endif;?>
</head>
<body>
-<?php echo $content; ?>
+ <?php echo $content; ?>
</body>
-<?php echo javascript_include_tag('varios/wz_tooltip.js'); ?>
</html>
Más información sobre la lista de distribución Alba-desarrollo