Lines 64-70
Link Here
|
64 |
var information_category_node = $(select_attr).parent().parent().find('span.information_category'); |
64 |
var information_category_node = $(select_attr).parent().parent().find('span.information_category'); |
65 |
information_category_node.html(""); |
65 |
information_category_node.html(""); |
66 |
if ( category.length > 0 ) { |
66 |
if ( category.length > 0 ) { |
67 |
information_category_node.html(_("This attribute will be only applied to the patron\'s category") +' "' + category + '"'); |
67 |
information_category_node.html(_("This attribute will be only applied to the patron's category") +' "' + category + '"'); |
68 |
} |
68 |
} |
69 |
if ( type == 'select' ) { |
69 |
if ( type == 'select' ) { |
70 |
var options = '<option value = ""></option>'; |
70 |
var options = '<option value = ""></option>'; |
71 |
- |
|
|