[view,ux][xs]: add title to document / row limit input giving instructions on use.
This commit is contained in:
parent
4a8a51b3de
commit
e2c1688563
@ -55,7 +55,7 @@ my.DataExplorer = Backbone.View.extend({
|
||||
</ul> \
|
||||
<div class="pagination"> \
|
||||
<form class="display-count"> \
|
||||
Showing 0 to <input name="displayCount" type="text" value="{{displayCount}}" /> of <span class="doc-count">{{docCount}}</span> \
|
||||
Showing 0 to <input name="displayCount" type="text" value="{{displayCount}}" title="Edit and hit enter to change the number of rows displayed" /> of <span class="doc-count">{{docCount}}</span> \
|
||||
</form> \
|
||||
</div> \
|
||||
</div> \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user