Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
tengfei
2017-01-03 11:15:11 +08:00
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ EOT;
<?php $system = isset($dbFields[$key]) ? $dbFields[$key]->system : 1;?>
<td><?php echo $key === '' ? 'NULL' : $key; echo html::hidden('keys[]', $key) . html::hidden('systems[]', $system);?></td>
<td>
<?php echo html::input("values[]", isset($dbFields[$key]) ? $dbFields[$key]->value : $value, "class='form-control'");?>
<?php echo html::input("values[]", isset($dbFields[$key]) ? $dbFields[$key]->value : $value, "class='form-control' " . (empty($key) ? 'readonly' : ''));?>
</td>
<?php if($canAdd):?>
<td class='text-left w-100px'>
+7 -7
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long