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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-2 / +19 lines)
Lines 248-264 fieldset.rows table { clear: none; margin: 0; } Link Here
248
                                    </select>
248
                                    </select>
249
                                </li>
249
                                </li>
250
                                [% END %]
250
                                [% END %]
251
                                    <li>
251
                                <li>
252
                                    <label for="graceperiod">Grace period:</label>
252
                                    <label for="graceperiod">Grace period:</label>
253
                                    <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod | html %]" size="5"/> day(s)
253
                                    <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod | html %]" size="5"/> day(s)
254
                                </li>
254
                                </li>
255
                                <li>
255
                                <li>
256
                                     <label class="widelabel" for="staffdisplaycount">Number of issues to display to staff: </label>
256
                                     <label class="widelabel" for="staffdisplaycount">Number of issues to display to staff: </label>
257
                                     <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount | html %]" inputmode="numeric" pattern="[0-9]*"  size="4"/>
257
                                     <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount | html %]" inputmode="numeric" pattern="[0-9]*"  size="4"/>
258
                                     <div class="hint">
259
                                        Default:
260
                                        [% Koha.Preference('StaffSerialIssueDisplayCount') | html %]
261
                                        [% IF ( CAN_user_parameters_manage_sysprefs ) %]
262
                                            (<a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=StaffSerialIssueDisplayCount">StaffSerialIssueDisplayCount</a> system preference)
263
                                        [% ELSE %]
264
                                            (StaffSerialIssueDisplayCount system preference)
265
                                        [% END %]
266
                                    </div>
258
                                 </li>
267
                                 </li>
259
                                 <li>
268
                                 <li>
260
                                    <label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label>
269
                                    <label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label>
261
                                    <input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount | html %]" inputmode="numeric" pattern="[0-9]*"  size="4"/>
270
                                    <input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount | html %]" inputmode="numeric" pattern="[0-9]*"  size="4"/>
271
                                    <div class="hint">
272
                                        Default:
273
                                        [% Koha.Preference('OPACSerialIssueDisplayCount') | html %]
274
                                        [% IF ( CAN_user_parameters_manage_sysprefs ) %]
275
                                            (<a target="_blank" href="/cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=OPACSerialIssueDisplayCount">OPACSerialIssueDisplayCount</a>  system preference)
276
                                        [% ELSE %]
277
                                            (OPACSerialIssueDisplayCount system preference)
278
                                        [% END %]
279
                                    </div>
262
                                </li>
280
                                </li>
263
                            </ol>
281
                            </ol>
264
                        </fieldset>
282
                        </fieldset>
265
- 

Return to bug 26549