Skip to content

Commit

Permalink
Merge pull request #1776 from cul-it/fix_scan_request_layout
Browse files Browse the repository at this point in the history
Fix scan request layout
  • Loading branch information
jac244 authored Feb 21, 2022
2 parents 8deb6e4 + a89c4a1 commit e0d22f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions app/views/layouts/aeon/_aeon_scan_body.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@
<span class="valid"><span class="bold">Reference Notes</span></span><br />
<span class="note">You can use this field to add any notes about this item or request that may be helpful for your own personal reference later.</span>
</span>
<br/>
<br/>
<textarea id="Notes" name="Notes" maxlength ="255" rows="2" cols="40" class="f-name" tabindex="0"></textarea><br />
</label>
</label>
<div>
<label for="ItemCitation">
<span class="field">
<span class="valid"><span class="bold">Online Image Citation</span>
Expand All @@ -81,15 +82,17 @@
</span>
<br/>
<textarea id="ItemCitation" name="ItemCitation" maxlength ="255" rows="2" cols="40" class="f-name" tabindex="0"></textarea><br />
</label>
</label>
</div>
<div>
<label for="PageCount">
<span class="field">
<span class="valid"><span class="bold">Page Count, if Known</span></span><br />
</span>
<br/>
<textarea id="PageCount" name="PageCount" maxlength ="255" rows="2" cols="40" class="f-name" tabindex="0"></textarea><br />
</label>
</div>
<div class="row-fluid">
<div id="noshow">
<div class="control-group">
Expand Down Expand Up @@ -157,4 +160,4 @@
<label class="control-label">
<span id="ReviewText">'<%= @review_text %>'</span></label>
</div> -->
</div>
</div>
4 changes: 2 additions & 2 deletions app/views/layouts/aeon/_scan_prelim.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" ></script>
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/redmond/jquery-ui.css" media="screen" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://newcatalog-login.library.cornell.edu/aeon511/js/request.js"></script>
<script type="text/javascript" src="https://newcatalog-login.library.cornell.edu/aeon511/js/repro_request.js"></script>
<link rel="stylesheet" type="text/css" href="https://newcatalog-login.library.cornell.edu/aeon/css/request.css" >
<link rel="stylesheet" type="text/css" href="https://newcatalog-login.library.cornell.edu/aeon511/css/aeon.css" >
<link rel="stylesheet" type="text/css" href="https://newcatalog-login.library.cornell.edu/aeon511/css/custom.css" >
Expand Down Expand Up @@ -102,4 +102,4 @@
<%#= @all.html_safe %>




0 comments on commit e0d22f6

Please sign in to comment.