Skip to content
Snippets Groups Projects
Commit 1c23cecf authored by Khaluk's avatar Khaluk
Browse files

Hardcoded "Jump To" string change to translatable variable LBL_LISTVIEW_JUMP_TO

parent 24df5278
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<strong><span id="totalPageCount"></span></strong>
</div>
<div class="listview-pagejump">
<input type="text" id="pageToJump" placeholder="Jump To" class="{$CLASS_VIEW_PAGING_INPUT} text-center"/>&nbsp;
<input type="text" id="pageToJump" placeholder="{vtranslate('LBL_LISTVIEW_JUMP_TO',$moduleName)}" class="{$CLASS_VIEW_PAGING_INPUT} text-center"/>&nbsp;
<button type="button" id="pageToJumpSubmit" class="btn btn-success {$CLASS_VIEW_PAGING_INPUT_SUBMIT} text-center">{'GO'}</button>
</div>
</li>
......@@ -46,4 +46,4 @@
</span>
&nbsp;<span class="totalNumberOfRecords cursorPointer{if !$RECORD_COUNT} hide{/if}" title="{vtranslate('LBL_SHOW_TOTAL_NUMBER_OF_RECORDS', $MODULE)}">{vtranslate('LBL_OF', $MODULE)} <i class="fa fa-question showTotalCountIcon"></i></span>&nbsp;&nbsp;
</span>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment