';
$key = 0;
@@ -161,35 +160,19 @@ if (!empty($options) && $options != 'custom') {
- {[ "type": "checkbox", "label": "'.tr('Ricercabile').'", "name": "search['.$key.']", "value": "'.$field['search'].'"';
- if (!$editable) {
- echo ', "readonly": "1"';
- }
- echo ', "help": "'.tr('Indica se il campo è ricercabile').'" ]}
+ {[ "type": "checkbox", "label": "'.tr('Ricercabile').'", "name": "search['.$key.']", "value": "'.$field['search'].'", "help": "'.tr('Indica se il campo è ricercabile').'" ]}
- {[ "type": "checkbox", "label": "'.tr('Ricerca lenta').'", "name": "slow['.$key.']", "value": "'.$field['slow'].'"';
- if (!$editable) {
- echo ', "readonly": "1"';
- }
- echo ', "help": "'.tr("Indica se la ricerca per questo campo è lenta (da utilizzare nel caso di evidenti rallentamenti, mostra solo un avviso all'utente").'" ]}
+ {[ "type": "checkbox", "label": "'.tr('Ricerca lenta').'", "name": "slow['.$key.']", "value": "'.$field['slow'].'", "help": "'.tr("Indica se la ricerca per questo campo è lenta (da utilizzare nel caso di evidenti rallentamenti, mostra solo un avviso all'utente").'" ]}
- {[ "type": "checkbox", "label": "'.tr('Sommabile').'", "name": "sum['.$key.']", "value": "'.$field['summable'].'"';
- if (!$editable) {
- echo ', "readonly": "1"';
- }
- echo ', "help": "'.tr('Indica se il campo è da sommare').'" ]}
+ {[ "type": "checkbox", "label": "'.tr('Sommabile').'", "name": "sum['.$key.']", "value": "'.$field['summable'].'", "help": "'.tr('Indica se il campo è da sommare').'" ]}
- {[ "type": "checkbox", "label": "'.tr('Formattabile').'", "name": "format['.$key.']", "value": "'.$field['format'].'"';
- if (!$editable) {
- echo ', "readonly": "1"';
- }
- echo ', "help": "'.tr('Indica se il campo è formattabile in modo automatico').'" ]}
+ {[ "type": "checkbox", "label": "'.tr('Formattabile').'", "name": "format['.$key.']", "value": "'.$field['format'].'", "help": "'.tr('Indica se il campo è formattabile in modo automatico').'" ]}
@@ -218,8 +201,13 @@ if (!empty($options) && $options != 'custom') {
@@ -327,13 +315,6 @@ if (!empty($options) && $options != 'custom') {