Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How to Add numbering to the Primo brief results?

    • Article Type: General
    • Product: Primo
    • Product Version: 4

    Desired Outcome Goal:
    To Add numbering to the Primo brief results

    Procedure:
    1. Connect to the Primo Back Office with the 'Admin' login.
    2. Go to: Primo Utilities > File Uploader and click on "View Loaded Files (/uploaded_files)" to see all uploaded files.
    3. Add the following line to the localized css and save:

    For Internet Explorer:
    /* ADD LINE COUNT TO BRIEF RESULTS for IE6/7 */
    .EXLResultsList td.EXLResultNumber { vertical-align: middle; display:table-cell; display:block; width:1%; }

    For Firefox
    /* ADD LINE COUNT TO BRIEF RESULTS for IE<=8 Firefox */
    .EXLResultsList td.EXLResultNumber { vertical-align: middle; display:block; width:1%; }
    html:not([ie8andbelow]) .EXLResultsList td.EXLResultNumber { vertical-align: middle; display:table-cell; }

    4. Click "Browse" to retrieve the file from the desktop for uploading, select the file, click "Load & Update CSS".

    5. click on "View Loaded Files (/uploaded_files)" to see the newly-uploaded file.

    Additional Information

    NOTE: customers should keep local master copies of all files loaded into Primo Utilities > File Uploader as there is no way to edit files from within the utility.

    Category: Front End

    Subject: Brief results


    • Article last edited: 5/20/2014