Skip to content

Commit

Permalink
Remove Reporter column.
Browse files Browse the repository at this point in the history
Adding this column seems to have triggered selection of ALL columns when running
Zotero and Juris-M alternately. In any case, adding a special column
for this value is the wrong solution to the problem. Reporter should
show up in the Publication column.
  • Loading branch information
fbennett committed Apr 22, 2018
1 parent b98179e commit 008a05f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions chrome/content/zotero/integration/addCitationDialog.xul
Expand Up @@ -120,11 +120,6 @@
label="&zotero.items.journalAbbr_column;"
flex="1" persist="width ordinal hidden sortActive sortDirection"/>
<splitter class="tree-splitter"/>
<treecol
id="zotero-items-column-reporter" hidden="true"
label="&zotero.items.reporter_column;"
flex="1" persist="width ordinal hidden sortActive sortDirection"/>
<splitter class="tree-splitter"/>
<treecol
id="zotero-items-column-language" hidden="true"
label="&zotero.items.language_column;"
Expand Down
5 changes: 0 additions & 5 deletions chrome/content/zotero/selectItemsDialog.xul
Expand Up @@ -112,11 +112,6 @@
label="&zotero.items.journalAbbr_column;"
flex="1" persist="width ordinal hidden sortActive sortDirection"/>
<splitter class="tree-splitter"/>
<treecol
id="zotero-items-column-reporter" hidden="true"
label="&zotero.items.reporter_column;"
flex="1" persist="width ordinal hidden sortActive sortDirection"/>
<splitter class="tree-splitter"/>
<treecol
id="zotero-items-column-language" hidden="true"
label="&zotero.items.language_column;"
Expand Down
6 changes: 0 additions & 6 deletions chrome/content/zotero/zoteroPane.xul
Expand Up @@ -441,12 +441,6 @@
label="&zotero.items.journalAbbr_column;"
flex="1" zotero-persist="width ordinal hidden sortActive sortDirection"/>
<splitter class="tree-splitter"/>
<treecol
id="zotero-items-column-reporter" hidden="true" disabled-in="feed"
submenu="true"
label="&zotero.items.reporter_column;"
flex="1" zotero-persist="width ordinal hidden sortActive sortDirection"/>
<splitter class="tree-splitter"/>
<treecol
id="zotero-items-column-language"
submenu="true"
Expand Down

0 comments on commit 008a05f

Please sign in to comment.