[Alba-desarrollo] SVN Alba r6150 -
prosistem/alba/trunk/alba/apps/principal/modules/establecimiento/templates
commits en pressenter.com.ar
commits en pressenter.com.ar
Lun Mayo 4 22:31:20 CEST 2009
Author: ftoledo
Date: 2009-05-04 17:31:19 -0300 (Mon, 04 May 2009)
New Revision: 6150
Modified:
prosistem/alba/trunk/alba/apps/principal/modules/establecimiento/templates/cambiarSuccess.php
Log:
fix estilos
Modified: prosistem/alba/trunk/alba/apps/principal/modules/establecimiento/templates/cambiarSuccess.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/establecimiento/templates/cambiarSuccess.php 2009-05-04 20:26:58 UTC (rev 6149)
+++ prosistem/alba/trunk/alba/apps/principal/modules/establecimiento/templates/cambiarSuccess.php 2009-05-04 20:31:19 UTC (rev 6150)
@@ -1,12 +1,18 @@
<?php use_helper('Object')?>
-<?php echo form_tag('establecimiento/actual')?>
+<div id="sf_admin_container">
+ <div id="sf_admin_content">
+ <div align="center">
+ <?php echo form_tag('establecimiento/actual')?>
- <div align="center">Seleccione el establecimiento que desea administrar
- <br><br>
- <?php echo select_tag('establecimiento',objects_for_select($establecimientos,'getId','getNombre', $sf_user->getAttribute('fk_establecimiento_id')))?>
- <?php echo input_hidden_tag('referer', $referer) ?>
- <br><br>
- <?php echo submit_tag('Seleccionar')?>
+ <div align="center">Seleccione el establecimiento que desea administrar
+ <br><br>
+ <?php echo select_tag('establecimiento',objects_for_select($establecimientos,'getId','getNombre', $sf_user->getAttribute('fk_establecimiento_id')))?>
+ <?php echo input_hidden_tag('referer', $referer) ?>
+ <br><br>
+ <?php echo submit_tag('Seleccionar')?>
+ </div>
+
+ </form>
+ </div>
</div>
-
-</form>
\ No newline at end of file
+</div>
Más información sobre la lista de distribución Alba-desarrollo