[Alba-desarrollo] SVN Alba r5025 - in
prosistem/alba/trunk/alba/apps/principal/modules: tipoiva
tipoiva/config tipoiva/templates tipolocacion
tipolocacion/config tipolocacion/templates turno/config
turno/templates usuario/templates
commits en pressenter.com.ar
commits en pressenter.com.ar
Mie Ago 29 18:50:56 CEST 2007
Author: hsanchez
Date: 2007-08-29 13:50:54 -0300 (Wed, 29 Aug 2007)
New Revision: 5025
Added:
prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/templates/
prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/templates/_edit_header.php
prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/templates/
prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/templates/_edit_header.php
prosistem/alba/trunk/alba/apps/principal/modules/turno/templates/_edit_header.php
Modified:
prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/config/generator.yml
prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/config/generator.yml
prosistem/alba/trunk/alba/apps/principal/modules/turno/config/generator.yml
prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/_edit_header.php
prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/editSuccess.php
Log:
Corrigiendo los templates de los modulos
Modified: prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/config/generator.yml
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/config/generator.yml 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/config/generator.yml 2007-08-29 16:50:54 UTC (rev 5025)
@@ -9,7 +9,7 @@
orden: { name: Orden }
edit:
- title: Editar Tipos de IVA
+ title: ""
display: [ nombre, descripcion, orden ]
list:
Added: prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/templates/_edit_header.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/templates/_edit_header.php 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/templates/_edit_header.php 2007-08-29 16:50:54 UTC (rev 5025)
@@ -0,0 +1 @@
+<h1><?php echo ($sf_params->get('action') == "create")?"Ingresar Tipo de IVA":"Modificar Tipo de IVA";?></h1>
Property changes on: prosistem/alba/trunk/alba/apps/principal/modules/tipoiva/templates/_edit_header.php
___________________________________________________________________
Name: svn:keywords
+ "Id Author Rev Date URL"
Modified: prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/config/generator.yml
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/config/generator.yml 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/config/generator.yml 2007-08-29 16:50:54 UTC (rev 5025)
@@ -15,10 +15,10 @@
actions:
_create: -
edit:
- title: Editar Tipos de Locaciones
+ title: ""
actions:
_delete: -
_save: -
_save_and_add: -
_list: -
-
\ No newline at end of file
+
Added: prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/templates/_edit_header.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/templates/_edit_header.php 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/templates/_edit_header.php 2007-08-29 16:50:54 UTC (rev 5025)
@@ -0,0 +1 @@
+<h1><?php echo ($sf_params->get('action') == "create")?"Ingresar Tipos de Locaciones":"Modificar Tipos de Locaciones";?></h1>
Property changes on: prosistem/alba/trunk/alba/apps/principal/modules/tipolocacion/templates/_edit_header.php
___________________________________________________________________
Name: svn:keywords
+ "Id Author Rev Date URL"
Modified: prosistem/alba/trunk/alba/apps/principal/modules/turno/config/generator.yml
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/turno/config/generator.yml 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/turno/config/generator.yml 2007-08-29 16:50:54 UTC (rev 5025)
@@ -8,7 +8,7 @@
hora_inicio: { name: Hora Inicio }
hora_fin: { name: Hora Fin }
edit:
- title: Turno
+ title: ""
display: [descripcion, _hora_inicio, _hora_fin ]
list:
title: Listado de Turnos
Added: prosistem/alba/trunk/alba/apps/principal/modules/turno/templates/_edit_header.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/turno/templates/_edit_header.php 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/turno/templates/_edit_header.php 2007-08-29 16:50:54 UTC (rev 5025)
@@ -0,0 +1 @@
+<h1><?php echo ($sf_params->get('action') == "create")?"Ingresar Turno":"Modificar Turno";?></h1>
Property changes on: prosistem/alba/trunk/alba/apps/principal/modules/turno/templates/_edit_header.php
___________________________________________________________________
Name: svn:keywords
+ "Id Author Rev Date URL"
Modified: prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/_edit_header.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/_edit_header.php 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/_edit_header.php 2007-08-29 16:50:54 UTC (rev 5025)
@@ -1 +1 @@
-<h1><?php echo ($sf_params->get('action') == "create")?"Ingresar Usuario":"Editar Usuario "?></h1>
\ No newline at end of file
+<h1><?php echo ($sf_params->get('action') == "create")?"Ingresar Usuario":"Modificar Usuario";?></h1>
Modified: prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/editSuccess.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/editSuccess.php 2007-08-29 16:27:40 UTC (rev 5024)
+++ prosistem/alba/trunk/alba/apps/principal/modules/usuario/templates/editSuccess.php 2007-08-29 16:50:54 UTC (rev 5025)
@@ -1,31 +1,25 @@
<?php
// auto-generated by sfPropelAdmin
// date: 2007/02/12 11:25:47
-?>
-<?php use_helper('Object', 'Validation', 'ObjectAdmin', 'I18N', 'Date') ?>
-<h1><?php echo __('',
-array()) ?></h1>
-
+use_helper('Object', 'Validation', 'ObjectAdmin', 'I18N', 'Date') ?>
<div id="sf_admin_header">
-<?php include_partial('usuario/edit_header', array('usuario' => $usuario)) ?>
+ <?php include_partial('usuario/edit_header', array('usuario' => $usuario)) ?>
</div>
-
<div id="sf_admin_container">
-
<?php if ($sf_request->hasErrors()): ?>
-<div class="form-errors">
-<h2><?php echo __('There are some errors that prevent the form to validate') ?></h2>
-<ul>
-<?php foreach ($sf_request->getErrorNames() as $name): ?>
- <li><?php echo $sf_request->getError($name) ?></li>
-<?php endforeach; ?>
-</ul>
-</div>
+ <div class="form-errors">
+ <h2><?php echo __('There are some errors that prevent the form to validate') ?></h2>
+ <ul>
+ <?php foreach ($sf_request->getErrorNames() as $name): ?>
+ <li><?php echo $sf_request->getError($name) ?></li>
+ <?php endforeach; ?>
+ </ul>
+ </div>
<?php elseif ($sf_flash->has('notice')): ?>
-<div class="save-ok">
-<h2><?php echo __($sf_flash->get('notice')) ?></h2>
-</div>
+ <div class="save-ok">
+ <h2><?php echo __($sf_flash->get('notice')) ?></h2>
+ </div>
<?php endif; ?>
<?php echo form_tag('usuario/edit', 'id=sf_admin_edit_form name=sf_admin_edit_form multipart=true') ?>
Más información sobre la lista de distribución Alba-desarrollo