summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNEdit.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-07-03 10:59:35 +0200
committerYorhel <git@yorhel.nl>2016-07-03 10:59:35 +0200
commit7da2edeaa0f6cf7794f4f8f68960497dc1be893c (patch)
treec59de08987be52187635cb7045fb537fb8e04d7d /lib/VNDB/Handler/VNEdit.pm
parentd393bac3b28716ab6d5cb0b159e149ebf9920f51 (diff)
Various staff search improvements
- Exact match is now case-insensitive - Main staff search supports exact match with =-prefix - On VN edit dropdown: exact matches are sorted before other matches - VN edit dropdown now also displays original name
Diffstat (limited to 'lib/VNDB/Handler/VNEdit.pm')
-rw-r--r--lib/VNDB/Handler/VNEdit.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/VNEdit.pm b/lib/VNDB/Handler/VNEdit.pm
index 91217aa2..1c059e7a 100644
--- a/lib/VNDB/Handler/VNEdit.pm
+++ b/lib/VNDB/Handler/VNEdit.pm
@@ -331,7 +331,7 @@ sub _form {
h2 'Add staff';
table; Tr;
td class => 'tc_staff';
- input id => 'credit_input', type => 'text', class => 'text'; end;
+ input id => 'credit_input', type => 'text', class => 'text', style => 'width: 300px'; end;
td colspan => 3, '';
end; end;
}]],
@@ -370,7 +370,7 @@ sub _form {
txt ' voiced by';
end;
td class => 'tc_staff';
- input id => 'cast_input', type => 'text', class => 'text';
+ input id => 'cast_input', type => 'text', class => 'text', style => 'width: 300px';
end;
td colspan => 2, '';
end; end;