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

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

Return to bug 26549