Lines 774-780
No patron matched <span class="ex">[% message %]</span>
Link Here
|
774 |
<th scope="col">Price</th> |
774 |
<th scope="col">Price</th> |
775 |
<th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllitems">select all</a> | <a href="#" id="CheckNoitems">none</a></p></th> |
775 |
<th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllitems">select all</a> | <a href="#" id="CheckNoitems">none</a></p></th> |
776 |
<th scope="col">Check in <p class="column-tool"><a href="#" id="CheckAllreturns">select all</a> | <a href="#" id="CheckNoreturns">none</a></p></th> |
776 |
<th scope="col">Check in <p class="column-tool"><a href="#" id="CheckAllreturns">select all</a> | <a href="#" id="CheckNoreturns">none</a></p></th> |
777 |
<th scope="col">Export <p class="column-tool"><a href="#" id="CheckAllexports">select all</a> | <a href="#" id="CheckNoexports">none</a></p></th> |
777 |
[% IF export_remove_fields OR export_with_csv_profile %] |
|
|
778 |
<th scope="col">Export <p class="column-tool"><a href="#" id="CheckAllexports">select all</a> | <a href="#" id="CheckNoexports">none</a></p></th> |
779 |
[% END %] |
778 |
</tr> |
780 |
</tr> |
779 |
[% IF ( todayissues ) %]</thead> |
781 |
[% IF ( todayissues ) %]</thead> |
780 |
[% INCLUDE 'checkouts-table-footer.inc' %] |
782 |
[% INCLUDE 'checkouts-table-footer.inc' %] |
Lines 844-853
No patron matched <span class="ex">[% message %]</span>
Link Here
|
844 |
</td> |
846 |
</td> |
845 |
[% END %] |
847 |
[% END %] |
846 |
[% END %] |
848 |
[% END %] |
847 |
<td style="text-align:center;"> |
849 |
[% IF export_remove_fields OR export_with_csv_profile %] |
|
|
850 |
<td style="text-align:center;"> |
848 |
<input type="checkbox" id="export_[% todayissue.biblionumber %]" name="biblionumbers" value="[% todayissue.biblionumber %]" /> |
851 |
<input type="checkbox" id="export_[% todayissue.biblionumber %]" name="biblionumbers" value="[% todayissue.biblionumber %]" /> |
849 |
<input type="checkbox" name="itemnumbers" value="[% todayissue.itemnumber %]" style="visibility:hidden;" /> |
852 |
<input type="checkbox" name="itemnumbers" value="[% todayissue.itemnumber %]" style="visibility:hidden;" /> |
850 |
</td> |
853 |
</td> |
|
|
854 |
[% END %] |
851 |
</tr> |
855 |
</tr> |
852 |
[% END %] <!-- /loop todayissues --> |
856 |
[% END %] <!-- /loop todayissues --> |
853 |
<!-- /if todayissues -->[% END %] |
857 |
<!-- /if todayissues -->[% END %] |
Lines 923-932
No patron matched <span class="ex">[% message %]</span>
Link Here
|
923 |
</td> |
927 |
</td> |
924 |
[% END %] |
928 |
[% END %] |
925 |
[% END %] |
929 |
[% END %] |
926 |
<td style="text-align:center;"> |
930 |
[% IF export_remove_fields OR export_with_csv_profile %] |
|
|
931 |
<td style="text-align:center;"> |
927 |
<input type="checkbox" id="export_[% previssue.biblionumber %]" name="biblionumbers" value="[% previssue.biblionumber %]" /> |
932 |
<input type="checkbox" id="export_[% previssue.biblionumber %]" name="biblionumbers" value="[% previssue.biblionumber %]" /> |
928 |
<input type="checkbox" name="itemnumbers" value="[% previssue.itemnumber %]" style="visibility:hidden;" /> |
933 |
<input type="checkbox" name="itemnumbers" value="[% previssue.itemnumber %]" style="visibility:hidden;" /> |
929 |
</td> |
934 |
</td> |
|
|
935 |
[% END %] |
930 |
</tr> |
936 |
</tr> |
931 |
<!-- /loop previssues -->[% END %] |
937 |
<!-- /loop previssues -->[% END %] |
932 |
<!--/if previssues -->[% END %] |
938 |
<!--/if previssues -->[% END %] |
Lines 942-954
No patron matched <span class="ex">[% message %]</span>
Link Here
|
942 |
[% END %] |
948 |
[% END %] |
943 |
<input type="submit" name="renew_checked" value="Renew or Return checked items" /> |
949 |
<input type="submit" name="renew_checked" value="Renew or Return checked items" /> |
944 |
<input type="submit" id="renew_all" name="renew_all" value="Renew all" /> |
950 |
<input type="submit" id="renew_all" name="renew_all" value="Renew all" /> |
945 |
<br/><br/> |
951 |
[% IF export_remove_fields OR export_with_csv_profile %] |
946 |
Don't export fields : <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
952 |
<br/><br/> |
947 |
<span id="exportmenuc">Export</span> |
953 |
Don't export fields : <input type="text" id="export_remove_fields" name="export_remove_fields" value="[% export_remove_fields %]" title="Use for iso2709 exports" /> |
948 |
<input type="hidden" name="op" value="export" /> |
954 |
<span id="exportmenuc">Export</span> |
949 |
<input type="hidden" id="export_format" name="format" value="iso2709" /> |
955 |
<input type="hidden" name="op" value="export" /> |
950 |
<input type="hidden" id="dont_export_item" name="dont_export_item" value="0" /> |
956 |
<input type="hidden" id="export_format" name="format" value="iso2709" /> |
951 |
<input type="hidden" id="record_type" name="record_type" value="bibs" /> |
957 |
<input type="hidden" id="dont_export_item" name="dont_export_item" value="0" /> |
|
|
958 |
<input type="hidden" id="record_type" name="record_type" value="bibs" /> |
959 |
[% END %] |
952 |
</fieldset> |
960 |
</fieldset> |
953 |
[% END %] |
961 |
[% END %] |
954 |
</form> |
962 |
</form> |
955 |
- |
|
|