New boolean target config: target support elementSetNames?
[egate.git] / www / showfull.egw
index 5791e16..f27800e 100644 (file)
@@ -1,21 +1,21 @@
 <html>
 {
-# $Id: showfull.egw,v 1.10 1995/11/13 15:41:44 adam Exp $
+# $Id: showfull.egw,v 1.11 1995/11/14 09:30:20 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
     global env
     global hist
 
+    html "<p>\n"
     if {$after && $no < $count} {
-        html "<p><center>\n"
+        html "<center>\n"
         html {<a href="http:} $env(SCRIPT_NAME)
         html / $sessionId {/showfull.egw/} $setNo + $tno + 
         html [expr $no + 1] + $format
         html {"><img src="/gif/darrw.gif"></a>}
-        html "</center>\n"
+        html "</center><p>\n"
     }
-    html "<p>\n"
     if {$no < $count} {
         html {<a href="http:} $env(SCRIPT_NAME)
         html / $sessionId {/showfull.egw/} $setNo + $tno + 
@@ -70,7 +70,7 @@ proc buttons {setNo tno no format count host after} {
         html / $sessionId {/showfull.egw/} $setNo + $tno +
         html [expr $no - 1] + $format
         html {"><img src="/gif/uarrw.gif"></a>}
-        html "</center>\n"
+        html "</center><p>\n"
     }
 }