MASTER I add functinality label an addRoww to focus
I add functinality label an addRoww to focus
This commit is contained in:
@@ -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') {
|
||||
|
||||
@@ -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; #@
|
||||
} #@
|
||||
|
||||
Reference in New Issue
Block a user