Skip to content

Commit

Permalink
Occurrence Label Print Module dev
Browse files Browse the repository at this point in the history
- Minor adjustments
  • Loading branch information
egbot committed Nov 11, 2020
1 parent 5918911 commit 947e7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions collections/reports/labelmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ function labelFormatChanged(selObj,catStr){
if(labelFormatObj[catStr][labelIndex].displayBarcode == 1) f.bc.checked = true;
else f.bc.checked = false;
}
if(labelFormatObj[catStr][labelIndex].displayCatNum == 1) f.catalognumbers.checked = true;
else f.catalognumbers.checked = true;
var columnCountIndex = labelFormatObj[catStr][labelIndex].columnCount;
if(document.getElementById("columncount"+columnCountIndex)) document.getElementById("columncount"+columnCountIndex).checked = true;
if(catStr != 'g' && f["labelformatindex-g"]) f["labelformatindex-g"].value = "";
Expand Down Expand Up @@ -419,10 +417,12 @@ function labelFormatChanged(selObj,catStr){
<input type="checkbox" name="bc" value="1" onclick="checkBarcodeCheck(this.form);" />
<span class="checkboxLabel">Include barcode of Catalog Number</span>
</div>
<!--
<div class="fieldDiv">
<input type="checkbox" name="symbbc" value="1" onclick="checkBarcodeCheck(this.form);" />
<span class="checkboxLabel">Include barcode of Symbiota Identifier</span>
</div>
-->
<div class="fieldDiv">
<input type="checkbox" name="bconly" value="1" onclick="checkPrintOnlyCheck(this.form);" />
<span class="checkboxLabel">Print only Barcode</span>
Expand Down
2 changes: 0 additions & 2 deletions content/collections/reports/labeljson_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{
"name":"Generic Herbarium Label",
"displaySpeciesAuthor":1,
"displayCatNum":0,
"displayBarcode":0,
"columnCount":"2",
"defaultStyles":"font-style:time roman;font-size:10pt",
Expand Down Expand Up @@ -59,7 +58,6 @@
{
"name":"Generic Vertebrate Label",
"displaySpeciesAuthor":0,
"displayCatNum":0,
"displayBarcode":0,
"columnCount":"3",
"defaultStyles":"font-style:time roman;font-size:8pt",
Expand Down

0 comments on commit 947e7d6

Please sign in to comment.