]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/pager.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / pager.tmpl
similarity index 73%
rename from templates/page.tmpl
rename to templates/pager.tmpl
index a949fe8c59654a5180ad90e787271b4a9af986be..c95f0c5592c95cf2fcad8c0f17c50ee1cbd162c8 100644 (file)
@@ -1,7 +1,7 @@
-<TABLE WIDTH="100%">
+<TABLE WIDTH="100%" CLASS="pager">
 <TR>
        <TD WIDTH="33%">{PREVURL?<A HREF="{PREVURL}"><IMG SRC="/images/show-previous.gif" ALT="Show Previous" CLASS="button"></A>:&nbsp;}</TD>
-       <TD WIDTH="34%" ALIGN="CENTER">{ORDER=dec?<A HREF="{THISURL}&amp;ORDER=asc"><IMG SRC="/images/show-ascending.gif" ALT="Show Ascending" CLASS="button"></A>:<A HREF="{THISURL}&amp;ORDER=dec"><IMG SRC="/images/show-descending.gif" ALT="Show Descending" CLASS="button"></A>}</TD>
+       <TD WIDTH="34%" ALIGN="CENTER">{ORDER=dec?<A HREF="{THISURL}&amp;ORDER=asc"><IMG SRC="/images/sort-ascending.gif" ALT="Sort Ascending" CLASS="button"></A>:<A HREF="{THISURL}&amp;ORDER=dec"><IMG SRC="/images/sort-descending.gif" ALT="Sort Descending" CLASS="button"></A>}</TD>
        <TD WIDTH="33%" ALIGN="RIGHT">{NEXTURL?<A HREF="{NEXTURL}"><IMG SRC="/images/show-next.gif" ALT="Show Next" CLASS="button"></A>:&nbsp;}</TD>
 </TR>
 </TABLE>