User Tools

Site Tools


cat:labelprinting-continuous

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cat:labelprinting-continuous [2019/02/20 16:38] tlittlecat:labelprinting-continuous [2020/07/31 12:39] – [Common Fields to Add or Modify] ehardy
Line 114: Line 114:
 ==== Call Numbers Tab ==== ==== Call Numbers Tab ====
  
-Use this section to finely control how each spine label prints. For example, if you have a long call number with a skinny book, you may make changes to the display to adjust that individual spine label without affecting other spine labels. There is currently no way to edit information in the pocket label at this point.+Use this section to finely control how each spine label prints. For example, if you have a long call number with a skinny book, you may make changes to the display to adjust that individual spine label without affecting other spine labels. There is currently no way to directly edit information in the pocket label.
  
 Any changes you make on this tab are not saved to your template; they are on the fly changes. Any changes you make on this tab are not saved to your template; they are on the fly changes.
Line 233: Line 233:
 Be sure to complete filling out the Settings tab and Save your work before editing the Label Template tab.  Be sure to complete filling out the Settings tab and Save your work before editing the Label Template tab. 
  
-To add fields to the pocket label, scroll to the bottom section of the Label Template tab. You will see the code that has been generated for the label layout you have defined. You may add additional fields in this section, change the order of the fields, or modify how the fields wrap. +To add fields to the pocket label, scroll to the bottom section of the Label Template tab. You will see the code that has been generated for the label layout you have defined. You may add additional fields in this section, change the order of the fields, or modify how the fields wrap. The highlighted area below shows the area you may edit to add or modify fields. Be careful not to modify the rest of the code on the page, or it can break your template. (If this happens, click Default to reset the template to default settings and start over.) 
 + 
 +{{ :cat:spine-label-editing-fields.jpg?600 |}}
  
 If you do not understand the HTML and CSS that is shown, export the template you have to an external file, then attach it to a [[https://help.georgialibraries.org|Help Desk]] ticket along with what you are trying to do, and the PINES staff will assist you.  If you do not understand the HTML and CSS that is shown, export the template you have to an external file, then attach it to a [[https://help.georgialibraries.org|Help Desk]] ticket along with what you are trying to do, and the PINES staff will assist you. 
Line 248: Line 250:
 **Title (limited to 30 characters):** <nowiki>{{col.c ? (get_bib_for(col.c).title | limitTo:30) : ''}}</nowiki> **Title (limited to 30 characters):** <nowiki>{{col.c ? (get_bib_for(col.c).title | limitTo:30) : ''}}</nowiki>
  
-<note tip>[[:cat:spine-label-fields|Click here for a list of all available fields]]</note>+**Author (limited to 30 characters):** <nowiki>{{col.c ? (get_bib_for(col.c).author | limitTo:30) ''}}</nowiki>
  
-You can add multiple fields to one line with spaces in between the fields. For example, if you want to add the library's policy name after the barcode, enter it as such+**Price:** <nowiki>{{col.c ? col.c['price'] : '' | currency}}</nowiki> 
 + 
 +<note tip>[[:cat:spine-label-fields-2|Click here for a list of all available fields]]</note> 
 + 
 +You can add multiple fields to one line with spaces in between the fields. For example, if you want to add the library's policy name after the barcode, enter it as
  
 {{ :cat:cont_feed_5.png?600 |}} {{ :cat:cont_feed_5.png?600 |}}
Line 256: Line 262:
 As long as you **exactly** paste in the given code for a field (like shelving location or title), the fields will be arranged on the pocket label exactly as you place them in the Label Template tab. As long as you **exactly** paste in the given code for a field (like shelving location or title), the fields will be arranged on the pocket label exactly as you place them in the Label Template tab.
  
-For example, if you enter the code for Title, add in 5 spaces, and then the code for shelving location on the same line, on your pocket label it will have the Title, 5 spaces, and then the shelving location. See below:+For example, if you enter the code for Title, add 5 spaces, and then the code for shelving location on the same line, on your pocket label it will have the Title, 5 spaces, and then the shelving location. See below:
  
 {{:cat:pasted:20190219-200410.png}}  {{:cat:pasted:20190219-200310.png}} {{:cat:pasted:20190219-200410.png}}  {{:cat:pasted:20190219-200310.png}}
Line 277: Line 283:
  
 3. Change the "Item Print Label Call Number Wrap Filter Width" to at least 15 (or however many characters can print on the one line).  3. Change the "Item Print Label Call Number Wrap Filter Width" to at least 15 (or however many characters can print on the one line). 
 +
 +=== Moving the Call Number Down on the Spine Label ===
 +
 +You can use the 'Item Print Label - Inline CSS Field' to fine-tune some of the settings. For example, if you want your spine labels to start partway down the label rather than at the top of the label, you can add this text into the Inline CSS field:
 +
 +<nowiki>.spine{padding-top:30px}</nowiki>
 +
 +=== Different Font Size for Spine and Pocket Labels ===
 +
 +You can make the spine label have a different font-size from the pocket label by setting the regular font size using 'Item Print Label Font Size' and then using the 'Item Print Label - Inline CSS Field' like this (where 14pt is the desired font size):
 +
 +<nowiki>.spine{font-size:14pt;}</nowiki>
 +
 ===== Importing and Exporting Templates ===== ===== Importing and Exporting Templates =====
  
cat/labelprinting-continuous.txt · Last modified: 2024/03/01 15:34 by tlittle