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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css (-1 / +12 lines)
Lines 133-136 a.tagnum { Link Here
133
.linktools a:first-child { border-bottom: 1px solid #DDD; }
133
.linktools a:first-child { border-bottom: 1px solid #DDD; }
134
.linktools a:hover { background-color: #FFC; }
134
.linktools a:hover { background-color: #FFC; }
135
.subfield_controls { margin : 0 .5em; }
135
.subfield_controls { margin : 0 .5em; }
136
.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }
136
.readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }
137
138
#cataloguing_additem_itemlist {
139
	margin-bottom : 1em;
140
}
141
.yui-gf div.first {
142
	width : 19%;
143
}
144
145
.yui-gf .yui-u {
146
	width: 79.2%;
147
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-3 lines)
Lines 1896-1904 img.spinner { Link Here
1896
    vertical-align: middle;
1896
    vertical-align: middle;
1897
    padding-right: 0.3em;
1897
    padding-right: 0.3em;
1898
}
1898
}
1899
#cataloguing_additem_itemlist div {
1900
	overflow : scroll;
1901
}
1902
ul.budget_hierarchy {
1899
ul.budget_hierarchy {
1903
    margin-left: 0px;
1900
    margin-left: 0px;
1904
    padding-left: 0px;
1901
    padding-left: 0px;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (-10 / +10 lines)
Lines 178-189 function set_to_today(id, force) { Link Here
178
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a>
178
 &rsaquo; <a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]">Items</a>
179
</div>
179
</div>
180
180
181
<div id="doc3" class="yui-t2">
181
<div id="doc3" class="yui-t7">
182
182
183
   <div id="bd">
183
   <div id="bd">
184
	<div id="yui-main">
184
	<div id="yui-main">
185
	<div class="yui-b">
186
187
185
188
<h1>Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1>
186
<h1>Items for [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %])</h1>
189
187
Lines 218-224 function set_to_today(id, force) { Link Here
218
        </div>
216
        </div>
219
    [% END %]
217
    [% END %]
220
</div>
218
</div>
221
219
<div class="yui-gf">
220
<div class="yui-u first">
221
[% INCLUDE 'biblio-view-menu.inc' %]
222
</div>
223
<div class="yui-u">
222
<div id="cataloguing_additem_newitem">
224
<div id="cataloguing_additem_newitem">
223
    <form method="post" action="/cgi-bin/koha/cataloguing/additem.pl" name="f">
225
    <form method="post" action="/cgi-bin/koha/cataloguing/additem.pl" name="f">
224
    <input type="hidden" name="op" value="[% op %]" />
226
    <input type="hidden" name="op" value="[% op %]" />
Lines 273-289 function set_to_today(id, force) { Link Here
273
    [% END %]</fieldset>
275
    [% END %]</fieldset>
274
    
276
    
275
    <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
277
    <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
276
    <input type="hidden" name="stickyduedate"" value="[% stickyduedate %]" />
278
    <input type="hidden" name="stickyduedate" value="[% stickyduedate %]" />
277
    <input type="hidden" name="barcode" value="[% barcode %]" />
279
    <input type="hidden" name="barcode" value="[% barcode %]" />
278
    <input type="hidden" name="duedatespec" value="[% duedatespec %]" />
280
    <input type="hidden" name="duedatespec" value="[% duedatespec %]" />
279
281
280
282
281
    </form>
283
    </form>
282
</div>
284
</div>
283
</div>
285
</div><!-- /yui-u -->
284
</div>
286
</div><!-- /yui-gf -->
285
<div class="yui-b">
287
286
[% INCLUDE 'biblio-view-menu.inc' %]
287
</div>
288
</div>
288
</div>
289
</div>
289
[% INCLUDE 'intranet-bottom.inc' %]
290
[% INCLUDE 'intranet-bottom.inc' %]
290
- 

Return to bug 2534