@@ -, +, @@ - Redundant in-page CSS has been removed from many pages. - An invalid "min" attribute has been removed from several instances of . - Corrected capitalization. - Fixed incorrectly quoted attributes. - Added missing form "action" attributes. - Circulation -> Offline circulation file upload - Tools -> Batch item modification - Tools -> Batch record modification - Tools -> Stage MARC records for import - Tools -> Manage staged MARC records - Tools -> Upload local cover image - Tools -> Upload --- koha-tmpl/intranet-tmpl/prog/css/staff-global.css | 24 +++++++++++++++++++++- .../prog/en/modules/offline_circ/process_koc.tt | 6 +----- .../prog/en/modules/tools/batchMod-del.tt | 13 ++++-------- .../prog/en/modules/tools/batchMod-edit.tt | 2 +- .../en/modules/tools/batch_record_modification.tt | 2 +- .../prog/en/modules/tools/manage-marc-import.tt | 6 ++---- .../prog/en/modules/tools/stage-marc-import.tt | 10 ++++----- .../prog/en/modules/tools/upload-images.tt | 16 +++++---------- .../intranet-tmpl/prog/en/modules/tools/upload.tt | 2 +- 9 files changed, 42 insertions(+), 39 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css +++ a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css @@ -2461,11 +2461,33 @@ fieldset.rows table.mceListBox { #jobpanel,#jobstatus,#jobfailed { display : none; } #jobstatus { margin:.4em; } -#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('../img/progress.png') -300px 0px no-repeat; } + +#jobprogress{ + display: inline-block; + width:200px; + height:10px; + border:1px solid #666; + background:url('../img/progress.png') -300px 0px no-repeat; + } + +.progress_panel { + clear: both; + font-size: 120%; + margin: 1em 0; + padding: 1em; + border: 2px solid #EEE; + border-radius: 5px; +} + +progress { + width: 50%; +} + #selections { width : 100%; white-space : normal; } #selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; } #selections span.selected { background-color : #CCE0FC; } #selections input { vertical-align:middle;margin:0 2px; } + #changepasswordf input[type="text"], #changepasswordf input[type="password"] { font-size: 140%; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt @@ -55,10 +55,6 @@ function CheckForm(f) { //]]> - [% INCLUDE 'header.inc' %] @@ -96,7 +92,7 @@ function CheckForm(f) {
- + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -1,7 +1,6 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Batch item deletion [% INCLUDE 'doc-head-close.inc' %] - [% INCLUDE 'datatables.inc' %] @@ -37,8 +36,8 @@ for( x=0; xBatch item deletion[% ELSE %]

Batch item deletion results

[% END %] [% IF ( barcode_not_unique ) %]
Error saving item: Barcode must be unique.
[% END %] [% IF ( no_next_barcode ) %]
Error saving items: Unable to automatically determine values for barcodes. No item has been inserted.
[% END %] - [% IF ( book_on_loan ) %]
Cannot Delete: item is checked out.
[% END %] - [% IF ( book_reserved ) %]
Cannot Delete: item has a waiting hold.
[% END %] + [% IF ( book_on_loan ) %]
Cannot delete: item is checked out.
[% END %] + [% IF ( book_reserved ) %]
Cannot delete: item has a waiting hold.
[% END %] [% UNLESS ( action ) %] @@ -131,15 +130,11 @@ for( x=0; xThis will delete [% IF ( too_many_items ) %]all the[% ELSE %]the selected[% END %] items.

-
-
Job progress:
0%
-
-
[% IF too_many_items %] - + [% ELSE %] - + [% END %] Cancel --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -232,7 +232,7 @@ $(document).ready(function(){
-
Job progress:
0%
+
Job progress:
0%
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -252,7 +252,7 @@ $(document).ready(function() { Cancel
-
Job progress:
0%
+
Job progress:
0%
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -151,9 +151,7 @@ $(document).ready(function(){ //]]> @@ -355,7 +353,7 @@ $(document).ready(function(){ [% END %] -
Job progress:
0%
+
Job progress:
0%
[% END %] [% IF ( can_revert ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt @@ -7,8 +7,6 @@