Ref. edit boxes has been extended to show 16 instead of 10 chars.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 16 Mar 2018 07:10:31 +0000 (08:10 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 16 Mar 2018 07:10:31 +0000 (08:10 +0100)
includes/ui/ui_input.inc

index d2854d865b6e4d01fd684f756b5472b38b2e7829..6ff977ad096d1eec3c64490e926f6c27e1877c30 100644 (file)
@@ -758,7 +758,7 @@ function ref_cells($label, $name, $title=null, $init=null, $params=null, $submit
 
                label_cell($list."<input name='".$name."' "
                        .(check_edit_access($name) ? '' : 'disabled ')
-                       ."value='".@$_POST[$name]."' size=10 maxlength=35>");
+                       ."value='".@$_POST[$name]."' size=16 maxlength=35>");
        }
        else // just wildcard ref field (e.g. for global inquires)
        {