Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2483 Lượt xem

<ul class="list-inline">
                        <li>Page:</li>
                        <li><span class="page"/></li>
                        <li>/</li>
                        <li><span class="topage"/></li>
                    </ul>

The above code i am writing in footer div. But page number not showing. Can any one help me please..

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi samba,

Try this in xml.view:

<template id="external_layout_footer">
    <div class="footer">
        <div class="text-center" style="border-top: 1px solid black;">        

            <ul class="list-inline">
                <li>Page:</li>
                <li><span class="page"/></li>
                <li>/</li>
                <li><span class="topage"/></li>
            </ul>
        </div>
    </div>     

</template>

Hope it will works

Ảnh đại diện
Huỷ bỏ
Tác giả

Where do you want me to keep this inside

In the report xml file below the header part.this part is for the footer only