mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
cleanup
This commit is contained in:
@@ -29,14 +29,12 @@
|
||||
<li>
|
||||
<div class="input-group page-input-group">
|
||||
<span class="input-group-addon">{{translate 'Page'}}</span>
|
||||
|
||||
<input
|
||||
class="form-control page-input"
|
||||
type="text"
|
||||
inputmode="numeric"
|
||||
pattern="[0-9]*"
|
||||
value="{{currentPageNumber}}"
|
||||
{{#if lastPageNumber}}max="{{lastPageNumber}}"{{/if}}
|
||||
>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user