Styled Logbook Pager System
这个提交包含在:
父节点
3484f5fed7
当前提交
8c2939873d
共有 2 个文件被更改,包括 18 次插入 和 1 次删除
|
|
@ -127,6 +127,19 @@
|
||||||
.ui-widget-content { border: none; }
|
.ui-widget-content { border: none; }
|
||||||
.ui-widget-header { background: none; border: none; border-bottom: 1px solid #DDD; }
|
.ui-widget-header { background: none; border: none; border-bottom: 1px solid #DDD; }
|
||||||
|
|
||||||
|
.pager {
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
.pager a, strong {
|
||||||
|
border: 1px solid #D7D7D7;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
.pager a:hover {
|
||||||
|
background-color: azure;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="http://maps.google.com/maps?file=api&v=3&key=<?php echo $this->config->item('google_maps_api'); ?>&sensor=true"
|
<script src="http://maps.google.com/maps?file=api&v=3&key=<?php echo $this->config->item('google_maps_api'); ?>&sensor=true"
|
||||||
|
|
|
||||||
|
|
@ -65,5 +65,9 @@
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<?php echo $this->pagination->create_links(); ?>
|
<!-- Page Through the Logbook -->
|
||||||
|
<div class="pager">
|
||||||
|
<?php echo $this->pagination->create_links(); ?>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用