Set maximum with and chars on Name field when editing saved search
This commit is contained in:
parent
aaa259f77c
commit
f8798fe996
|
@ -22,7 +22,7 @@
|
||||||
<vbox id="zotero-search-box-container" flex="1">
|
<vbox id="zotero-search-box-container" flex="1">
|
||||||
<hbox align="center">
|
<hbox align="center">
|
||||||
<label value="&zotero.search.name;"/>
|
<label value="&zotero.search.name;"/>
|
||||||
<textbox id="search-name" flex="1"/>
|
<textbox id="search-name" width="275" maxlength="80"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<zoterosearch id="search-box" flex="1"/>
|
<zoterosearch id="search-box" flex="1"/>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user