projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99925cb
)
Ref. edit boxes has been extended to show 16 instead of 10 chars.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 16 Mar 2018 07:10:31 +0000
(08:10 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 16 Mar 2018 07:10:31 +0000
(08:10 +0100)
includes/ui/ui_input.inc
patch
|
blob
|
history
diff --git
a/includes/ui/ui_input.inc
b/includes/ui/ui_input.inc
index d2854d865b6e4d01fd684f756b5472b38b2e7829..6ff977ad096d1eec3c64490e926f6c27e1877c30 100644
(file)
--- a/
includes/ui/ui_input.inc
+++ b/
includes/ui/ui_input.inc
@@
-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=1
0
maxlength=35>");
+ ."value='".@$_POST[$name]."' size=1
6
maxlength=35>");
}
else // just wildcard ref field (e.g. for global inquires)
{