diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue
index 15db4e6..72b03a2 100644
--- a/client/components/Search/Search.vue
+++ b/client/components/Search/Search.vue
@@ -192,7 +192,7 @@
@@ -204,6 +204,54 @@
+
+
+
+ А
+
+
+
+ В раздел "Авторы" с переносом значения author={{ extSearch.author }}
+
+
+
+
+
+
+
+ С
+
+
+
+ В раздел "Серии" с переносом значения series={{ extSearch.series }}
+
+
+
+
+
+
+
+ К
+
+
+
+ В раздел "Книги" с переносом значения title={{ extSearch.title }}
+
+
+
+
{{ search[f.field] }}
@@ -177,7 +177,7 @@ class SelectExtSearchDialog {
this.$root.stdDialog.alert(info, 'Памятка', {iconName: 'la la-info-circle'});
}
- onKeyPress(event) {
+ onKeyDown(event) {
if (event.code == 'Enter')
this.apply();
}
diff --git a/client/components/share/DivBtn.vue b/client/components/share/DivBtn.vue
index d1b6c6d..e9208ae 100644
--- a/client/components/share/DivBtn.vue
+++ b/client/components/share/DivBtn.vue
@@ -1,5 +1,5 @@
-