|
Lines 202-212
fieldset.rows table { clear: none; margin: 0; }
Link Here
|
| 202 |
</li> |
202 |
</li> |
| 203 |
<li> |
203 |
<li> |
| 204 |
<label class="widelabel" for="staffdisplaycount">Number of issues to display to staff: </label> |
204 |
<label class="widelabel" for="staffdisplaycount">Number of issues to display to staff: </label> |
| 205 |
<input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount | html %]" size="4"/> |
205 |
<input type="text" name="staffdisplaycount" id="staffdisplaycount" data-rule-number="true" value="[% staffdisplaycount | html %]" size="4"/> |
| 206 |
</li> |
206 |
</li> |
| 207 |
<li> |
207 |
<li> |
| 208 |
<label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label> |
208 |
<label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label> |
| 209 |
<input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount | html %]" size="4"/> |
209 |
<input type="text" name="opacdisplaycount" id="opacdisplaycount" data-rule-number="true" value="[% opacdisplaycount | html %]" /> |
| 210 |
</li> |
210 |
</li> |
| 211 |
</ol> |
211 |
</ol> |
| 212 |
</fieldset> |
212 |
</fieldset> |
| 213 |
- |
|
|