Lines 40-45
Link Here
|
40 |
[% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />[% END %] |
40 |
[% BLOCK cssinclude %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/jquery.rating.css" />[% END %] |
41 |
[% END %] |
41 |
[% END %] |
42 |
[% INCLUDE greybox.inc %] |
42 |
[% INCLUDE greybox.inc %] |
|
|
43 |
<link href="[% interface %]/lib/emoji-picker/css/emoji.css" rel="stylesheet"> |
43 |
</head> |
44 |
</head> |
44 |
[% INCLUDE 'bodytag.inc' bodyid='opac-detail' bodyclass='scrollto' %] |
45 |
[% INCLUDE 'bodytag.inc' bodyid='opac-detail' bodyclass='scrollto' %] |
45 |
[% INCLUDE 'masthead.inc' %] |
46 |
[% INCLUDE 'masthead.inc' %] |
Lines 411-420
Link Here
|
411 |
[% IF ( loggedinusername ) %] |
412 |
[% IF ( loggedinusername ) %] |
412 |
<form id="tagform[% biblio.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl" style="display:none;"> |
413 |
<form id="tagform[% biblio.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl" style="display:none;"> |
413 |
<label for="newtag[% biblio.biblionumber %]">New tag(s), separated by a comma:</label> |
414 |
<label for="newtag[% biblio.biblionumber %]">New tag(s), separated by a comma:</label> |
414 |
<input name="newtag[% biblio.biblionumber %]" id="newtag[% biblio.biblionumber %]" maxlength="100" type="text"/> |
415 |
<p class="emoji-picker-container"> |
|
|
416 |
<input |
417 |
name="newtag[% biblio.biblionumber %]" |
418 |
id="newtag[% biblio.biblionumber %]" |
419 |
type="text" |
420 |
maxlength="100" |
421 |
data-emojiable="true" |
422 |
data-emoji-input="unicode"> |
423 |
</p> |
415 |
<input name="tagbutton" class="btn btn-small tagbutton" title="[% biblio.biblionumber %]" type="submit" value="Add" /> |
424 |
<input name="tagbutton" class="btn btn-small tagbutton" title="[% biblio.biblionumber %]" type="submit" value="Add" /> |
416 |
<a class="cancel_tag_add" id="cancel[% biblio.biblionumber %]" href="#">(done)</a> |
425 |
<a class="cancel_tag_add" id="cancel[% biblio.biblionumber %]" href="#">(done)</a> |
417 |
</form> |
426 |
</form> |
|
|
427 |
|
418 |
<span id="newtag[% biblio.biblionumber %]_status" class="tagstatus" style="display:none;"> |
428 |
<span id="newtag[% biblio.biblionumber %]_status" class="tagstatus" style="display:none;"> |
419 |
Tag status here. |
429 |
Tag status here. |
420 |
</span> |
430 |
</span> |
421 |
- |
|
|