|
Lines 18-23
Link Here
|
| 18 |
$("#loading").hide(); |
18 |
$("#loading").hide(); |
| 19 |
}); |
19 |
}); |
| 20 |
$(document).ready(function() { |
20 |
$(document).ready(function() { |
|
|
21 |
|
| 22 |
[% IF bib_doesnt_exist %] |
| 23 |
$("#addbibliotabs").hide(); |
| 24 |
$("#toolbar").hide(); |
| 25 |
[% END %] |
| 26 |
|
| 21 |
$('#addbibliotabs').tabs().bind('show.ui-tabs', function(e, ui) { |
27 |
$('#addbibliotabs').tabs().bind('show.ui-tabs', function(e, ui) { |
| 22 |
$("#"+ui.panel.id+" input:eq(0)").focus(); |
28 |
$("#"+ui.panel.id+" input:eq(0)").focus(); |
| 23 |
}); |
29 |
}); |
|
Lines 540-545
function Changefwk() {
Link Here
|
| 540 |
[% END %] |
546 |
[% END %] |
| 541 |
</div> |
547 |
</div> |
| 542 |
|
548 |
|
|
|
549 |
[% IF bib_doesnt_exist %] |
| 550 |
<div class="dialog alert"> |
| 551 |
The record you are trying to edit doesn't exist.<br> |
| 552 |
<a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Add a new record</a> or <a href="/cgi-bin/koha/catalogue/search.pl">do a catalog search</a>. |
| 553 |
</div> |
| 554 |
[% END %] |
| 555 |
|
| 543 |
[% IF ( popup ) %] |
556 |
[% IF ( popup ) %] |
| 544 |
<input type="hidden" name="mode" value="popup" /> |
557 |
<input type="hidden" name="mode" value="popup" /> |
| 545 |
[% END %] |
558 |
[% END %] |
| 546 |
- |
|
|