View | Details | Raw Unified | Return to bug 23218
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-3 / +2 lines)
Lines 268-274 Link Here
268
                                                    </select>
268
                                                    </select>
269
                                                </label>
269
                                                </label>
270
                                                <input type="checkbox" title="check to delete this field" name="disable_input" value="attr0_value" />
270
                                                <input type="checkbox" title="check to delete this field" name="disable_input" value="attr0_value" />
271
                                                <span class="patron_attributes_value"></span>
271
                                                <span class="patron_attributes_value"><input type"hidden" name="patron_attributes_value" value="poeut"/></span>
272
                                                <a href="#" class="add_attributes" title="Add an attribute"><i class="fa fa-fw fa-plus"></i> New</a>
272
                                                <a href="#" class="add_attributes" title="Add an attribute"><i class="fa fa-fw fa-plus"></i> New</a>
273
                                                <span class="information_category hint" style="width:25%;float:right;"></span>
273
                                                <span class="information_category hint" style="width:25%;float:right;"></span>
274
                                            </li>
274
                                            </li>
Lines 396-402 Link Here
396
                span.html('<input type="text" name="patron_attributes_value"/>');
396
                span.html('<input type="text" name="patron_attributes_value"/>');
397
                $(disable_input_node).show();
397
                $(disable_input_node).show();
398
            } else {
398
            } else {
399
                span.html('');
399
                span.html('<input type="hidden" name="patron_attributes_value" />');
400
                $(disable_input_node).hide();
400
                $(disable_input_node).hide();
401
            }
401
            }
402
        }
402
        }
403
- 

Return to bug 23218