Improved history.
[egate.git] / www / showfull.egw
index 3286321..8679310 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.14 1996/01/02 10:52:29 adam Exp $
+# $Id: showfull.egw,v 1.15 1996/01/03 15:19:47 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -9,17 +9,7 @@ proc buttons {setNo tno no format count host after} {
     global hist
 
     html "<p>\n"
-    if {!$useIcons && $after && $no < $count} {
-        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><p>\n"
-    }
-    if {$useIcons} {
-        html {<img src="/gif/button-egw.gif" alt="Europagate" border=0>}
-    }
+    button-europagate
     if {$no < $count} {
         html {<a href="http:} $env(SCRIPT_NAME)
         html / $sessionId {/showfull.egw/} $setNo + $tno + 
@@ -103,14 +93,6 @@ proc buttons {setNo tno no format count host after} {
         html {">New Target</a>}
     }
     html "<p>\n"
-    if {!$useIcons && !$after && $no > 1} {
-        html "<p><center>\n"
-        html {<a href="http:} $env(SCRIPT_NAME)
-        html / $sessionId {/showfull.egw/} $setNo + $tno +
-        html [expr $no - 1] + $format
-        html {"><img src="/gif/uarrw.gif"></a>}
-        html "</center><p>\n"
-    }
 }
 
     if {[info commands saveState] == ""} {