[view,ux][xs]: add title to document / row limit input giving instructions on use.
This commit is contained in:
@@ -55,7 +55,7 @@ my.DataExplorer = Backbone.View.extend({
|
|||||||
</ul> \
|
</ul> \
|
||||||
<div class="pagination"> \
|
<div class="pagination"> \
|
||||||
<form class="display-count"> \
|
<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> \
|
</form> \
|
||||||
</div> \
|
</div> \
|
||||||
</div> \
|
</div> \
|
||||||
|
|||||||
Reference in New Issue
Block a user