From 2755d4a4810600f4392eaf73f362b4f358adeec6 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Mar 2009 09:58:17 +0000 Subject: add eps preview to config, for RT#5025 --- httemplate/docs/credits.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'httemplate/docs/credits.html') diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 3c5564da3..38d384bcf 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -33,7 +33,7 @@
-

Core team

+

Core Team

Peter Bowen
Jeff Finucane
Jason Hall
@@ -42,6 +42,11 @@ Ivan Kohler
Richard Siddall

+

Core Emeritus

+Brian McCane
+Matt Simerson
+
+

Contributors

Stephen Amadei
Eric Arvidsson
@@ -57,6 +62,7 @@ Rebecca Cardennis
Shane Chrisp
Luke Crawford
Brad Dameron
+Jeremy Davis
Dave Denney
Serge Dolgov
Scott Edwards
@@ -74,19 +80,18 @@ Greg Kuhnert
Randall Lucas
Foteos Macrides
Roger Mangraviti
-Brian McCane
mimooh
Mack Nagashima
Matt Peterson
Luke Pfeifer
Ricardo Signes
-Matt Simerson
Steve Simitzis
Jason Spence
James Switzer
Audrey Tang
Jason Thomas
Jesse Vincent
+Johan Vromans
Mark Wells
Peter Wemm
Mark Williamson
-- cgit v1.2.1 From 62bd2f8b9ae2c0d3532228074f3c3acc337421e5 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Jun 2009 14:08:04 +0000 Subject: $core->add("jeremyd"); --- httemplate/docs/credits.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/docs/credits.html') diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 38d384bcf..937dfb597 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -35,6 +35,7 @@

Core Team

Peter Bowen
+Jeremy Davis
Jeff Finucane
Jason Hall
Kristian Hoffman
@@ -62,7 +63,6 @@ Rebecca Cardennis
Shane Chrisp
Luke Crawford
Brad Dameron
-Jeremy Davis
Dave Denney
Serge Dolgov
Scott Edwards
-- cgit v1.2.1 From 93a56633fe031852ce031ad2663f31c43c0eccd4 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Jun 2009 14:27:13 +0000 Subject: fix scrolling --- httemplate/docs/credits.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/docs/credits.html') diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index 937dfb597..a944f48fa 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -152,7 +152,7 @@ function myHeight() { return document.body.document.height; else */ - return 1700; // approx height (add more per contributors) + return 1850; // approx height (add more per contributors) } document.body.style.overflow = 'hidden'; -- cgit v1.2.1 From 600a15aa56c212e1206fced9cbcf9de103c2f95b Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 12 Aug 2009 11:58:21 +0000 Subject: slight about/credits UI tweak --- httemplate/docs/credits.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'httemplate/docs/credits.html') diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html index a944f48fa..d927722e0 100644 --- a/httemplate/docs/credits.html +++ b/httemplate/docs/credits.html @@ -24,10 +24,8 @@
Freeside
-
-
-
+

version <% $FS::VERSION %>

-- cgit v1.2.1