mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-11 15:15:17 +02:00
Add files via upload
This commit is contained in:
parent
be2d2988aa
commit
3299a99402
1 changed files with 4 additions and 3 deletions
|
@ -208,9 +208,7 @@
|
|||
sort
|
||||
</td>
|
||||
<td align= 'right'>
|
||||
<script>
|
||||
document.write(parseInt(offset + 1) + " - " + parseInt(offset + counterDir)); //offset = 0 will do for < btn | offset + counterDir = perpage then >
|
||||
</script>
|
||||
<div id = 'pager'></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -258,6 +256,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
//pager
|
||||
document.getElementById( "pager" ).innerHTML = parseInt(offset + 1) + " - " + parseInt(offset + counterDir); //offset = 0 will do for < btn | offset + counterDir = perpage then >
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue