MASTER I add functinality label an addRoww to focus

I add functinality label an addRoww to focus
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-10-16 11:21:46 -04:00
parent 19dd7e5efb
commit 8ab69180d0
2 changed files with 0 additions and 3 deletions

View File

@@ -685,7 +685,6 @@ var G_Grid = function(oForm, sGridName){
if (this.onaddrow) {
this.onaddrow(currentRow);
}
newInputs = oNewRow.getElementsByTagName('input');
for (var i = 0; i <= newInputs.length; i++) {
if (typeof(newInputs[i]) != 'undefined' && newInputs[i].type != 'hidden') {

View File

@@ -4781,9 +4781,7 @@ class xmlformTemplate extends Smarty
function getFields(&$form, $therow = -1)
{
$result = array ();
foreach ( $form->fields as $k => $v ) {
if ($form->mode != '') { #@ last modification: erik
$v->mode = $form->mode; #@
} #@