Skip to content
Snippets Groups Projects
Commit d318e9cc authored by vtigerosm's avatar vtigerosm
Browse files

Some hard coded strings and translate issue corrected

parents 8fc623a1 d87fad85
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ $languageStrings = array(
'LBL_MAKE_PUBLIC' => 'Make Public',
'LBL_PAGE' => 'Page',
'LBL_LISTVIEW_PAGE_JUMP' => 'Page Jump',
'LBL_LISTVIEW_JUMP_TO' => 'Jump To',
'LBL_PROFILE_PASSWORD' => 'Profile / Password',
'LBL_INFO' => 'Info',
'LBL_CANT_MOVE_FROM_PUBLIC_TO_PRIVATE' => 'Cannot able to move from Public tag to Private tag.',
......@@ -1930,4 +1931,4 @@ $jsLanguageStrings = array(
'JS_SHARED_WITH'=>'Shared with',
'JS_DEFAULT_DASHBOARD_TOOLTIP' => 'Make this dashboard as default by reordering it as the first tab!',
'JS_SET_DEFAULT_TAB' => 'is set as your default dashboard',
);
);
\ No newline at end of file
......@@ -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