diff options
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/pages/users/index.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/pages/users/index.html.php b/src/views/pages/users/index.html.php index c56d0b3..7f51592 100644 --- a/src/views/pages/users/index.html.php +++ b/src/views/pages/users/index.html.php @@ -52,6 +52,9 @@ foreach ($users as $user) { $arr['type'] = 'text'; } + $t->tag('input', array('name'=>'_old['.$arr['name'].']', + 'value'=>$arr['value'], + 'type'=>'hidden')); $t->tag('input', $arr); $t->closeTag('td'); } |