Subversion Repositories SmartDukaan

Rev

Rev 3524 | Rev 3872 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3524 Rev 3569
Line 67... Line 67...
67
        <g:north size="1.5">
67
        <g:north size="1.5">
68
            <g:Label styleName='{style.header}' ui:field='currentlyShowing'></g:Label>
68
            <g:Label styleName='{style.header}' ui:field='currentlyShowing'></g:Label>
69
        </g:north>
69
        </g:north>
70
		<g:center>
70
		<g:center>
71
			<g:ScrollPanel>
71
			<g:ScrollPanel>
72
	          <c:CellTable addStyleNames='{style.table}' pageSize='15' ui:field='itemDescriptionTable' />
72
	          <c:CellTable addStyleNames='{style.table}' pageSize='50' ui:field='itemDescriptionTable' />
73
			</g:ScrollPanel>
73
			</g:ScrollPanel>
74
		</g:center>
74
		</g:center>
75
		<g:south size="2.0">
75
		<g:south size="2.0">
76
			<c:SimplePager ui:field='pager' location='CENTER'/>
76
			<c:SimplePager ui:field='pager' location='CENTER'/>
77
		</g:south>
77
		</g:south>