Committer: egeraskin
LJSUP-12382: Add to shop/history pagination on every 50 positionsU trunk/templates/Shop/History.tmpl
Modified: trunk/templates/Shop/History.tmpl =================================================================== --- trunk/templates/Shop/History.tmpl 2012-05-31 14:27:03 UTC (rev 12045) +++ trunk/templates/Shop/History.tmpl 2012-05-31 14:30:53 UTC (rev 12046) @@ -97,15 +97,15 @@ </TMPL_LOOP> </table> <TMPL_IF wallet_show_paging> - <p class="history-paging"> - <strong><TMPL_VAR expr="ml('shop.history.paging.title')"></strong> + <p class="b-history-paging"> + <span><TMPL_VAR expr="ml('shop.history.paging.title')"></span> <TMPL_IF wallet_previous_page> - <a href="<TMPL_VAR wallet_previous_page ESCAPE=HTML>"><TMPL_VAR expr="ml('shop.history.paging.previous')"></a> + <a href="<TMPL_VAR wallet_previous_page ESCAPE=HTML>" class="b-history-paging-prev"><TMPL_VAR expr="ml('shop.history.paging.previous')"></a> </TMPL_IF> <TMPL_IF wallet_first_page> - <a href="<TMPL_VAR wallet_first_page ESCAPE=HTML>">1</a> + <a href="<TMPL_VAR wallet_first_page ESCAPE=HTML>" class="b-history-paging-counter">1</a> … </TMPL_IF> @@ -113,17 +113,17 @@ <TMPL_IF page_current> <strong><TMPL_VAR page_num></strong> <TMPL_ELSE> - <a href="<TMPL_VAR page_link ESCAPE=HTML>"><TMPL_VAR page_num></a> + <a href="<TMPL_VAR page_link ESCAPE=HTML>" class="b-history-paging-counter"><TMPL_VAR page_num></a> </TMPL_IF> </TMPL_LOOP> <TMPL_IF wallet_last_page> … - <a href="<TMPL_VAR wallet_last_page ESCAPE=HTML>"><TMPL_VAR wallet_last_page_num></a> + <a href="<TMPL_VAR wallet_last_page ESCAPE=HTML>" class="b-history-paging-counter"><TMPL_VAR wallet_last_page_num></a> </TMPL_IF> <TMPL_IF wallet_next_page> - <a href="<TMPL_VAR wallet_next_page ESCAPE=HTML>"><TMPL_VAR expr="ml('shop.history.paging.next')"></a> + <a href="<TMPL_VAR wallet_next_page ESCAPE=HTML>" class="b-history-paging-next"><TMPL_VAR expr="ml('shop.history.paging.next')"></a> </TMPL_IF> </p> </TMPL_IF>