X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/2a767add127bcb217dcc2ce2ca242f703b5022a0..1fce1689d24ee6eed11644946bfa777a06d2ef8e:/sistema/www/perfiles/perfiles-nuevo.php?ds=sidebyside diff --git a/sistema/www/perfiles/perfiles-nuevo.php b/sistema/www/perfiles/perfiles-nuevo.php index fa39902..1b5a5aa 100644 --- a/sistema/www/perfiles/perfiles-nuevo.php +++ b/sistema/www/perfiles/perfiles-nuevo.php @@ -38,7 +38,7 @@ $FORM->addElement ('text' , 'descripcion', 'Nombre' , array('size' => '50')); $group[] = HTML_QuickForm::createElement('submit', 'continuar', 'Continuar'); $group[] = HTML_QuickForm::createElement('submit', 'filtrar' , 'Filtrar' ); - $group[] = HTML_QuickForm::createElement('submit', 'cancelar' , 'Cancelar', array ('onClick' => 'javascript:window.location = ->\'perfiles\';return false;') ); + $group[] = HTML_QuickForm::createElement('submit', 'cancelar' , 'Cancelar', array ('onClick' => 'javascript:window.location =\'perfiles\';return false;') ); $FORM->addGroup($group,'botones'); // }}} //RESTRINJO EL FORMATO DEL NOMBRE DEL PERFIL{{{