After the release of the 9.1 default web pages, several web page changes have been added to the default set of pages. To implement these changes, you can either:
- Download the 9.1 web pages and replace your existing pages.
- If you have customizations, find and replace the following code changes mentioned below. Any code highlighted in red needs to be removed and any code highlighted in blue needs to be added.
These changes impact the following web pages:
- LendingGenericRequestArticle.html
- EditLendingGenericRequestArticle.html
- EditLendingGenericRequestLoan.html
- NewUserRegistration.html
- ViewSearchResults.html
- FAQ.html
- FirstTime.html
- LendingLogon.html
|
- LendingLogon2.html
- LendingFAQ.html
- ChangeUserInformation.html
- LendingFirstTime.html
- Include_nav_search.html
- illiad.css
- atlasCookieConsent.js
- cookieconsent.min.js
|
The EditLendingGenericRequestArticle.html, FirstTime.html, LendingFirstTime.html, EditLendingGenericRequestArticle.html, and ViewSearchResults.html pages require more than one change.
April 9th, 2020 Web Page Changes
Input Tag for the Request Type
To use the new tag, please overwrite your default LendingGenericRequestArticle.html and EditLendingGenericRequestArticle.html files with the updated files or make the following changes:
LendingGenericRequestArticle.html
Add the line highlighted in blue (default lines 13-21):
<div id="content" class="container" role="heading" aria-label="Content"> <form action="ILLiadLending.dll" method="post" name="LendingGenericRequestArticle"> <input type="hidden" name="ILLiadForm" value="LendingGenericRequestArticle"> <input type="hidden" name="RequestType" value="Article"> <input type="hidden" name="Username" value="<#PARAM name='Username'>"> <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>"> <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>"> <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>"> <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>"
|
|
And change this (default lines 21-24):
<input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>"> <#FORMSTATE> - <fieldset>
|
|
To this:
<input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>"> <#FORMSTATE> <fieldset>
|
EditLendingGenericRequestArticle.html
Add the line highlighted in blue (default lines 13-22):
<div id="content" class="container" role="heading" aria-label="Content"> <form action="illiadlending.dll" method="post" name="EditLendingGenericRequestArticle"> <input type="hidden" name="ILLiadForm" value="EditLendingGenericRequestArticle"> <input type="hidden" name="RequestType" value="<#PARAM name='RequestType'>"> <input type="hidden" name="Username" value="<#PARAM name='Username'>"> <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>"> <input type="hidden" name="TransactionNumber" value="<#PARAM name='TransactionNumber'>"> <input type="hidden" name="ESPNumber" value="<#PARAM name='ESPNumber'>"> <input type="hidden" name="CallNumber" value="<#PARAM name='CallNumber'>"> <input type="hidden" name="NotWantedAfter" value="<#PARAM name='NotWantedAfter'>">
|
|
And change this (default lines 23-27):
<#FORMSTATE>
<fieldset> <h2 class="page-header">Article Request</h2> <section name="article-info">
|
|
To this:
<#FORMSTATE>
<fieldset> <h2 class="page-header">Edit Article Request</h2> <section name="article-info">
|
Stop Duplication of Requests After Editing the Original
To stop the duplication of requests after editing the original request, the name in the form tag has been updated to EditLendingGenericRequestArticle.html, and the value in the input tag has been updated to EditLendingGenericRequestLoan.html.To use these default changes, please overwrite your default EditLendingGenericRequestArticle.html and EditLendingGenericRequestLoan.html files with the updated files or make the following changes:
EditLendingGenericRequestArticle.html
Change this (default lines 13-18):
<div id="content" class="container" role="heading" aria-label="Content"> <form action="ILLiadLending.dll" method="post" name="EditArticleRequest"> <input type="hidden" name="ILLiadForm" value="WebRequestForm"> <input type="hidden" name="RequestType" value="Article"> <input type="hidden" name="Username" value="<#PARAM name='Username'>"> <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
|
|
To this:
<div id="content" class="container" role="heading" aria-label="Content"> <form action="ILLiadLending.dll" method="post" name="EditLendingGenericRequestArticle"> <input type="hidden" name="ILLiadForm" value="EditLendingGenericRequestArticle"> <input type="hidden" name="RequestType" value="Article"> <input type="hidden" name="Username" value="<#PARAM name='Username'>"> <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
|
EditLendingGenericRequestLoan.html
Change this (default lines 13-17):
<div id="content" class="container" role="heading" aria-label="Content"> <form action="illiadlending.dll" method="post" name="EditLoanRequest"> <input type="hidden" name="ILLiadForm" value="WebRequestForm"> <input type="hidden" name="Username" value="<#PARAM name='Username'>"> <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
|
|
To this:
<div id="content" class="container" role="heading" aria-label="Content"> <form action="illiadlending.dll" method="post" name="EditLendingGenericRequestLoan"> <input type="hidden" name="ILLiadForm" value="EditLendingGenericRequestLoan"> <input type="hidden" name="Username" value="<#PARAM name='Username'>"> <input type="hidden" name="SessionID" value="<#PARAM name='SessionID'>">
|
Password and Re-enter IDs
To use the new password IDs instead of password and re-enter password, please overwrite your default NewUserRegistration.html file with the updated file or make the following changes:
NewUserRegistration.html
Change this (default lines 249-255):
<span class="req">(required)</span> </span> </label> <input type="password" class="form-control" name= "Password1" id="CurrentPassword" autocomplete="off"> <div class="small-notes"> Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number. </div>
|
|
To this:
<span class="req">(required)</span> </span> </label> <input type="password" class="form-control" name= "Password1" id="Password1" autocomplete="off"> <div class="small-notes"> Passwords must be at least eight characters long and contain a lowercase letter, an uppercase letter, and a number. </div>
|
|
And change this (default lines 259-266):
<label for="Password2"> <span class="<#ERROR name='ERRORPassword2'>"> Re-enter Password <span class="req">(required)</span> </span> </label> <input type="password" class="form-control" name= "Password2" id="CurrentPassword" autocomplete="off"> </div>
|
|
To this:
<label for="Password2"> <span class="<#ERROR name='ERRORPassword2'>"> Re-enter Password <span class="req">(required)</span> </span> </label> <input type="password" class="form-control" name= "Password2" id="Password2" autocomplete="off"> </div>
|
Radio Button Orientation
To align the radio buttons vertically for viewed search results for both lending and borrowing, please overwrite your default ViewSearchResults.html and illiad.css files with the updated files or make the following changes:
ViewSearchResults.html
Change this (lines 31-40):
<!--Radio control for search filtering--> <div id="searchType"> <input checked name="SearchType" type="radio" id="SearchTypeActive" value="Active"> <label for="SearchTypeActive"> <span class="new-line">Search <u>only</u> active requests</span> </label> <input name="SearchType" type="radio" id="SearchTypeAll" value="All"> <label for="SearchTypeAll"> Search all requests</label> </div>
|
|
To this:
<!--Radio control for search filtering--> <br> <div id="searchType"> <input checked name="SearchType" type="radio" id="SearchTypeActive" value="Active"> <label id="searchType" for="SearchTypeActive"> <span>Search <u>only</u> active requests</span> </label> <input name="SearchType" type="radio" id="SearchTypeAll" value="All"> <label for="SearchTypeAll" id="SearchTypeAll">Search all requests</label> </div>
|
Illiad.css
Add the lines highlighted in blue to the end of the CSS file:
.btn-outline-primary:hover{ background-color:#52b3d9; color: #000; border-color: #52b3d9; }
#searchType, #SearchTypeAll { display: inline !important; }
|
Removed Redundant Target="_self"
This fix is used to clean up the code and remove unnecessary redundancy of the target="_self" tag. The targets will still open within the same window as usual. To set the new defaults, please overwrite your default FAQ.html, FirstTime.html, and LendingFAQ.html files with the updated files or make the following changes:
FAQ.html
Change this (default lines 18-32):
<div id="faq-toc"> <ul> <li><a href="#what" target=_"self">What is ILLiad?</a></li> <li><a href="#better" target=_"self">How is ILLiad better than traditonal ILL systems?</a></li> <li><a href="#disadvantage" target=_"self">Are there any disadvantages to the electronic system? </a></li> <li><a href="#userid" target=_"self">Why do I need a username and password to use ILLiad?</a></li> <li><a href="#password">What if I forget my password? </a></li> <li><a href="#webbrowser" target=_"self">What Web browser should I use?</a></li> <li><a href="#security">Is security a problem if I use a public workstation?</a></li> <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li> <li><a href="#electronic">What is Electronic Delivery?</a></li> <li><a href="#who" target=_"self">Who do I contact if I have problems with or questions about ILLiad?</></li> <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li> </ul> </div>
|
|
To this:
<div id="faq-toc"> <ul> <li><a href="#what">What is ILLiad?</a></li> <li><a href="#better">How is ILLiad better than traditonal ILL systems?</a></li> <li><a href="#disadvantage">Are there any disadvantages to the electronic system? </a></li> <li><a href="#userid">Why do I need a username and password to use ILLiad?</a></li> <li><a href="#password">What if I forget my password? </a></li> <li><a href="#webbrowser">What Web browser should I use?</a></li> <li><a href="#security">Is security a problem if I use a public workstation?</a></li> <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li> <li><a href="#electronic">What is Electronic Delivery?</a></li> <li><a href="#who">Who do I contact if I have problems with or questions about ILLiad?</></li> <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li> </ul> </div>
|
FirstTime.html
Change this (default lines 84-87):
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p>Before registering, you may wish to read the ILLiad <a href="<#ACTION action='10' form='12'>"target="_self">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system. </p>
|
|
To this:
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p>Before registering, you may wish to read the ILLiad <a href="<#ACTION action='10' form='12'>">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system. </p>
|
LendingFAQ.html
Change this (default lines 18-29):
<div id="faq-toc"> <ul> <li><a href="#what" target="_self">What is ILLiad?</a></li> <li><a href="#better" target="_self">How is ILLiad better than traditional ILL systems?</a></li> <li><a href="#disadvantage" target="_self">Are there any disadvantages to the electronic system?</a></li> <li><a href="#userid" target="_self">Why do I need a username and password to use ILLiad?</a></li> <li><a href="#password">What if I forget my password?</a></li> <li><a href="#webbrowser" target="_self">What Web browser should I use?</a></li> <li><a href="#security">Is security a problem if I use a public workstation?</a></li> <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li> <li><a href="#electronic">What is Electronic Delivery?</a></li> <li><a href="#who" target="_self">Who do I contact if I have problems with or questions about ILLiad?</a></li> <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li>
|
|
To this:
<div id="faq-toc"> <ul> <li><a href="#what" >What is ILLiad?</a></li> <li><a href="#better" >How is ILLiad better than traditional ILL systems?</a></li> <li><a href="#disadvantage" >Are there any disadvantages to the electronic system?</a></li> <li><a href="#userid" >Why do I need a username and password to use ILLiad?</a></li> <li><a href="#password">What if I forget my password?</a></li> <li><a href="#webbrowser" >What Web browser should I use?</a></li> <li><a href="#security">Is security a problem if I use a public workstation?</a></li> <li><a href="#history">Why don't I see all my older requests when I look at my request history?</a></li>
<li><a href="#who" >Who do I contact if I have problems with or questions about ILLiad?</a></li> <li><a href="#cookie">Why does my browser say that you're sending a cookie? What's in it?</a></li>
|
Change this (default lines 18-29):
<div class="info-block"> <a name="electronic"></a> <div class="faq-item"> <div class="faq-item-box"> <h3>What is electronic delivery?</h3> <p>Many libraries ship photocopies of articles to us in electronic format. In the past we printed these articles before delivering them to you. Now, through ILLiad, we are able to offer you the option of electronic delivery of these articles in PDF format (Adobe's Portable Document Format). You can read more about electronic delivery on the <a href=" <#ACTION action'10' form='13'>">Electronic Delivery Information</a> page. </p> </div> </div> </div> <div class="info-block"> <a name="who"></a> <div class="faq-item"> <div class="faq-item-box">
|
|
To this:
<div class="info-block"> <a name="who"></a> <div class="faq-item"> <div class="faq-item-box">
|
LendingFirstTime.html
Change this (default lines 111-115):
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p> Before registering, you may wish to read the ILLiad <a href="illiadlending.dll?Action=10&Form=12" target="_self">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system. </p>
|
|
To this:
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p> Before registering, you may wish to read the ILLiad <a href="illiadlending.dll?Action=10&Form=12" >FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system. </p>
|
Cookie Consent
The cookie consent page have been updated to resolve the returning cookie consent banner in the lending pages. To use the new default, please overwrite your default atlasCookieConsent.js and cookieconsent.min.js files with the updated files or make the following changes:
AtlasCookieConsent.js
Change this (default lines 1-6):
window.addEventListener("load", function() { if (document.cookie != "iliadlending_cookieconsent=dismiss") { window.cookieconsent.initialise({ "palette": { "popup": { "background": "#333333" },
|
|
To this:
window.addEventListener("load", function() { window.cookieconsent.initialise({ "palette": { "popup": { "background": "#333333" },
|
And change this (default lines 11-18):
"showLink": false, "theme": "edgeless", cookie:{ name: "illiadlending_cookieconsent", domain: window.location.host } })} });
|
|
To this:
"showLink": false, "theme": "edgeless", cookie:{ name: "lendingilliad_cookieconsent", domain: window.location.host } }) });
|
Cookieconsent.min.js
Change this (default line 1):
!function(e){if(!e.hasInitialised) {var t={escapeRegExp:function(e){return e.replace (/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}
|
|
To this:
!function(e){if(!e.hasInitialised) {var t={escapeRegExp:function(e){return e.replace (/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}
|
Spans
Both borrowing and lending pages, required spans have been correct to be consistently within the ERROR spans. To use the new spans, please overwrite your default ChangeUserInformation.html with the updated files or make the following changes:
ChangeUserInformation.html
Change this (default lines 48-55):
<span class="field"> <span class="<#ERROR name='ERRORSSN'>"> ID Number </span> <span class="req">(required)</span> </span> </label> <input type="text" class="form-control" name="SSN" id="SSN" value="<#PARAM name='SSN'>">
|
|
To this:
<span class="field"> <span class="<#ERROR name='ERRORSSN'>"> ID Number <span class="req">(required)</span> </span> </span> </label> <input type="text" class="form-control" name="SSN" id="SSN" value="<#PARAM name='SSN'>">
|
And change this (default lines 60-67):
<span class="field"> <span class="<#ERROR name='ERROREMailAddress'>"> E-Mail Address </span> <span class="req">(required)</span> </span> </label> <input type="text" class="form-control" name= "EMailAddress" id="EMailAddress" value=" <#PARAM name='EMailAddress'>">
|
|
To this:
<span class="field"> <span class="<#ERROR name='ERROREMailAddress'>"> E-Mail Address <span class="req">(required)</span> </span> </span> </label> <input type="text" class="form-control" name= "EMailAddress" id="EMailAddress" value=" <#PARAM name='EMailAddress'>">
|
And change this (default lines 72-79):
<span class="field"> <span class="<#ERROR name='ERRORPhone'>"> Daytime Phone </span> <span class="req">(required)</span> </span> </label> <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>">
|
|
To this:
<span class="field"> <span class="<#ERROR name='ERRORPhone'>"> Daytime Phone <span class="req">(required)</span> </span> </span> </label> <input type="text" class="form-control" name="Phone" id="Phone" value="<#PARAM name='Phone'>">
|
And change this (default lines 108-116):
<span class="field"> <span class="<#ERROR name='ERRORStatus'>"> Status </span> <span class="req"> (required) </span> </span> </label> <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2">
|
|
To this:
<span class="field"> <span class="<#ERROR name='ERRORStatus'>"> Status <span class="req">(required)</span> </span> </span> </label> <select id="StatusGroup" name="StatusGroup" size="1" class="custom-select mr-sm-2">
|
No Results
In both borrowing and lending pages for ILLiad, the script has been updated to properly show "no results". To use the new default, please overwrite your default ViewSearchResults.html or LendingViewSearchResults.html files with the updated files or make the following changes:
ViewSearchResults.html
Change this (lines 56-69):
<script> $(document).ready(function () { var saveState="<#PARAM name='searchType'>" - $("input[name='searchType'][value='"+ saveState +"']").prop("checked", true) }); </script> </body>
|
|
To this:
<script> $(document).ready(function () { var saveState="<#PARAM name='SearchType'>" $("input[name='SearchType'][value='"+ saveState +"']").prop("checked", true) if (($('#searchResults .requestResult').length == 0) && ($('#searchTerm').text() != '')) { $('#no-results-message').show(); } else { ('#no-results-message').hide(); } }); </script> </body>
|
LendingViewSearchResults.html
Change this (lines 55-68):
<script> $(document).ready(function () { var saveState="<#PARAM name='searchType'>" - $("input[name='searchType'][value='"+ saveState +"']").prop("checked", true) }); </script> </body>
|
|
To this:
<script> $(document).ready(function () { var saveState="<#PARAM name='SearchType'>" $("input[name='SearchType'][value='"+ saveState +"']").prop("checked", true) if (($('#searchResults .requestResult').length == 0) && ($('#searchTerm').text() != '')) { $('#no-results-message').show(); } else { ('#no-results-message').hide(); } }); </script> </body>
|
Special Collections References
A thorough review of the pages has been performed and corrected for keywords like "special collections" in ILLiad. To use the new default verbiage, please overwrite your default LendingFirstTime.html and FirstTime.html files with the updated files or make the following changes:
LendingFirstTime.html
Change this (default lines 111-115):
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p> Before registering, you may wish to read the ILLiad <a href="illiadlending.dll?Action=10&Form=12"target="self">FAQ</a>. The FAQ may answer other questions you have about the ILLiad Special Collections Management System. </p>
|
|
To this:
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p> Before registering, you may wish to read the ILLiad <a href="illiadlending.dll?Action=10&Form=12" >FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system. </p>
|
FirstTime.html
Change this (default lines 35-39):
<ul> <li>Entering your personal information into the ILLiad system means you will not have to supply the information again when making future requests.</li> <li>Having your email and regular mail addresses on file with Special Collections enables us to notify you promptly and deliver materials accurately.</li>
|
|
To this:
<ul> <li>Entering your personal information into the ILLiad system means you will not have to supply the information again when making future requests.</li> <li>Having your email and regular mail addresses on file with ILLiad enables us to notify you promptly and deliver materials accurately.</li>
|
Change this (default lines 84-87):
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p>Before registering, you may wish to read the ILLiad <a href="<#ACTION action='10' form='12'>">FAQ</a>. The FAQ may answer other questions you have about the ILLiad Special Collections Management System. </p>
|
|
To this:
<h2 class="page-header">ILLiad FAQ (Frequently Asked Questions)</h2> <p>Before registering, you may wish to read the ILLiad <a href="<#ACTION action='10' form='12'>">FAQ</a>. The FAQ may answer other questions you have about the ILLiad interlibrary loan system. </p>
|
Lending Search NavBar Notice
Resolved 404 error by updating the search form to point illiad.dll to illiadlending.dll. To use the new Search NavBar notice, please overwrite your default include_nav_search.html file with the updated files or make the following changes:
Include_nav_search.html
Change this (default lines 70-72):
<form action="illiad.dll" name="Search" method="post" class="form-inline my-2 my-lg-0"> <input type="hidden" name="ILLiadForm" value="Search"> <input type="hidden" name="SearchType" value="Active">
|
|
To this:
<form action="illiadlending.dll" name="Search" method="post" class="form-inline my-2 my-lg-0"> <input type="hidden" name="ILLiadForm" value="Search"> <input type="hidden" name="SearchType" value="Active">
|
Lending Logon and Logon2 Icons
Fixed the inconsistency between icons for the Lending Long and Logon2 pages. To implement the consistent icons, please overwrite your default LendingLogon.html and LendingLogon2.html files with the updated files or make the following changes:
LendingLogon.html
Change this (default lines 65-85):
</div> <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to Lending ILLiad"> Logon to ILLiad</button> </form> <div role="heading" class="container" aria-label= "Account creation and password reset"> <div class="forgot-password-link"> <a href="illiadlending.dll?Action=10&Form=84"> Forgot Password?</a><br /> <a href="Lending FirstTime.html">First Time Users</a> <footer class="foot">
|
|
To this:
</div> <button class="btn btn-primary btn-md" type="submit" name="SubmitButton" value="Logon to ILLiad"> Logon to ILLiad</button> </form> <div role="heading" class="container" aria-label= "Account creation and password reset"> <div class="forgot-password-link"> <a href="illiadlending.dll?Action=10&Form=84"> <span aria-hidden="true" class="fas fa-question-circle"> </span> Forgot Password? </a><br /> </div> <div class="first-time-link"> <a href="LendingFirstTime.html"> <span aria-hidden="true" class="fas fa-user-plus"> </span> First Time Users </a> </div> </div> <footer class="foot">
|
LendingLogon2.html
Change this (default lines 44-60):
</form> <div role="heading" class="container" aria-label= "Account creation and password reset"> <form action="illiadlending.dll?Action=10&Form=79" method="post name="RegisterForn" id="RegisterForm"> <#FORMSTATE> <div class="forgot-password-link"> <a href="#ACTION action='10' form'84'>"> <span aria-hidden="true" class="fas fa-question -circle"></span> Forgot Password? </a><br /> </div> <div class="first-time-link"> <a href="#" onclick="RegisterForm.submit(); return false;"> <span aria-hidden="true" class="fas fa-user-plus"> </span> First Time Users </a> </div> </form> </div> <#INCLUDE filename="include_footer.html">
|
|
To this:
<</form> <div role="heading" class="container" aria-label= "Account creation and password reset"> <div class="forgot-password-link"> <a href="illiadlending.dll?Action=10&Form=84"> <span aria-hidden="true" class="fas fa-question -circle"></span> Forgot Password? </a><br /> </div> <div class="first-time-link"> <a href="LendingFirstTime.html"> <span aria-hidden="true" class="fas fa-user-plus"> </span> First Time Users </a> </div> </div> <#INCLUDE filename="include_footer.html">
|
03 February 2021 Web Page Changes
Ampersands
Change all '&' to '&'. See example below:
Change this:
<a href="<#ACTION action='10' form='72'> &Value=<#DATAROW field='TransactionNumber'>"> <#DATAROW field='Title'></a>
|
|
To this:
<a href="<#ACTION action='10' form='72'>&Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='Title'></a>
|
In the DataRow_DefaultRequest.html page change default lines 7, 14, 21, 22, 24, 26-27, and 29-31.
In the DataRow_CheckedOutItems.html page change default lines 7, 14, 21, 22, 24, 26-27, and 29-31.
In the DataRow_ElectronicDelivery.html page change default lines 8, 15, 22-24, 26, 28-29, and 31.
In the DataRow_ElectronicDeliveryUndelete.html page change default lines 8, 16, and 28-31.
In the Lending_DataRowDefaultRequest.html page change default lines 7, 14, 21-22, 24, and 26-27.
In the LendingLogon.html page change default lines 73, 79, 86, and 91.
Non-Breaking Space
Change all '&bsp;' to ' '. See example below:
Change this:
<<div class="field text-muted">Transaction Number <span class="field-value font-weight-bold"><#DATAROW field ='TransactionNumber'></span></div>
|
|
To this:
<div class="field text-muted"> Transaction Number <span class ="field-value font-weight-bold"><#DATAROW field=' TransactionNumber'></span></div>
|
In the DataRow_DefaultRequest.html page change default lines 14, 45, and 58.
In the DataRow_CheckedOutItems.html page change default lines 45 and 58.
In the DataRow_ElectronicDelivery.html page change default lines 22 and 42.
In the DataRow_ElectronicDeliveryUndelete.html page change default line 28.
In the Lending_DataRowDefaultRequest.html page change default lines 14, 21-22, 27, and 36.
Class Attributes
Change all class attributes to the new format:
- Change '" class="menuEdit"' to 'menuEdit'.
- Change '" class="menuRenew"' to 'menuRenew'.
- Change '" class="menuResubmit"' to 'menuResubmit'.
- Change '" class="menuCancel"' to 'menuCancel'.
- Change '" class="menuClone"' to 'menuClone'.
- Change '" class="menuDeletePDF"' to 'menuDeletePDF'.
- Change '" class="menuViewPDF"' to 'menuViewPDF'.
- Change '" class="menuUndo"' to 'menuUndo.
See example below:
Change this:
<a class="dropdown-item btn btn-light <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'> " href="<#ACTION action='11' form='67'> &Value=<#DATAROW field= 'TransactionNumber'>" class="menuRenew"> <span aria-hidden="true" class="fas fa-calendar-alt"></span> Renew</a>
|
|
To this:
<a class="dropdown-item btn btn-light <#DATAROW field='RequestActionAllowed' name='Renew' disabledValue='disabled'> " href="<#ACTION action='11' form='67'> &Value=<#DATAROW field= 'TransactionNumber'>menuRenew > <span aria-hidden="true" class="fas fa-calendar-alt"></span> Renew</a>
|
In the DataRow_CheckedOutItems.html page change default lines 21-22, 24, 26-27, and 29-31.
In the DataRow_DefaultRequest.html page change default lines 21-22, 24, 26-27, and 29-31.
In the DataRow_ElectronicDelivery.html page change default lines 23-24, 26, and 28-29.
In the DataRow_ElectronicDeliveryUndelete.html page change default lines 29-31.
In the Lending_DataRowDefaultRequest.html page change default lines 21-22, 24, and 26-27.
Notes
Move the Notes section to the inner text of the LendingGenericRequestArticle.html.
LendingGenericRequestArticle.html
Change this (default lines 200-201):
textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'> </textarea><br> </label>
|
|
To this(default lines 200-201):
</label> <textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'></textarea> <br>
|
BookChapterRequest.html
Add the double quotes below:
Change this:
<textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control"><#PARAM name='Notes'> </textarea><br>
|
|
To this:
<textarea id="Notes" name="Notes" rows="2" cols="40" class="form-control" value="<#PARAM name='Notes'>"></textarea><br>
|