summaryrefslogtreecommitdiff
path: root/templates/class.tmpl
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-21 21:41:21 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-10-21 21:41:21 +0000
commitdfc45c1b9747509391a232c1c6e9ba9aaf0a317a (patch)
tree3f94ff2a650a229ce5d6a32dd8f27d0465891a0d /templates/class.tmpl
parente52a14430316681f90984b599be900a889195f73 (diff)
downloadcups-dfc45c1b9747509391a232c1c6e9ba9aaf0a317a.tar.gz
Fix httpWriteResponse state values after a 0-length response.
Fix text/css MIME type rules (so css files don't get mistaken for C source) New web interface templates and stylesheet that works better on mobile browsers like the iPhone. Touch icon for mobile bookmarks. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11349 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'templates/class.tmpl')
-rw-r--r--templates/class.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/class.tmpl b/templates/class.tmpl
index 477e0e8ed..0afb0d39f 100644
--- a/templates/class.tmpl
+++ b/templates/class.tmpl
@@ -1,4 +1,3 @@
-<DIV CLASS="indent">
<H2 CLASS="title"><A HREF="{printer_uri_supported}">{printer_name}</A>
({printer_state=3?Idle:{printer_state=4?Processing:Paused}},
{printer_is_accepting_jobs=0?Rejecting Jobs:Accepting Jobs},
@@ -40,5 +39,3 @@
media={media_default?{media_default}:unknown}
{sides_default?sides={sides_default}:}</TD></TR>
</TABLE>
-
-</DIV>