From 7cd1a5ff5e5c09789943ff7810de1611259e650a 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 Content-Type: text/plain; charset="utf-8" http://koha-community.org --- .../intranet-tmpl/prog/en/css/staff-global.css | 9 +++- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 56 ++++++++++++++++---- 2 files changed, 54 insertions(+), 11 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 7b38062..49e5072 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -2080,4 +2080,11 @@ div.pager input.pagedisplay { background-color : transparent; font-weight: bold; text-align : center; -} \ No newline at end of file +} +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 784f463..569a9fb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -16,12 +16,12 @@
- +

About Koha

- +
- +
- + @@ -95,8 +97,8 @@
  • The Near East University, Cyprus
  • OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)
  • famfamfam.com Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.
  • - - + +

    Koha Release Team

    • Colin Campbell(Koha 3.4 QA Manager)
    • @@ -286,7 +288,7 @@
    • Katipo Communications, New Zealand
    • KohaAloha, New Zealand
    • LibLime, USA
    • -
    • Libriotech, Norway
    • +
    • Libriotech, Norway
    • Nelsonville Public Library, Ohio, USA
    • PTFS, Maryland, USA
    • PTFS Europe Ltd, United Kingdom
    • @@ -296,7 +298,7 @@
    • Tamil, France
    • Xercode, Spain
    - +

    Additional Thanks To...

    • Jo Ransom
    • @@ -307,6 +309,9 @@
    • Nicolas Morin (French Translation in 2.0)
    + + +

    Koha

    @@ -315,7 +320,7 @@

    YUI

    BSD License -

    +

    Famfamfam iconset

    • FamFamFam Site
    • @@ -329,6 +334,9 @@ by the Bridge Consortium of Carleton College and St. Olaf College.
    + + +

    Translation

      @@ -380,8 +388,36 @@
    • اردو(Urdu) Ata ur Rehman
    • Українська (Ukrainian) Victor Titarchuk and Serhij Dubyk
    - + +
    + +
    Server information
    Koha version: [% kohaVersion |html %]
    + + + + + + + +
    + +
    + +
    +
    + +

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