From 859b9688eb393abc366c6377e38bca2bba4d7b38 Mon Sep 17 00:00:00 2001 From: Mason James Date: Sun, 6 Nov 2011 22:20:36 +1300 Subject: [PATCH] Bug 7186 - add new 'Koha Stats' tab to 'About' page --- .../intranet-tmpl/prog/en/css/staff-global.css | 12 +++++++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 34 ++++++++++++++++--- 2 files changed, 40 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index e591a73..d2c4884 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2210,20 +2210,24 @@ div.pager img {+/* jQuery UI Autocomplete */ vertical-align : middle; } + div.pager img.last { padding-right: 5px; } + div.pager input.pagedisplay { border : 0; background-color : transparent; font-weight: bold; text-align : center; } + a.localimage img { border : 1px solid #0000CC; margin : 0 .5em; padding : .3em; } + div.pager p { margin: 0; } @@ -2274,3 +2278,11 @@ ul.ui-autocomplete { .ui-autocomplete-loading { background: #FFF url("../../img/loading-small.gif") right center no-repeat; } + +div.ohloh-table table, td, tr { + margin: 100 left; + text-align: left; + border: 0px solid white; + border-left: 30px solid white; + border-collapse:collapse; +} diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index f4f0def..8a5fa25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -30,6 +30,7 @@
  • Licenses
  • Translations
  • Koha Timeline
  • +
  • Koha Statistics
  • @@ -124,14 +125,14 @@
  • Richard Anderson
  • Nahuel Angelinetti
  • Nuño López Ansótegui
  • -
  • Tomás Cohen Arazi
  • +
  • Tomás Cohen Arazi
  • Andrew Arensburger (the small and great C4::Context module)
  • Alex Arnaud
  • Joe Atzberger
  • Larry Baerveldt
  • Al Banks
  • Daniel Banzli
  • -
  • Greg Barniskis
  • +
  • Greg Barniskis
  • Benedykt P. Barszcz (Polish for 2.0)
  • D Ruth Bavousett
  • John Beppu
  • @@ -232,8 +233,8 @@
  • Andrew Moore
  • Sharon Moreland
  • Nicolas Morin
  • -
  • Mike Mylonas
  • -
  • Joy Nelson
  • +
  • Mike Mylonas
  • +
  • Joy Nelson
  • Chris Nighswonger
  • Albert Oller
  • Eric Olsen
  • @@ -292,6 +293,7 @@

    Contributing companies and institutions

    - - +
    +

    Koha Ohloh Stats

    + +
    + + + + + + + + +
    + +
    + +
    +
    + +

    +
    [% INCLUDE 'intranet-bottom.inc' %] -- 1.7.2.5