View | Details | Raw Unified | Return to bug 15959
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+4 lines)
Lines 1225-1230 div.alert strong { Link Here
1225
    color: #cc0000;
1225
    color: #cc0000;
1226
}
1226
}
1227
1227
1228
.new i.fa {
1229
    color: #425FAF;
1230
}
1231
1228
a.clear-field {
1232
a.clear-field {
1229
    background : transparent url("../../img/clear-field.png") center left no-repeat;
1233
    background : transparent url("../../img/clear-field.png") center left no-repeat;
1230
    padding-left : 16px;
1234
    padding-left : 16px;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/moveitem.tt (-5 / +4 lines)
Lines 21-31 Link Here
21
[% END %]
21
[% END %]
22
22
23
[% BLOCK fail %]
23
[% BLOCK fail %]
24
                                <input type="submit" class="approve" value="OK" />
24
        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
25
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
25
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
26
                        </form>
26
                        </form>
27
                                <form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]">
27
                                <form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]">
28
                                <input type="submit" class="new" value="Try again with a different barcode"/>
28
        <button type="submit" class="new"><i class="fa fa-fw fa-plus"></i> Try again with a different barcode</button>
29
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
29
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
30
                        </form>
30
                        </form>
31
[% END %]
31
[% END %]
Lines 55-65 Link Here
55
			<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle |html %]</i></a>.
55
			<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle |html %]</i></a>.
56
			<p>
56
			<p>
57
			[% INCLUDE actions %]
57
			[% INCLUDE actions %]
58
		                <input type="submit" class="approve" value="OK" />
58
                    <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
59
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
59
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
60
                        </form>
60
                        </form>
61
                                <form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]"/>
61
                                <form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]"/>
62
                                <input type="submit" class="new" value="Attach another item"/>
62
                    <button type="submit" class="new"><i class="fa fa-fw fa-plus"></i> Attach another item</button>
63
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
63
                                <input type="hidden" name="biblionumber" value="[% biblionumber %]" />
64
                        </form>
64
                        </form>
65
	                </p>
65
	                </p>
66
- 

Return to bug 15959